test: Make prometheus tests safer and more verbose

This commit is contained in:
Felix Frank
2020-02-05 20:16:35 +01:00
committed by James Shubin
parent 3408961155
commit 013439af6d
3 changed files with 55 additions and 8 deletions

View File

@@ -76,3 +76,6 @@ cleanup
run_usergroup_test "exec-usergroup-${GROUP}.yaml" "nobody" "${GROUP}"
run_usergroup_test "exec-usergroup-user.yaml" "nobody" ""
run_usergroup_test "exec-usergroup-group-${GROUP}.yaml" "" "${GROUP}"
# avoid race against rm command from the shell test wrapper
sleep 1