summaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/sfc_one_chain_two_service_functions_different_computes.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15Make SFC installable as a python modulejose.lausuch1-260/+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-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-09Refactoring test-2 with latest changesManuel Buil1-0/+260
JIRA : SFC-55 Adapting SFC-HA odl-sfc test-2 to the latest changes in SFC-52 Change-Id: I0252b97d99bce75a5cadf4d700bdee91913c6429 Signed-off-by: Manuel Buil <manuelbuil87@gmail.com>