Merge "Replaces call to Gnocchi status for a request of metric list when determining backend in openstack vnf collector"
diff --git a/.gitignore b/.gitignore
index 2b24c35..204364f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,7 +50,7 @@
 # Unit test / coverage reports
 .coverage
 cover
-.stestr
+coverage.xml
 .tox
 nosetests.xml
 .testrepository
diff --git a/tox.ini b/tox.ini
index b5c0df0..f0619f7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,7 +49,7 @@
   nose2 -C --coverage osm_mon --plugin nose2.plugins.junitxml
   coverage report --omit='*tests*'
   coverage html -d ./cover --omit='*tests*'
-  coverage xml -o ./cover/coverage.xml --omit='*tests*'
+  coverage xml -o coverage.xml --omit='*tests*'
 
 [testenv:pylint]
 basepython = python3