aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-02 16:37:43 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-10-04 11:14:15 +0000
commitca4875f1338ea02d58873f2176f6a49954da63a6 (patch)
tree63265742491890bc80e6788ed43560c3c8b4239c
parent834f94a2cb9dee69031228a82196265bf541de6d (diff)
fix vty tests: long timeout due to unreachable STP address
The doc/examples/osmo-msc SCCP config examples with 10.23.42.1 as asp ip-remote cause >5 minutes timeout for each VTY config test being run before the VTY becomes available. This hugely elongates the config tests, we didn't spot it before because it does succeed after that timeout. Rather use link-local addresses in order to immediately note the lack of connection and carry on with the VTY config tests. Related: OS#2333 Change-Id: I5ea4ef8a7e181bd3a38edf9c3b5d098f6ba65ee5
-rw-r--r--doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg2
-rw-r--r--doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
index 3de478a30..4ccb0d0d5 100644
--- a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
@@ -18,7 +18,7 @@ cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
! where to reach the STP:
- remote-ip 10.23.24.1
+ remote-ip 127.0.0.5
! local-ip 10.23.24.1
msc
cs7-instance-a 0
diff --git a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
index 3c384459f..8b481deae 100644
--- a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
@@ -17,11 +17,11 @@ network
cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A 2905 0 m3ua
- remote-ip 10.23.24.1
+ remote-ip 127.0.0.5
cs7 instance 1
point-code 0.23.2
asp asp-clnt-OsmoMSC-Iu 2905 0 m3ua
- remote-ip 10.23.24.2
+ remote-ip 127.0.0.6
msc
cs7-instance-a 0
cs7-instance-iu 1