From 415f34d3e9916a9af0ef6a69186ef7cce980c32c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 8 May 2018 23:59:43 +0200 Subject: suites: Remove rebase artifacts from latest commits Change-Id: I8afc446d4291810c63bfaeabb7167113667dd8d1 --- suites/dyn_ts_ipa/mo_mt_call_dyn_ipa.py | 1 - suites/dyn_ts_osmo/mo_mt_call_dyn_osmo.py | 1 - suites/voice/mo_mt_call_tchf.py | 1 - suites/voice/mo_mt_call_tchh.py | 1 - 4 files changed, 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): -- cgit v1.2.3