aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/TLDK
diff options
context:
space:
mode:
authorqun wan <qun.wan@intel.com>2017-06-14 20:44:42 -0400
committerPeter Mikus <pmikus@cisco.com>2017-06-16 08:20:04 +0000
commitb47b29bdbd8c10c8e5fcac6cc9abe72bea75df49 (patch)
tree6860df56e5c7bce95a7d5e416e38b6b62448ea34 /resources/libraries/python/TLDK
parentf09f3019961acd8f4917d659dddd4d9bcade97f3 (diff)
Patches for the tldk functional test cases.
Change-Id: I0a70339edaff4c0e023c586ff84c8085ae6bc9c0 Signed-off-by: qun wan <qun.wan@intel.com>
Diffstat (limited to 'resources/libraries/python/TLDK')
-rw-r--r--resources/libraries/python/TLDK/SetupTLDKTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/TLDK/SetupTLDKTest.py b/resources/libraries/python/TLDK/SetupTLDKTest.py
index 3e3511c382..3d9685f198 100644
--- a/resources/libraries/python/TLDK/SetupTLDKTest.py
+++ b/resources/libraries/python/TLDK/SetupTLDKTest.py
@@ -129,7 +129,7 @@ def create_env_directory_at_node(node):
ssh.connect(node)
(ret_code, stdout, stderr) = ssh.exec_command(
'cd {0} && rm -rf env && '
- '. virtualenv --system-site-packages --never-download env && '
+ 'virtualenv --system-site-packages --never-download env && '
'. env/bin/activate && pip install -r requirements.txt'
.format(con.REMOTE_FW_DIR), timeout=100)
if ret_code != 0: