CLOUDSTACK-8915 - Fix the assertion used for the default routes test

This commit is contained in:
Wilder Rodrigues 2015-10-05 11:31:25 +02:00
parent 9fe040e96d
commit b1fb1539e9
2 changed files with 2 additions and 2 deletions

View File

@ -507,7 +507,7 @@ class TestVPCRedundancy(cloudstackTestCase):
)
self.assertEqual(
result.count("0% packet loss"),
result.count("3 packets received"),
1,
"Ping to outside world from VM should be successful"
)

View File

@ -456,7 +456,7 @@ class TestVPCNics(cloudstackTestCase):
)
self.assertEqual(
result.count("0% packet loss"),
result.count("3 packets received"),
1,
"Ping to outside world from VM should be successful"
)