From e882482db5b211174bfac94284741cc35f8b9b0d Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 19 Dec 2017 18:12:11 +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 SGSN-specific: leftovers from repository split which are now available in osmo-python-tests as well. Change-Id: I3ef4ca790878921a5846f64942a8de8a6ff9c11c --- tests/ctrl_test_runner.py | 6 +----- tests/vty_test_runner.py | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py index e9d73ff2b..57ef82eee 100755 --- 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], '..') diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py index eeb151c3d..afe1cfd34 100755 --- a/tests/vty_test_runner.py +++ b/tests/vty_test_runner.py @@ -23,11 +23,7 @@ import subprocess 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 IPA +from osmopy.osmo_ipa import IPA # to be able to find $top_srcdir/doc/... confpath = os.path.join(sys.path[0], '..') -- cgit v1.2.3