test: Enable and fix up some more tests

An unstable engine probably masked some of these issues.
This commit is contained in:
James Shubin
2019-02-14 17:32:06 -05:00
parent aa165b5e17
commit ccad6e7e1a
32 changed files with 53 additions and 75 deletions

View File

@@ -20,7 +20,7 @@ pid=$!
trap 'pkill -9 mgmt' EXIT
# give mgmt a little time to startup
sleep 10
sleep 10s
# mgmt configured for ipv6 only should not listen on any IPv4 ports
lsof -Pn -p "$pid" -a -i | grep '127.0.0.1' && false