aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/run_tests.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13Merge "Use SSHUtils from releng"Manuel Buil1-1/+1
2016-12-13Use SSHUtils from relengGeorge Paraskevopoulos1-1/+1
JIRA: SFC-61 Releng is installed as a pip module and their SSHUtils module under "opnfv.utils.SSHUtils" is compatible with ours so we should use the one from releng repo Change-Id: I2f03eaa78b3b1b19c37b38ae77bef8553a076e7b Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
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-09remove dependancy of prepare_odl_sfc.pyVijayendra Radhakrishna1-0/+28
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-07odl-sfc refactor:run_tests.py integrationVijayendra Radhakrishna1-0/+102
- 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>