aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_test.py
diff options
context:
space:
mode:
authorAndrej Kozemcak <andrej.kozemcak@pantheon.tech>2019-06-03 14:44:09 +0200
committerHongjun Ni <hongjun.ni@intel.com>2019-06-13 02:33:12 +0000
commit86af475f838adff5c44bb8eccdfba2d665975451 (patch)
tree294b7ecf1939755502ca6e9179b10f764b9a440c /test/run_test.py
parent866d47a41d198680426c095362d97ed218e4f94f (diff)
[TEST] - Jenkins dependence
- Update libssl for ubuntu 16.04 - Change ssh password for netopeer - Handle exception Change-Id: Ic13d96491a67496cba2b6ef698698b855ee67fd1 Signed-off-by: Andrej Kozemcak <andrej.kozemcak@pantheon.tech>
Diffstat (limited to 'test/run_test.py')
-rwxr-xr-xtest/run_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/run_test.py b/test/run_test.py
index b7898fb..870e6c5 100755
--- a/test/run_test.py
+++ b/test/run_test.py
@@ -83,8 +83,6 @@ if __name__ == '__main__':
"(may be specified multiple times)")
args = parser.parse_args()
- util.import_yang_modules()
-
ddir = list()
if args.dir is None:
ddir.append(os.getcwd())