summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2017-09-13 16:38:55 -0400
committerMatthew Treinish <mtreinish@kortar.org>2017-09-13 17:11:57 -0400
commitd083eceea39cd3c154d3afdcaef8cb40ed05a798 (patch)
treed68624ce264ffcba52d3a12f21d324e181b55aae /.gitignore
parent92b860fa6c1a26e6e45d92cdce1a40b8a2d3df51 (diff)
downloadnova-d083eceea39cd3c154d3afdcaef8cb40ed05a798.tar.gz
Fix test runner config issues with os-testr 1.0.0
The os-testr 1.0.0 release had a couple of required config changes due to it's internal usage of stestr. This commit fixes those by adding a .stestr.conf (to remove a warning) sets the fixture env variables in the tox.ini instead of being hidden in .testr.conf and removing the quotes around posargs to make passing args to ostestr actually work. Also to keep the expected dev experience stestr is used directly for places where ostestr was called directly. Change-Id: Ib0fbcb2e7710a6b8219c56ef2a4462c61ea498a9
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 941cdc6ad9..17e49b7b97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
.project
.pydevproject
.ropeproject
+.stestr/
.testrepository/
.tox
.idea