mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8915 - Fix the assertion used for the default routes test
This commit is contained in:
parent
9fe040e96d
commit
b1fb1539e9
@ -507,7 +507,7 @@ class TestVPCRedundancy(cloudstackTestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
result.count("0% packet loss"),
|
result.count("3 packets received"),
|
||||||
1,
|
1,
|
||||||
"Ping to outside world from VM should be successful"
|
"Ping to outside world from VM should be successful"
|
||||||
)
|
)
|
||||||
|
|||||||
@ -456,7 +456,7 @@ class TestVPCNics(cloudstackTestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
result.count("0% packet loss"),
|
result.count("3 packets received"),
|
||||||
1,
|
1,
|
||||||
"Ping to outside world from VM should be successful"
|
"Ping to outside world from VM should be successful"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user