aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/smpp_test_runner.py
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 20:01:21 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 15:28:25 +0200
commit6a9a88e816421ac3d8facded54fc079c586ced21 (patch)
tree534daa97a7f86be52c5deed5e6c42af0fffcc8ee /openbsc/tests/smpp_test_runner.py
parent422492998660ba40d3d7986fd43e1d7aafa3774a (diff)
Install sample cfg file to /etc/osmocom
Diffstat (limited to 'openbsc/tests/smpp_test_runner.py')
-rw-r--r--openbsc/tests/smpp_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/smpp_test_runner.py b/openbsc/tests/smpp_test_runner.py
index 2fd144b2b..58645aa07 100644
--- a/openbsc/tests/smpp_test_runner.py
+++ b/openbsc/tests/smpp_test_runner.py
@@ -64,7 +64,7 @@ class TestSMPPNITB(TestVTYBase):
def vty_command(self):
return ["./src/osmo-nitb/osmo-nitb", "-c",
- "doc/examples/osmo-nitb/nanobts/openbsc.cfg"]
+ "doc/examples/osmo-nitb/nanobts/osmo-nitb.cfg"]
def vty_app(self):
return (4242, "./src/osmo-nitb/osmo-nitb", "OpenBSC", "nitb")