aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/smpp_test_runner.py
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-10 10:32:25 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-10 11:17:14 +0100
commite5e69dc73ecd8b0e6f99b4ab2f0cbb9766eeba5c (patch)
tree0d3dc4bdc74691c1b85237c2aa18a1d3c4e6637b /openbsc/tests/smpp_test_runner.py
parent69ab2584e64077b8e083490e9a32fe00a7e1f762 (diff)
Add very clear obsolescence / unmaintained warnings
* add messages at start-up and to the VTY * users must explicitly confirm they want to run osmo-nitb Change-Id: I5d5c0ff386dbc2e7b7dd02d6c33d1f9fec70707b
Diffstat (limited to 'openbsc/tests/smpp_test_runner.py')
-rwxr-xr-xopenbsc/tests/smpp_test_runner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/tests/smpp_test_runner.py b/openbsc/tests/smpp_test_runner.py
index a34d7baa6..b518ebbdd 100755
--- a/openbsc/tests/smpp_test_runner.py
+++ b/openbsc/tests/smpp_test_runner.py
@@ -64,7 +64,8 @@ class TestSMPPNITB(TestVTYBase):
def vty_command(self):
return ["./src/osmo-nitb/osmo-nitb", "-c",
- "doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg"]
+ "doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg",
+ "--yes-i-really-want-to-run-prehistoric-software"]
def vty_app(self):
return (4242, "./src/osmo-nitb/osmo-nitb", "OpenBSC", "nitb")