Re-enable unit tests and fix CI jobs

1) Revert "Remove tests for master branch", commit
d149f30a4b.

2) Use test-requirements.txt from stable/queens to select the
stable/queens branches of python-opflex-agent and
python-group-based-policy-client, and the noiro-lite branch of
acitoolkit.

3) Use pushd/popd in tox_install.sh to restore initial CWD after
switching requirements branch.

Change-Id: I39895732aac0bdfaee95274cbcb262d6744faeb1
This commit is contained in:
Robert Kukura
2019-04-11 16:09:11 -04:00
parent 5a9991f18f
commit 9e2cb1fc9d
6 changed files with 19 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
[DEFAULT]
test_path=${OS_TEST_PATH:-./gbpservice/neutron/tests/dummy}
test_path=${OS_TEST_PATH:-./gbpservice/neutron/tests/unit}
top_dir=./