add logging
Change-Id: I9f5452c13a9dff06bc718e70d7f3b58af331de57
This commit is contained in:
parent
4ec7fa8ede
commit
812848f724
@ -52,6 +52,9 @@ class TestResource(BaseVitrageTempest):
|
|||||||
'The instances list is empty')
|
'The instances list is empty')
|
||||||
api_resources = self.vitrage_client.resource.list(
|
api_resources = self.vitrage_client.resource.list(
|
||||||
all_tenants=True)
|
all_tenants=True)
|
||||||
|
|
||||||
|
LOG.info("api_resources = %s", api_resources)
|
||||||
|
|
||||||
cli_resources = utils.run_vitrage_command(
|
cli_resources = utils.run_vitrage_command(
|
||||||
'vitrage resource list --all -f json', self.conf)
|
'vitrage resource list --all -f json', self.conf)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user