Pagination test/doc errors
This commit is contained in:
parent
816238029d
commit
9ee55441ac
3 changed files with 3 additions and 3 deletions
|
|
@ -265,7 +265,7 @@ cat <<EOF > $fexample
|
|||
list audit-log {
|
||||
description
|
||||
"List of audit logs.";
|
||||
cl:list_pagination_partial_state; // Clixon
|
||||
cl:list-pagination-partial-state; // Clixon
|
||||
leaf timestamp {
|
||||
type yang:date-and-time;
|
||||
mandatory true;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# 3. CLI get audit logs (only interactive)
|
||||
# This tests contains a large state list: audit-logs from the example
|
||||
# Only CLI is used
|
||||
# Test also of list_pagination_partial_state extension
|
||||
# Test also of list-pagination-partial-state extension
|
||||
|
||||
# Magic line must be first in script (see README.md)
|
||||
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue