From ca5d223611993bff1c46a4bd5223e701897278f4 Mon Sep 17 00:00:00 2001 From: Adrian Czarnecki Date: Fri, 22 Sep 2017 14:04:53 +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: I24291d10ffd046570f01c06185ebe14b6531f0ed --- .gitignore | 1 + .stestr.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .stestr.conf diff --git a/.gitignore b/.gitignore index 78592723..3773aeac 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ cover/ .tox/ *egg-info/ .testrepository/ +.stestr/ *.sample \ No newline at end of file diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 00000000..e54ba37a --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_path=${OS_TEST_PATH:-./monasca_persister/tests} +top_dir=./ +group_regex=monasca_persister\.tests(?:\.|_)([^_]+)