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
This commit is contained in:
Oliver Smith 2021-09-16 11:29:46 +02:00
parent fa9e8ce8e6
commit fa47fdf673
1 changed files with 2 additions and 2 deletions

View File

@ -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>
...