From 467a1e7ecf1231ed8a42eb57b0c8f775389bc075 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Mon, 5 Apr 2021 15:24:25 +0530 Subject: [PATCH] travis: fix component test failure - persistent networks (#4894) Co-authored-by: Pearl Dsilva --- test/integration/component/test_persistent_networks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/component/test_persistent_networks.py b/test/integration/component/test_persistent_networks.py index 69ed493fb15..40703789693 100644 --- a/test/integration/component/test_persistent_networks.py +++ b/test/integration/component/test_persistent_networks.py @@ -2780,7 +2780,8 @@ class TestVPCNetworkOperations(cloudstackTestCase): # Check if source nat IP address is released ipaddresses = PublicIPAddress.list( self.apiclient, - id=publicipaddresses[0].id) + id=publicipaddresses[0].id, + state="Allocated") self.assertEqual( validateList(ipaddresses)[0], FAIL,