diff --git a/test/integration/component/test_vpc_redundant.py b/test/integration/component/test_vpc_redundant.py index 84a7cd31812..e1a6ecb6de0 100644 --- a/test/integration/component/test_vpc_redundant.py +++ b/test/integration/component/test_vpc_redundant.py @@ -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" ) diff --git a/test/integration/component/test_vpc_router_nics.py b/test/integration/component/test_vpc_router_nics.py index b05e6d36163..db4e27a0e51 100644 --- a/test/integration/component/test_vpc_router_nics.py +++ b/test/integration/component/test_vpc_router_nics.py @@ -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" )