summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/testcase_1bis.py
AgeCommit message (Collapse)AuthorFilesLines
2018-11-06Add suport for fuel installerStamatis Katsaounis1-2/+2
JIRA: SDNVPN-238 JIRA: FUEL-393 This patch adds support for fuel installer by modifying relevant pieces of code. Change-Id: I5245e84022dd258c96648b0985660e093ca98b52 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com> (cherry picked from commit b17b3d80849b9c9989fb4deeb6001a6ff78261c1)
2018-11-01Using heat orchestrator for sdnvpn - test case 1nikoskarandreas1-0/+215
Heat orchestrator and the use of Heat Orchestrator Templates is introduced in sdnvpn test cases. The deployment of the nodes and networks under test is performed as a stack with the use of the heat api and the use of the other apis is kept to as little as possible. The scenarios that are executed are the same as in the orginal test cases. This is the implementation of sdnvpn test case 1: VPN provides connectivity between subnets and also base functions for heat api access and some utilities. JIRA: SDNVPN-237 JIRA: SDNVPN-219 Change-Id: Ic284722e600652c9058da96d349dff9398bcacf1 Signed-off-by: nikoskarandreas <nick@intracom-telecom.com> (cherry picked from commit cfcb04c938abdcddd76bcdd2375b4a81ea28fa51)