diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2015-05-26 13:35:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-05-26 13:35:58 +0000 |
commit | 0b10079d8e6796e4909e461548850dc9d15c8326 (patch) | |
tree | 5ab4f8d22731f56404176b47a1d137b1f93a18d7 /testcases/config_functest.py | |
parent | 9241dfc62fb0603ee865a944db78b4890c850d6d (diff) | |
parent | d8604ff3fddf2f1ae87d5ece324e8cee281f9679 (diff) |
Merge "Refactor functest environment. Bugfixes: arg dependencies"
Diffstat (limited to 'testcases/config_functest.py')
-rw-r--r-- | testcases/config_functest.py | 2 |
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 |