From 49c7dd9705ad3f2c512691e2bd799be159de595c Mon Sep 17 00:00:00 2001 From: Adrian Czarnecki Date: Fri, 22 Sep 2017 10:54:51 +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: I5df81345087e665ddea7da9ec82a0c722ab9a718 --- .gitignore | 1 + .stestr.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .stestr.conf diff --git a/.gitignore b/.gitignore index 0c8f4548..70dd14f3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ cover/ *.egg-info .eggs/ .testrepository/ +.stestr/ .tox/ ChangeLog MANIFEST diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 00000000..6107277d --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_path=$OS_TEST_PATH +top_dir=./ +group_regex=monasca_log_api\.tests(?:\.|_)([^_]+)