aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2023-11-22 13:11:34 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2023-11-22 16:06:43 +0100
commitff9c46cc61e69cf63180dea892ffae93db8a2608 (patch)
tree04bf3b4dbd763d5c1b3d92a7ddc80fa98a090938
parent75a0aa78a3016bedc26aba179141d95515e116c1 (diff)
vty-tests: Test encryption options
-rw-r--r--tests/osmo-sgsn_test-nodes.vty11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/osmo-sgsn_test-nodes.vty b/tests/osmo-sgsn_test-nodes.vty
index 4c6541597..32ff8e71d 100644
--- a/tests/osmo-sgsn_test-nodes.vty
+++ b/tests/osmo-sgsn_test-nodes.vty
@@ -120,3 +120,14 @@ sgsn
gtp remote-ip 5.6.7.8
...
OsmoSGSN(config-sgsn)# no mme test1
+OsmoSGSN(config-sgsn)# encryption gea 0 3
+OsmoSGSN(config-sgsn)# encryption uea 1 2
+OsmoSGSN(config-sgsn)# encryption cipher-plugin-path /foo/bar
+OsmoSGSN(config-sgsn)# show running-config
+...
+sgsn
+...
+ encryption gea 0 3
+ encryption uea 1 2
+ encryption cipher-plugin-path /foo/bar
+...