summaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.py
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2015-05-26 15:34:40 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2015-05-26 15:34:40 +0200
commitd8604ff3fddf2f1ae87d5ece324e8cee281f9679 (patch)
tree5ab4f8d22731f56404176b47a1d137b1f93a18d7 /testcases/config_functest.py
parentdbfa6c950641582286f20ccaf3f77d751df82fa4 (diff)
Refactor functest environment. Bugfixes: arg dependencies
JIRA: FUNCTEST-10 Change-Id: I4b392a76ecbafdc5e4f1909c26a17a934796ec23 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/config_functest.py')
-rw-r--r--testcases/config_functest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/config_functest.py b/testcases/config_functest.py
index 7aa313c52..5a3fcbb3f 100644
--- a/testcases/config_functest.py
+++ b/testcases/config_functest.py
@@ -8,7 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
#
-import re, json, os, urllib2, argparse, logging, shutil, subprocess, yaml
+import re, json, os, urllib2, argparse, logging, shutil, subprocess, yaml, sys
from git import Repo
from neutronclient.v2_0 import client