diff options
author | Tom Barron <tpb@dyncloud.net> | 2017-09-13 05:51:28 -0400 |
---|---|---|
committer | Tom Barron <tpb@dyncloud.net> | 2017-09-13 07:56:21 -0400 |
commit | ddccac8dc3ac30219f6d77e8d207e070065d621c (patch) | |
tree | ae7978c6dc6e84439ae6d4eb7721175f7f3bb7f6 /.gitignore | |
parent | eede63f4fd5cc09a4200efaccad8978bda7e878c (diff) |
tests: replace .testr.conf with .stestr.conf
In this change [1] os_testr changed under the covers from using
testr to stestr, so that we now get the following warning:
ostestr.py:120:
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 git repository.
So remove the .testr.conf and add .stestr.conf which was
generated using a utility script as documented here [2].
[1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e
[2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf
TrivialFix
Change-Id: I6bb369624c4a790242022e203e771a77ffe06cf5
Notes
Notes (review):
Code-Review+1: Shu Yingya <yingya.shu@easystack.cn>
Code-Review+2: Goutham Pacha Ravi <gouthampravi@gmail.com>
Code-Review+1: zhongjun <jun.zhongjun2@gmail.com>
Code-Review+1: Victoria Martinez de la Cruz <victoria@redhat.com>
Code-Review+1: kaufmann.smith <kaufmann.smith@yahoo.com>
Code-Review+2: Thomas Bechtold <tbechtold@suse.com>
Workflow+1: Goutham Pacha Ravi <gouthampravi@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 27 Sep 2017 10:17:09 +0000
Reviewed-on: https://review.openstack.org/503586
Project: openstack/manila
Branch: refs/heads/master
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ | |||
7 | *.swp | 7 | *.swp |
8 | .manila-venv | 8 | .manila-venv |
9 | .coverage | 9 | .coverage |
10 | .stestr/* | ||
10 | .testrepository | 11 | .testrepository |
11 | .tox | 12 | .tox |
12 | .venv | 13 | .venv |