diff --git a/.gitignore b/.gitignore index b3743b9fdc..009a831c47 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.swp .manila-venv .coverage +.stestr/* .testrepository .tox .venv diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000000..dffacbd97f --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=./manila/tests +top_dir=./ diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index 78b3824909..0000000000 --- a/.testr.conf +++ /dev/null @@ -1,8 +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} \ - OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \ - ${PYTHON:-python} -m subunit.run discover -t ./ ./manila/tests $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list