forked from openstack-archive/group-based-policy
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To account for EoL'ed branches. Also increasing UT test timeout, and disabling the NFP & Service Chain tests since the upstream py27 job consistently does not complete within the timeframe allocated by the OpenStack infra. Change-Id: I458e9ae94559c303c38ba5eebb8ca2e900c8f637
- Loading branch information
Showing
7 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[DEFAULT] | ||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | ||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | ||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-120} \ | ||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-180} \ | ||
# Temporarily exclude gbpservice/neutron contrib tests until nfp tests pass | ||
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./gbpservice/neutron} $LISTOPT $IDOPTION | ||
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./gbpservice/neutron/tests/unit/plugins} $LISTOPT $IDOPTION | ||
test_id_option=--load-list $IDFILE | ||
test_list_option=--list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
language: python | ||
python: 2.7 | ||
env: | ||
- TOX_ENV=py27 | ||
- TOX_ENV=pep8 | ||
install: | ||
- pip install tox | ||
script: | ||
- tox -e $TOX_ENV |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rename this file to __init_.py to renable NFP tests. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rename this file to __init_.py to renable Service chain tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters