aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-09-16 11:29:46 +0200
committerOliver Smith <osmith@sysmocom.de>2021-09-16 12:08:06 +0200
commitfa47fdf673a20bd37a8b82246be23fcd43b65983 (patch)
treeb5f263f308631a7f9a4ffef3cee4f599ef2d61c9
parentfa9e8ce8e64c4f59341e0bf8fe780de7c344239c (diff)
tests/test_nodes.vty: skip mgw ip lines
Skip these lines, as the format has changed in newer libosmo-mgcp-client code. Fix for: Exception: Result mismatch: Mismatch: Expect: ' mgw local-ip A.B.C.D' Got: ' mgw local-ip (A.B.C.D|X:X::X:X)' Change-Id: Ib2bb68fce9f7ab031ddb891ef269172679f8fe1a
-rw-r--r--tests/test_nodes.vty4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index a4e0e15db..72a62351c 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -69,9 +69,9 @@ OsmoMSC(config-msc)# list
neighbor (a|iu) lac-ci <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
no neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
- mgw local-ip A.B.C.D
+...
mgw local-port <0-65535>
- mgw remote-ip A.B.C.D
+...
mgw remote-port <0-65535>
...