5.7.0 release

This commit is contained in:
Olof hagsand 2022-05-17 10:04:24 +02:00
parent 0adeae64df
commit cca8c88ec1
3 changed files with 17 additions and 5 deletions

View file

@ -132,6 +132,13 @@ module clixon-example{
}
EOF
# prereq check no zombies BEFORE test
new "Ensure no zombies before test"
retx=$(ps aux| grep clixon | grep defunc | grep -v grep)
if [ -n "$retx" ]; then
err "No zombie process before test" "$retx"
fi
new "Create netns: $netns"
sudo ip netns delete $netns
# Create netns