mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8068: Fixing test script issue in test_ps_project_limits.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
d2ed5fb9a3
commit
fab0054782
@ -190,7 +190,7 @@ class TestProjectsVolumeLimits(cloudstackTestCase):
|
|||||||
host = hosts[0]
|
host = hosts[0]
|
||||||
self.vm.migrate(self.apiclient, host.id)
|
self.vm.migrate(self.apiclient, host.id)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail("Exception occured" % e)
|
self.fail("Exception occured: %s" % e)
|
||||||
|
|
||||||
expectedCount = self.initialResourceCount
|
expectedCount = self.initialResourceCount
|
||||||
response = matchResourceCount(
|
response = matchResourceCount(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user