Tests: added expect script for pagination stdio
This commit is contained in:
parent
927d6f2d9c
commit
e0f5472161
8 changed files with 99 additions and 18 deletions
|
|
@ -58,7 +58,7 @@ cat <<EOF > $fexample
|
|||
}
|
||||
|
||||
leaf email-address {
|
||||
type inet:email-address;
|
||||
type string;
|
||||
mandatory true;
|
||||
description
|
||||
"The member's email address.";
|
||||
|
|
@ -119,6 +119,7 @@ cat <<EOF > $fexample
|
|||
leaf-list following {
|
||||
type leafref {
|
||||
path "/members/member/member-id";
|
||||
require-instance false;
|
||||
}
|
||||
description
|
||||
"Other members this members is following.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue