diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-06 03:04:15 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-06-06 03:04:59 -0400 |
commit | 90163e70d7345438648f62eb181413e63f2c9f06 (patch) | |
tree | 6910e36100d50570eccc948b53b1040cb21e377b /testsuites | |
parent | 78b877658be7967fe6e8e7e39bde2e0f117b6f3e (diff) |
bugfix for missing python package
Change-Id: I2a8ab6fbbeff407713eea71ebf504a2ce2dbb342
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites')
-rwxr-xr-x | testsuites/vstf/run_vstf.py | 1 |
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 |