testcase for patch empty field

This commit is contained in:
Olof hagsand 2021-06-28 22:43:33 +02:00
parent 54357a2a78
commit 96c9296056
2 changed files with 15 additions and 4 deletions

View file

@ -167,7 +167,6 @@ cat<<EOF > $startupdb
EOF
new "kill old restconf"
sleep $DEMSLEEP
stop_restconf_pre
new "test params: -f $cfg"
@ -276,9 +275,8 @@ if [ $pid0 -eq $pid3 ]; then
err1 "A different pid" "same pid: $pid3"
fi
new "kill restconf using kill"
sleep $DEMSLEEP
stop_restconf_pre
new "kill restconf"
sudo kill $pid3
new "Wait for restconf to stop"
wait_restconf_stopped