From 2092e4185c26a0153951906382e7acec4e29fc29 Mon Sep 17 00:00:00 2001 From: Adrian Czarnecki Date: Fri, 22 Sep 2017 14:31:45 +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: I3894a1ca555067eba52920f455c04afe3a5262a7 --- .gitignore | 1 + .stestr.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .stestr.conf diff --git a/.gitignore b/.gitignore index aad3d20..b62244d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,6 @@ dist .*.sw* .testrepository/ +.stestr/ .coverage.* cover/ diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000..c135c03 --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_path=$OS_TEST_PATH +top_dir=./ +group_regex=monasca_notification\.tests(?:\.|_)([^_]+)