From 40621f292b8b4c537feeae0ac115f57a5a8a37d0 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 7 Aug 2023 18:49:24 +0200 Subject: [PATCH] typo in test --- test/test_yang_schema_mount.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_yang_schema_mount.sh b/test/test_yang_schema_mount.sh index 774ce301..65822771 100755 --- a/test/test_yang_schema_mount.sh +++ b/test/test_yang_schema_mount.sh @@ -200,10 +200,10 @@ new "netconf commit" expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "" "" new "get mounted augment data" -expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "xx1foobary" +expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "xx1bary" new "cli show config" -expectpart "$($clixon_cli -1 -f $cfg show config xml -- -m clixon-mount0 -M urn:example:mount0)" 0 "xx1foobary" +expectpart "$($clixon_cli -1 -f $cfg show config xml -- -m clixon-mount0 -M urn:example:mount0)" 0 "xx1bary" if [ $BE -ne 0 ]; then new "Kill backend"