summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-04-06 11:43:32 +0200
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-04-06 09:52:08 +0000
commit5c28dc19e72ffbbaf652ff6b5c48d7fe72bdd9c4 (patch)
treeb141924071fcc1f8d9a6c6b49082a5d584060b1f
parent3be72766b6686072d1014a4b3bac56c373a5ed6a (diff)
Correct testcase 8 description
jira: SDNVPN-138 Change-Id: If56b58b003ce2e024883a015a964e3ff3ded53f5 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> (cherry picked from commit 9a52d17d9ac79c358647d87b5d540e869b25769d)
-rw-r--r--sdnvpn/test/functest/testcase_8.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/sdnvpn/test/functest/testcase_8.py b/sdnvpn/test/functest/testcase_8.py
index dc479b5..f68507e 100644
--- a/sdnvpn/test/functest/testcase_8.py
+++ b/sdnvpn/test/functest/testcase_8.py
@@ -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