Testcase for router/FloatingIP & net assoc mutual exclusivity 23/25623/2
authorRomanos Skiadas <rski@intracom-telecom.com>
Wed, 7 Dec 2016 12:11:16 +0000 (14:11 +0200)
committerRomanos Skiadas <rski@intracom-telecom.com>
Tue, 13 Dec 2016 13:35:52 +0000 (15:35 +0200)
commitac65b2e59e4e27b005f4541eddd36fe811bb854b
treec7ffd4fb744b48d838f78e515a9fec84c4c38835
parente01762afb78c7c4938ce16d52b7f47fdbb4ed4dc
Testcase for router/FloatingIP & net assoc mutual exclusivity

A testcase for ODL Bug 6962, testing whether a subnet with a router can be
network associated:
- Create two VMs, each in a subnet with a router
- Network assoc the two networks in a VPN iRT=eRT
- Try to ping from one VM to the other
- Assign a floating IP to a VM
- Ping it

JIRA: SDNVPN-88
Change-Id: I464f62b8bba55bc5d162071406637f6be846f223
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
test/functest/config.yaml
test/functest/results.py
test/functest/testcase_7.py [new file with mode: 0644]
test/functest/utils.py