fixing prometheus metric exporter issues
Use the same instance of ns at netslice. Avoid two N2VC connections
Change-Id: I346c08c111e5ffc7dbc1768851dc069d2cda10d1
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/tox.ini b/tox.ini
index 582a897..40b0366 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@
[testenv:unittest]
basepython = python3
deps = asynctest
-commands = python3 -m unittest osm_lcm.tests.test_ns
+commands = python3 -m unittest osm_lcm.tests.test_ns osm_lcm.tests.test_prometheus
[testenv:build]
basepython = python3