diff options
author | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-03-06 14:14:13 +0100 |
---|---|---|
committer | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-03-06 16:48:54 +0100 |
commit | c1a796eb1158a31f9b92ebf55d3c01abdef20aa7 (patch) | |
tree | c0aefb299e965d3be2c9857d6ae379f6e040cd5b | |
parent | d429b734b32c183736a2578304c8ef73e44dcf5f (diff) |
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 <periyasamy.palanisamy@ericsson.com>
-rw-r--r-- | sdnvpn/test/functest/testcase_8.py | 20 |
1 files changed, 9 insertions, 11 deletions
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 |