summaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/sfc.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15Make SFC installable as a python modulejose.lausuch1-259/+0
New directory structure: <root>/sfc <root>/sfc/lib/ <root>/sfc/tests <root>/sfc/tests/functest JIRA: SFC-60 After installing sfc, the imports would be: import sfc.tests.functest.x import sfc.lib.x Change-Id: Ib15172239aefdef65056d6598210a1b28a4b2eff Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-12-13Merge "Move flavor creations params to config file"Manuel Buil1-1/+4
2016-12-13Use ovs_logger module from relengGeorge Paraskevopoulos1-2/+2
JIRA: SFC-61 Releng is now installed as a python module and ovs_utils has been transfered there in "opnfv.utils.ovs_logger" module, so we should use that instead. ofctl_time_counter is still hosted here under utils.py as it's not generic enough to be moved in releng Change-Id: Ie721c95f20a7f515f7f2eb45b7f8edd0460a6ea8 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-12-13Move flavor creations params to config fileVijayendra Radhakrishna1-1/+4
- Moving flavor creation params from hard coding to config file Change-Id: Ia3dac28a9a26518edde17dc2ee5495c1ab1de00b Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-12-09remove dependancy of prepare_odl_sfc.pyVijayendra Radhakrishna1-8/+5
Pre setup files below are not required anymore prepare_odl_sfc.py compute_presetup_CI.bash server_presetup_CI.bash Files are not removed yet. Change-Id: I26cc8ba1a7c61f84fa06809217963ebd7f6b4b20 Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-12-08Move vnfd yaml files into separate directoryGeorge Paraskevopoulos1-0/+2
Create vnfd-templates directory where all TOSCA VNFD files will be stored. Change-Id: I3286da41800f9a42e5a3ffce51ee6cc6809b734e Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-12-07odl-sfc refactor:run_tests.py integrationVijayendra Radhakrishna1-27/+4
- JIRA:SFC-54 - This has not yet removed dependacy of prepare_odl_sfc.py Change-Id: Ie86eb167d49a16bbe4322978a907825829ac364d Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-12-06odl-sfc refactor:Results class to testsVijayendra Radhakrishna1-25/+19
- JIRA:SFC-54 - Add result.py for test results - This doesn't use results class and configs effectively - run_tests.py patch will use these effectively (avoided for clarity in this patch) Change-Id: I5bef776a01ca9789a22b5628aa3501d9dbc46a26 Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-12-02odl-sfc refactor:Enable config options for testsVijayendra Radhakrishna1-40/+30
- JIRA:SFC-54 - Add config.py and config.yaml for test configurations Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com> Change-Id: Ib1ac65a154d691d70658723a03e2508ebfa9d04b Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-12-02Merge "Refactor capture_time_log"Manuel Buil1-6/+17
2016-12-01Refactor capture_time_logGeorge Paraskevopoulos1-6/+17
Make the logic simpler and generalize timing capabilities with a decorator. Also fetch functionality from this functest commit. https://gerrit.opnfv.org/gerrit/#/c/24559/ Change-Id: I0c6392f384021b8f8a3ce3f740c2e5f980e0078c Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-12-01remove FUNCTEST_REPO globalGeorge Paraskevopoulos1-1/+0
ft_utils.FUNCTEST_REPO does not exist and it crashes the test. Also it is not used anywhere, so it should be removed Change-Id: I71624e2c7ae9f9cb4638cc49c92069643e0b16d3 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-30Pythonize tacker script callsGeorge Paraskevopoulos1-3/+40
JIRA: SFC-52 Clean up the repo from bash scripts using the python modules we have in place. DEPENDS ON: https://gerrit.opnfv.org/gerrit/#/c/25075/ Change-Id: I785c6df58391eab215e8e8918714f85bfadef747 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-30Pythonize sfc_change_classi.bashGeorge Paraskevopoulos1-2/+22
JIRA: SFC-52 Cleanup sfc_change_classi.bash script from sfc testcase DEPENDS ON: https://gerrit.opnfv.org/gerrit/#/c/25075/ Change-Id: Id55d30925a79cd47181af9958697f67be9dacc8c Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-29odl-sfc refactor:Include sfc and utils libraryVijayendra Radhakrishna1-401/+52
- JIRA:SFC-54 - This has not yet taken care of pre-steps in exec_tests.sh - Commonly used functions moved to utils.py - Improvise Threading for capture_time_log using join and timeout - Add get_compute_nodes function and improvise on create_instance for multiple compute node use cases Change-Id: Ia05fea161b191bd548a3010d7e5ef02fcf69da20 Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-11-28Update odl-sfc test1 for ODL Boron SR1Manuel Buil1-1/+0
ODL Boron SR1 fixed a bug and we don't need to explicitely allow DHCP traffic, it is automatically allowed Change-Id: I8577f7fe0586baa9ac012d5ad52c7034a7acb789 Signed-off-by: Manuel Buil <manuelbuil87@gmail.com>
2016-11-28Modified the test name in functest DBManuel Buil1-1/+1
We want to make the test names more descriptive Change-Id: I366ddee8260d0e8f9d4521dffdfc8ff9f135f85f Signed-off-by: Manuel Buil <manuelbuil87@gmail.com>
2016-11-23Adapt new environment variable after refactorjose.lausuch1-1/+1
This patch changes the env variable repos_dir to REPOS_DIR https://gerrit.opnfv.org/gerrit/#/c/24619/ Change-Id: I9a43d0f52818ea9f37dda1bbb7a40156a1661f3b Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-15Copy odl-sfc test from functest to the sfc repoGeorge Paraskevopoulos1-0/+579
Migrate odl-sfc testcase from functest repo First related functest commit: 65a5f65fa06c97456f37ca2434cf9e6fc9b758aa Last related functest commit: caa06d8d7b55a1c0608a72f809785d8f418cf541 Change-Id: I206f25d6fb44564b8b163ebb9c43e038851bea71 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>