From ad1aa021adf7e87d04fe5d1e193ede0412f2c5bb Mon Sep 17 00:00:00 2001 From: Adrian Czarnecki Date: Fri, 22 Sep 2017 13:41:11 +0200 Subject: [PATCH] Add .stestr.conf . Stestr after update changed configuration file format This fix test warring : UserWarning: No .stestr.conf file found in the CWD. Please create one to to replace the .testr.conf. You can find a script to do this in the stestr. Change-Id: I98fbaa31b63e324edf3a3fd79d0ce01c215055a9 --- .gitignore | 1 + .stestr.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .stestr.conf diff --git a/.gitignore b/.gitignore index 84664978d..ed396bfd6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ cover* *.egg *.egg-info .testrepository +.stestr .tox ChangeLog MANIFEST diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 000000000..7df73acb2 --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_path=$OS_TEST_PATH +top_dir=./ +group_regex=monasca_api\.tests(?:\.|_)([^_]+)