Cleanup testrepository

Due to switch from testrepository to stestr, all references of
testrepoistory should be removed.

This patch cleanup all testrepository occurrences.

Change-Id: I02751fb6e94c3c18852812d2847e7713e8d3dd14
This commit is contained in:
tpatil 2019-01-16 10:49:14 +09:00
parent 367ac2f7c0
commit 65d9f95124
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

View File

@ -20,7 +20,6 @@ whitelist_externals = bash
# call ie: 'tox -epy27 -- --concurrency=4'
commands =
find . -type f -name "*.pyc" -delete
rm -Rf .testrepository/times.dbm
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OS_DEBUG GENERATE_HASHES
[testenv:py27]