PyTest, test to cover VM creation a ovs nets
[osm/openvim.git] / test / conftest.py
diff --git a/test/conftest.py b/test/conftest.py
new file mode 100644 (file)
index 0000000..2ad3e53
--- /dev/null
@@ -0,0 +1,6 @@
+import os
+
+def pytest_addoption(parser):
+    parser.addoption('--config',
+                     help='Indicate tests are run on CI server')
+    os.environ['OPENVIM_ROOT_FOLDER'] = os.getcwd()