Create API to run a test case
[functest.git] / functest / utils / env.py
index 0174588..2fb766d 100644 (file)
@@ -18,7 +18,8 @@ default_envs = {
     'OS_ENDPOINT_TYPE': None,
     'OS_AUTH_URL': None,
     'CONFIG_FUNCTEST_YAML': pkg_resources.resource_filename(
-        'functest', 'ci/config_functest.yaml')
+        'functest', 'ci/config_functest.yaml'),
+    'OS_INSECURE': ''
 }