From 8ef3df7ea43621a49984cf04a00125d4f869f110 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 14 Sep 2017 13:44:39 -0600 Subject: [PATCH] Update for os-testr 1.0.0 / stestr Note: .testr.conf is still necessary for cover target. Related-Bug: #1716746 Change-Id: Ic7f8a9d75b622a15566bbaea050c5a604f2eab16 --- .gitignore | 1 + .stestr.conf | 3 +++ test-requirements.txt | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .stestr.conf diff --git a/.gitignore b/.gitignore index e6257802..93c36039 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ pip-log.txt .tox nosetests.xml .testrepository +.stestr .venv # Translations diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 00000000..391c4513 --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=${OS_TEST_PATH:-./neutron_taas/tests/unit} +top_dir=./ diff --git a/test-requirements.txt b/test-requirements.txt index 64c6927b..8f1fe1b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,6 @@ PyMySQL>=0.7.6 # MIT License oslosphinx>=4.7.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT