From b1fb1539e9eee605b1eb7b2dd529d44ea1fe7ddc Mon Sep 17 00:00:00 2001 From: Wilder Rodrigues Date: Mon, 5 Oct 2015 11:31:25 +0200 Subject: [PATCH] CLOUDSTACK-8915 - Fix the assertion used for the default routes test --- test/integration/component/test_vpc_redundant.py | 2 +- test/integration/component/test_vpc_router_nics.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" )