aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-07 13:13:07 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-07 14:17:02 +0700
commit7e1a78fb03fb32ff7e9ea3da0ae1e944a93fffee (patch)
treeef0a51e4e0c5d99b4a0d8ea03b360d69e8b6c2b7 /tests/vty
parent9a28d3c599b8be7b1442cce1d8598f48bd99bb86 (diff)
vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}
Diffstat (limited to 'tests/vty')
-rw-r--r--tests/vty/vty_transcript_test.vty20
1 files changed, 9 insertions, 11 deletions
diff --git a/tests/vty/vty_transcript_test.vty b/tests/vty/vty_transcript_test.vty
index 28edf29c..b626f3db 100644
--- a/tests/vty/vty_transcript_test.vty
+++ b/tests/vty/vty_transcript_test.vty
@@ -87,10 +87,8 @@ ok argc=0
vty_transcript_test> show vty-attributes
Global attributes:
- . This command is deprecated
- . This command is hidden
- . This command applies immediately
- . This command applies on VTY node exit
+ ! This command applies immediately
+ @ This command applies on VTY node exit
Library specific attributes:
A This command applies on ASP restart
Application specific attributes:
@@ -115,10 +113,10 @@ vty_transcript_test(config-attr-test)# list
vty_transcript_test(config-attr-test)# list with-flags
...
- ... foo-immediate
- ... foo-node-exit
- u.. app-unbelievable
- .m. app-magnificent
- ..w app-wonderful
- um. app-unbelievable-magnificent
- u.w app-unbelievable-wonderful
+ ! ... foo-immediate
+ @ ... foo-node-exit
+ . u.. app-unbelievable
+ . .m. app-magnificent
+ . ..w app-wonderful
+ . um. app-unbelievable-magnificent
+ . u.w app-unbelievable-wonderful