Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update main.bats
chubing committed Oct 8, 2018
1 parent d37730b commit effd521
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/main.bats
@@ -17,16 +17,6 @@ load ../common
[ "$status" -eq 0 ]
}

@test "040 The Grouper Status page is present" {
docker run -d ${maintainer}/${imagename}
sleep 60
contid2=$(docker ps | grep ${maintainer}/${imagename} | cut -f 1 -d ' ')
run docker exec -i ${contid2} sh -c 'curl -I -k -s -f https://127.0.0.1/grouper/status?diagnosticType=trivial'
docker kill ${contid2} &>/dev/null
docker rm ${contid2} &>/dev/null
[ "$status" -eq 0 ]
}


@test "070 There are no known security vulnerabilities" {
./tests/clairscan.sh ${maintainer}/${imagename}

0 comments on commit effd521

Please sign in to comment.