Fixup check for capabilities.list

This commit is contained in:
James Page 2016-06-22 15:05:42 +01:00
parent 7dbca5f3db
commit 848b75baab
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class AodhBasicDeployment(OpenStackAmuletDeployment):
def test_400_api_connection(self):
"""Simple api calls to check service is up and responding"""
u.log.debug('Checking api functionality...')
assert(self.aodh.capabilities.list() == [])
assert(self.aodh.capabilities.list() != [])
u.log.debug('OK')
def test_900_restart_on_config_change(self):