aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-05-08 23:59:43 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-05-08 23:59:43 +0200
commit415f34d3e9916a9af0ef6a69186ef7cce980c32c (patch)
treef010079a40131f5e67ae7e0f92784ac1065f2357
parenta80e89c3d715de4169d5f6f2ef1620dfd95a37a8 (diff)
suites: Remove rebase artifacts from latest commits
-rwxr-xr-xsuites/dyn_ts_ipa/mo_mt_call_dyn_ipa.py1
-rwxr-xr-xsuites/dyn_ts_osmo/mo_mt_call_dyn_osmo.py1
-rwxr-xr-xsuites/voice/mo_mt_call_tchf.py1
-rwxr-xr-xsuites/voice/mo_mt_call_tchh.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/suites/dyn_ts_ipa/mo_mt_call_dyn_ipa.py b/suites/dyn_ts_ipa/mo_mt_call_dyn_ipa.py
index 1e7a5c0..f1771b9 100755
--- a/suites/dyn_ts_ipa/mo_mt_call_dyn_ipa.py
+++ b/suites/dyn_ts_ipa/mo_mt_call_dyn_ipa.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
from osmo_gsm_tester.testenv import *
-add_subdir_to_import_path("lib")
from testlib import call_test_setup_run
def my_bts_setup(bts):
diff --git a/suites/dyn_ts_osmo/mo_mt_call_dyn_osmo.py b/suites/dyn_ts_osmo/mo_mt_call_dyn_osmo.py
index 3ba8045..c7fe0c3 100755
--- a/suites/dyn_ts_osmo/mo_mt_call_dyn_osmo.py
+++ b/suites/dyn_ts_osmo/mo_mt_call_dyn_osmo.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
from osmo_gsm_tester.testenv import *
-add_subdir_to_import_path("lib")
from testlib import call_test_setup_run
def my_bts_setup(bts):
diff --git a/suites/voice/mo_mt_call_tchf.py b/suites/voice/mo_mt_call_tchf.py
index 012ce52..a640a97 100755
--- a/suites/voice/mo_mt_call_tchf.py
+++ b/suites/voice/mo_mt_call_tchf.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
from osmo_gsm_tester.testenv import *
-add_subdir_to_import_path("lib")
from testlib import call_test_setup_run
def my_bts_setup(bts):
diff --git a/suites/voice/mo_mt_call_tchh.py b/suites/voice/mo_mt_call_tchh.py
index 6b820d9..e6f6b98 100755
--- a/suites/voice/mo_mt_call_tchh.py
+++ b/suites/voice/mo_mt_call_tchh.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
from osmo_gsm_tester.testenv import *
-add_subdir_to_import_path("lib")
from testlib import call_test_setup_run
def my_bts_setup(bts):