From: Periyasamy Palanisamy Date: Tue, 6 Mar 2018 13:14:13 +0000 (+0100) Subject: remove block comment for testcase_8 X-Git-Tag: 6.0.0~6 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c1a796eb1158a31f9b92ebf55d3c01abdef20aa7;p=sdnvpn.git remove block comment for testcase_8 somehow bgpvpn testsuite is not running in the bgpvpn-ha ci loop because of testcase_8. when bgpvpn tries to execute this testcase, somehow execution is stopped and no logs being generated from the setup. The only different is this testcase is having block comment with delimeter and this is being imported as a module inside run_sdnvpn_tests. Hence replacing block comment with single line comments. This issue is very sporadic even in the local setup and running fine after changing it with single line comments. Change-Id: I5d71ec2a8c532b5dd77b2136ca7e95a7838683dc Signed-off-by: Periyasamy Palanisamy --- diff --git a/sdnvpn/test/functest/testcase_8.py b/sdnvpn/test/functest/testcase_8.py index a82318e..33bd69e 100644 --- a/sdnvpn/test/functest/testcase_8.py +++ b/sdnvpn/test/functest/testcase_8.py @@ -7,17 +7,15 @@ # # http://www.apache.org/licenses/LICENSE-2.0 # -""" -Test whether router assoc can coexist with floating IP -- Create VM1 in net1 with a subnet which is connected to a router - which is connected with the gateway -- Create VM2 in net2 with a subnet without a router attached. -- Create bgpvpn with iRT=eRT -- Assoc the router of net1 with bgpvpn and assoc net 2 with the bgpvpn -- Try to ping from one VM to the other -- Assign a floating IP to the VM in the router assoc network -- Ping it the floating ip -""" +# Test whether router assoc can coexist with floating IP +# - Create VM1 in net1 with a subnet which is connected to a router +# which is connected with the gateway +# - Create VM2 in net2 with a subnet without a router attached. +# - Create bgpvpn with iRT=eRT +# - Assoc the router of net1 with bgpvpn and assoc net 2 with the bgpvpn +# - Try to ping from one VM to the other +# - Assign a floating IP to the VM in the router assoc network +# - Ping it the floating ip import logging import sys