Correct testcase 8 description 59/33059/2
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Thu, 6 Apr 2017 09:43:32 +0000 (11:43 +0200)
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>
Thu, 6 Apr 2017 09:48:12 +0000 (11:48 +0200)
jira: SDNVPN-138

Change-Id: If56b58b003ce2e024883a015a964e3ff3ded53f5
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
sdnvpn/test/functest/testcase_8.py

index dc479b5..f68507e 100644 (file)
@@ -9,12 +9,14 @@
 #
 """
 Test whether router assoc can coexist with floating IP
-- Create two VMs, one in a subnet with a router
-- Assoc the two networks in a VPN iRT=eRT
-  One with router assoc, other with net assoc
+- 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
+- Ping it the floating ip
 """
 import argparse