diff options
-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 |