add logging

Change-Id: I9f5452c13a9dff06bc718e70d7f3b58af331de57
This commit is contained in:
Eyal 2018-01-21 16:31:57 +02:00
parent 4ec7fa8ede
commit 812848f724
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ class TestResource(BaseVitrageTempest):
'The instances list is empty')
api_resources = self.vitrage_client.resource.list(
all_tenants=True)
LOG.info("api_resources = %s", api_resources)
cli_resources = utils.run_vitrage_command(
'vitrage resource list --all -f json', self.conf)