From ad4127541e9d0fceff5ebeb2e50ee0db65459003 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sat, 20 Jan 2018 12:34:52 +0100 Subject: [PATCH] explaining test --- test/test_perf.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/test_perf.sh b/test/test_perf.sh index a91e6bb4..8e35feb6 100755 --- a/test/test_perf.sh +++ b/test/test_perf.sh @@ -73,7 +73,7 @@ if [ $? -ne 0 ]; then err fi -new "generate large list config" +new "generate 'large' config with $number list entries" echo -n "" > $fconfig for (( i=0; i<$number; i++ )); do echo -n "$i$i" >> $fconfig @@ -83,12 +83,12 @@ echo "]]>]]>" >> $fconfig # Just for manual dbg echo "$clixon_netconf -qf $cfg -y $fyang" -new "netconf edit large config" +new "netconf write large config" expecteof_file "time -p $clixon_netconf -qf $cfg -y $fyang" "$fconfig" "^]]>]]>$" #echo ']]>]]>' | $clixon_netconf -qf $cfg -y $fyang -new "netconf edit large config again" +new "netconf write large config again" expecteof_file "time -p $clixon_netconf -qf $cfg -y $fyang" "$fconfig" "^]]>]]>$" #echo ']]>]]>' | $clixon_netconf -qf $cfg -y $fyang @@ -98,10 +98,10 @@ rm $fconfig new "netconf commit large config" expecteof "time -p $clixon_netconf -qf $cfg -y $fyang" "]]>]]>" "^]]>]]>$" -new "netconf commit same config again" +new "netconf commit large config again" expecteof "time -p $clixon_netconf -qf $cfg -y $fyang" "]]>]]>" "^]]>]]>$" -new "netconf add one small config" +new "netconf add small (1 entry) config" expecteof "time -p $clixon_netconf -qf $cfg -y $fyang" "xy]]>]]>" "^]]>]]>$" new "netconf add $req small config"