Tests: added expect script for pagination stdio

This commit is contained in:
Olof hagsand 2022-03-14 14:02:21 +01:00
parent 927d6f2d9c
commit e0f5472161
8 changed files with 99 additions and 18 deletions

View file

@ -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.";