aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty_test_runner.py
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-11-23 16:33:33 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-03 21:14:10 +0000
commit60383a1f7fbcc9ec80fe37443bb6aa530efa1f30 (patch)
tree4ebe0a9eb9ebb959164d9c09a637f0fc5362a24f /tests/vty_test_runner.py
parentb8acdcdf2ef4777a568b14526e4a9fdb9ba2ac74 (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 MSC-specific: leftovers from repository split which are now available in osmo-python-tests as well. Change-Id: Ia3ab77846c9beae7eca32a81079a4a9bfa4dcc75
Diffstat (limited to 'tests/vty_test_runner.py')
-rw-r--r--tests/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 8989f246f..de1997cd4 100644
--- 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], '..')