summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-06-06 03:04:15 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-06-06 03:04:59 -0400
commit90163e70d7345438648f62eb181413e63f2c9f06 (patch)
tree6910e36100d50570eccc948b53b1040cb21e377b /testsuites
parent78b877658be7967fe6e8e7e39bde2e0f117b6f3e (diff)
bugfix for missing python package
Change-Id: I2a8ab6fbbeff407713eea71ebf504a2ce2dbb342 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites')
-rwxr-xr-xtestsuites/vstf/run_vstf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/vstf/run_vstf.py b/testsuites/vstf/run_vstf.py
index 08490610..d55e7953 100755
--- a/testsuites/vstf/run_vstf.py
+++ b/testsuites/vstf/run_vstf.py
@@ -11,6 +11,7 @@
import os
import argparse
import time
+import subprocess
import logging
import urllib2
import shutil