summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15Make sdnvpn a packageRomanos Skiadas20-17/+37
- Clean up the test/functest folder and move things to lib/ & artifacts/ - Add a new top level folder for the sdnvpn python code Change-Id: I5fdc7fa5475fb800f488a17d3481158c9c4f84e1 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-12-14Merge "Execute script in lib folder/Use vjumb as Gateway"Nikolas Hermanns6-6/+10
2016-12-14Execute script in lib folder/Use vjumb as GatewayNikolas Hermanns6-6/+10
Change-Id: I9ad9c9473829fb64ea5ed4f1a21d77aa16615344 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-14Merge "Testcase for router/FloatingIP & net assoc mutual exclusivity"Nikolas Hermanns4-0/+196
2016-12-13Merge "Don't pass ips to get_ssh_output and check_ping"Jose Lausuch4-76/+36
2016-12-13Merge "Encapsulate some functionality in Results class"Jose Lausuch4-32/+31
2016-12-13Bugfix " in the environment part-3Nikolas Hermanns1-1/+0
Change-Id: Ice01bd6967272b64aae6b1e1f28a98b0813267ca Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13Bugfix " in the environment part-2Nikolas Hermanns1-1/+2
Change-Id: I96aedc1b9535634a52deb10c56ab093ce4f754b3 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13Bugfix " in the environmentNikolas Hermanns1-1/+1
Change-Id: I22b67aa947391a0077e11562b29c5b46af1e9c4e Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13add setup scriptNikolas Hermanns1-0/+2
Change-Id: I67eb85be43c204df686608e6a591e3c5b1742c7e Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13small bugfixes for odl_reinstallerNikolas Hermanns1-1/+2
Change-Id: Ie4d7c4811869a765da22444d80ca5f2133fe2c0f Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13small bugfixes for test_environmentNikolas Hermanns1-11/+11
Change-Id: Ic3af41c1a0f635bea4222a7a37103bdd8b57cef3 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13test_environment upload the cloner info to jenkinsNikolas Hermanns3-3/+49
Change-Id: If2f4d548a85732f3ef8e5412e67c377024f7d63b Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13Merge "adding common/config"Nikolas Hermanns5-21/+27
2016-12-13adding common/configNikolas Hermanns5-21/+27
Change-Id: I2d96e6efa628f066e165a8e37d2604eb8f0634bd Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-13Testcase for router/FloatingIP & net assoc mutual exclusivityRomanos Skiadas4-0/+196
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>
2016-12-13Don't pass ips to get_ssh_output and check_pingRomanos Skiadas4-76/+36
Remove the IP arguments from these functions and use the VM objects passed to them to find their IPs. This simplifies the calls. Change-Id: Ideb08b6fdf0648870c2854f057708a88bb482d0c Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-12-13Encapsulate some functionality in Results classRomanos Skiadas4-32/+31
- Move adding actions taken during tests to summary in a method in Results - Provide add_success/failure methods that hide the column size manipulation Change-Id: If7416f3f9399125fe21632328a49af285a4b6cc6 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-12-13Merge "adding odl-pipeline"Nikolas Hermanns35-0/+1531
2016-12-13adding odl-pipelineNiko Hermanns35-0/+1531
Change-Id: I1c08883f0d68a61ce9e10c5596aec1a259eed71f Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-12-07Merge "Move logging instance creation to create_instance"Jose Lausuch4-30/+4
2016-12-05Merge "Modified testcase_2 according to the Limitations of Boron"Nikolas Hermanns2-8/+22
2016-12-05Merge "Enable basic router assoc test (testcase 4)"Nikolas Hermanns1-1/+1
2016-12-02Merge "Remove push to DB of overall result of bgpvpn test case"Jose Lausuch1-12/+0
2016-12-02Move logging instance creation to create_instanceRomanos Skiadas4-30/+4
Change-Id: I299f2be3b127aefdd7036fa68fb934b09d278692 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-12-01Modified testcase_2 according to the Limitations of BoronVenkata Guravareddy2-8/+22
Change-Id: I79fa899a5deb917f5d87298b7c1b2dd17ad7770d JIRA: SDNVPN-85 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-11-30Enable basic router assoc test (testcase 4)Romanos Skiadas1-1/+1
Router assoc works now, enable it in the CI. Change-Id: I095e5af048a597188169b87a71381208bb478aab Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-11-24Remove push to DB of overall result of bgpvpn test casejose.lausuch1-12/+0
Functest will capture the return value of run_tests.py and will report to the DB accordingly (PASS/FAIL) JIRA: SDNVPN-83 This follows this approach: https://wiki.opnfv.org/pages/viewpage.action?pageId=8685677#HowdoIintegrateafeaturetestcaseinFunctest?-3.Createapythonmoduleforyourtest Change-Id: I664964038b59ab8f38946d2dfe586dbdd41e9906 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-23Adapt new environment variable after refactorjose.lausuch3-11/+16
This patch changes the env variable repos_dir to REPOS_DIR https://gerrit.opnfv.org/gerrit/#/c/24619/ Change-Id: I55e17ee09395a976e79b8ee1abf045787009f52e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-18Refactor config global variablesGeorge Paraskevopoulos6-441/+340
- Create config.py module to handle configuration parsing - Remove globals from testcases Change-Id: I16ed7bb138fde2d5d3c69703e3c2e569d49f0b37 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-14Merge "Fix router assoc in Boron"Tim Irnich2-5/+13
2016-11-10Encapsulate sleeps in functionGeorge Paraskevopoulos4-9/+13
We have some sleeps into the testcase code. We can encapsulate them in a utility function to refactor them out of the code until we figure out the best way to remove them completely Change-Id: I44c32d8329c2e319660518a8a46debc22f02c753 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-07Refactor common code across testsRomanos Skiadas5-71/+42
- Move collecting test results in a method in Results class - Create a util function for asserting the environment has enough compute nodes Change-Id: Ib7b9dfab7d2e9f50d5f352d3eadba4d4717ee750 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-11-03Fix router assoc in BoronRomanos Skiadas2-5/+13
As per I6b57eab89839d9e9122cd24b0f05737467439dd9: - Add a route distinguisher - Remove the router from the network that is network associated Change-Id: I1399bb51c787df881529279ef7a1946a3c5c5591 JIRA: SDNVPN-66 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-11-02Fix network assoc tests in BoronRomanos Skiadas3-10/+48
Network assoc in Boron with netvirt does not work for subnets that have a router due to an inherent limitation in the implementation. See the mailing list and related bug: https://bugs.opendaylight.org/show_bug.cgi?id=6962 https://lists.opendaylight.org/pipermail/netvirt-dev/2016-October/001815.html Also, if a subnet does not have a route distinguisher, it is not added to the FIB, so association does not make traffic move between subnets. This is intentional and an error is logged when a subnet is associated to a bvpvpn without a route distinguisher. This commit fixes the net assoc case and works around these issues by: - Removing the routers from the subnets in testcase_1 - Adding a route distinguisher to the bgpvpn JIRA: SDNVPN-74 Change-Id: I6b57eab89839d9e9122cd24b0f05737467439dd9 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-09-22Fix a shebangRomanos Skiadas1-1/+1
Change-Id: Ib0b1a8c1b82c57d76d97520cbc27f043fede1352 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-09-21Merge "Final edits for scenario description"Tim Irnich1-20/+4
2016-09-21Final edits for scenario descriptionTim Irnich1-20/+4
Removed some placeholders and todo notes, updated copyright and did a final readthrough. Change-Id: I1357174c159ae1065c4452128152140bb6b00d11 Signed-off-by: Tim Irnich <tim.irnich@ericsson.com>
2016-09-20adding release notes for promise and parserNikolas Hermanns1-0/+6
Change-Id: I58889c0ab1117a51a59b9a4f83ade494286d5517 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-09-19adding index.rst so that the release notes are buildNikolas Hermanns1-0/+14
Change-Id: I909119b0184e02c169cbb694d4cc46bf5a9ed543 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-09-16Merge "update release notes cause of exclude of rally"Jose Lausuch1-0/+6
2016-09-15Merge "Refactoring"Jose Lausuch6-390/+440
2016-09-15update release notes cause of exclude of rallyNikolas Hermanns1-0/+6
Change-Id: I6439f1cf4ef3f7ec14fa9bbfd1d5ad17e0fcc1db Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-09-15RefactoringRomanos Skiadas6-390/+440
- Wrap common methods that use globals in a Class `get_ping_status` and `add_to_summary` depended on globals for statefulness. The easiest way to refactor them was to convert them into methods and the globals they used into instance variables. - Move `generate_userdata_common` and `generate_userdata_with_ssh` to the utils module. - Make flavor a kwarg in create_instance. Add a defaults section in config.yaml with flavor. This value is used if flavor is not passed via kwargs. - Substitute some sleeps with `wait_for_instances_up` which will wait until a dhcp lease success message appears in the instance's log. - Add functions that wait until router and network association is completed. These do not replace the sleeps but make the tests more deterministic. - Remove unused ping_timeout from config.yaml Change-Id: Ia68ebf47aaa5a58c4e20267f1476db626f015a7c Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com> Co-Authored-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-09-14Remove trilling whitespaceNikolas Hermanns1-6/+7
Change-Id: I47108a141390499570677253a5cdad78ebbe9240 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-09-12Merge "Updating release notes for Colorado"Nikolas Hermanns1-27/+37
2016-09-09Use get_functest_config where appropriateRomanos Skiadas4-13/+13
The latest functest enforces using `get_parameter_from_yaml` to only get test specific parameters from the config file. `get_functest_config` is given to get functest configuration parameters. Change-Id: Icb6ec2ed4a9d6c278bf1c403d4d0c4f4b21e51b7 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-09-09Updating release notes for ColoradoNikolas Hermanns1-27/+37
Change-Id: Ia4abb1e64ef8643e81953b00ae7e3d5a87640cf4 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-09-09Refactor some common methods into utilsRomanos Skiadas4-365/+293
- generete_ping_userdata(): This method was exactly the same in two tests - create_instance(): The various implementations of this method had almost the same signature, but not quite. This was fixed by adding extra arguments as needed. Also a global variable was used in the function, which was converted into a parameter. - create_network(): The three implementations of create_network had three different signatures and returned different variables. They were all unified in a single create_network class and the calls to create_network were adjusted accordingly. Revision 1: Fix flake8 violations Revision 2: Rename logger in utils Change-Id: Ib6cfe798dc561a69eb50c901e3aa71c19d465821 Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2016-09-05Adapt some calls to functest_utils that don't require loggerjose.lausuch2-2/+1
Due to a small refactor of some functions in Functest, the calls to those are outdated and fail. Change-Id: I1fdce5d343fc55ecd1b25a837608c7172047f22e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>