From 60383a1f7fbcc9ec80fe37443bb6aa530efa1f30 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 23 Nov 2017 16:33:33 +0100 Subject: Remove unneeded .py scripts The ipa.py has been moved to osmo-python-tests as osmo_ipa - use it for vty and ctrl tests instead of local copy. The soap.py and twisted_ipa.py are not MSC-specific: leftovers from repository split which are now available in osmo-python-tests as well. Change-Id: Ia3ab77846c9beae7eca32a81079a4a9bfa4dcc75 --- tests/ctrl_test_runner.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/ctrl_test_runner.py') diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py index 9a976a55f..05d3e303d 100644 --- a/tests/ctrl_test_runner.py +++ b/tests/ctrl_test_runner.py @@ -29,11 +29,7 @@ import struct import osmopy.obscvty as obscvty import osmopy.osmoutil as osmoutil - -# add $top_srcdir/contrib to find ipa.py -sys.path.append(os.path.join(sys.path[0], '..', 'contrib')) - -from ipa import Ctrl, IPA +from osmopy.osmo_ipa import Ctrl, IPA # to be able to find $top_srcdir/doc/... confpath = os.path.join(sys.path[0], '..') -- cgit v1.2.3