aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/config.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-15Make SFC installable as a python modulejose.lausuch1-75/+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-13Move flavor creations params to config fileVijayendra Radhakrishna1-0/+6
- 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-0/+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-08add missing vnfd dir path in config.pyVijayendra Radhakrishna1-0/+1
Change-Id: Idab23b081568fcffac4ebbae58dc5f02c22a500a Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
2016-12-02odl-sfc refactor:Enable config options for testsVijayendra Radhakrishna1-0/+63
- 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>