Remove testr detrius

We don't actually use testr, so remove the conf file.

Change-Id: I75615b3da7185413bd23a9f0633c1a5028406733
This commit is contained in:
Brian Rosmaita 2021-02-16 08:47:22 -05:00
parent bb8e6bc242
commit 048c635067
2 changed files with 0 additions and 8 deletions

1
.gitignore vendored
View File

@ -7,5 +7,4 @@ build
*.swp
*.swo
*.pyc
.testrepository
.DS_Store

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