aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty_test_runner.py
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-19 18:12:11 +0100
committerMax <msuraev@sysmocom.de>2017-12-19 18:21:13 +0100
commite882482db5b211174bfac94284741cc35f8b9b0d (patch)
treef99a813b5aef3ef1245e3ee93c014dd7ac9b1877 /tests/vty_test_runner.py
parent41505ae1d3485533d743d4c46e6c2269f64f0533 (diff)
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
Diffstat (limited to 'tests/vty_test_runner.py')
-rwxr-xr-xtests/vty_test_runner.py6
1 files changed, 1 insertions, 5 deletions
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], '..')