- test: split perf_restconf into one with http/1 and one https/2

- typo: removed exit in test
This commit is contained in:
Olof hagsand 2022-02-13 14:24:37 +01:00
parent 10886a31a2
commit b7c0113331
5 changed files with 308 additions and 5 deletions

View file

@ -213,7 +213,7 @@ elif [ -n "$(type nc 2> /dev/null)" ]; then
else
netcat=
fi
if [ -n "$netcat" ]; then
if [ -n "$netcat" -a "${WITH_RESTCONF}" != "fcgi" ]; then
# new "restconf try fuzz crash"
# expectpart "$(${netcat} 127.0.0.1 80 < ~/tmp/crashes/id:000000,sig:06,src:000493+000365,op:splice,rep:8)" 0 "HTTP/$HVER 400"