aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-05-09 02:01:55 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2019-05-09 02:06:42 +0200
commit880b950862ce354fb0c59d970cb420fe269c68e7 (patch)
tree85133907629670b299cd1381c271acf2b688bd35 /tests
parent5255874529acef74da69721a45ef3ecb75b07454 (diff)
vty/cfg: add missing write-back of inter-BSC and inter-MSC HO config
Add missing 'show running-config' test to test_neighbor_ident.vty transcript test. Change-Id: Ie3b084e169da9509b37f6ab91ade79440c1b36d2
Diffstat (limited to 'tests')
-rw-r--r--tests/test_neighbor_ident.vty20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/test_neighbor_ident.vty b/tests/test_neighbor_ident.vty
index c1d0a8f54..7636a8b7a 100644
--- a/tests/test_neighbor_ident.vty
+++ b/tests/test_neighbor_ident.vty
@@ -235,3 +235,23 @@ OsmoMSC(config-msc)# do show neighbor a lac 65535
neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2
neighbor a lac 65535 ran-pc 6.6.6
neighbor a lac-ci 65535 65533 msc-ipa-name different-msc
+
+OsmoMSC(config-msc)# show running-config
+...
+msc
+...
+ neighbor a lac 11 ran-pc 1.2.3
+ neighbor a lac-ci 11 12 ran-pc 1.2.3
+ neighbor a cgi 901 70 11 13 ran-pc 1.2.3
+ neighbor iu lac 11 ran-pc 2.3.4
+ neighbor iu lac-ci 11 22 ran-pc 2.3.4
+ neighbor iu cgi 901 070 11 23 ran-pc 2.3.4
+ neighbor a lac 65535 msc-ipa-name msc-901-70-2
+ neighbor a lac-ci 65535 65533 msc-ipa-name msc-901-70-2
+ neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2
+ neighbor iu lac 65529 msc-ipa-name msc-901-70-2
+ neighbor iu lac-ci 65529 65528 msc-ipa-name msc-901-70-2
+ neighbor iu cgi 901 070 65529 65527 msc-ipa-name msc-901-70-2
+ neighbor a lac 65535 ran-pc 6.6.6
+ neighbor a lac-ci 65535 65533 msc-ipa-name different-msc
+...