From effd5212d768694f1fe4c27760529ff233296219 Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Mon, 8 Oct 2018 13:03:05 -0400 Subject: [PATCH] Update main.bats --- tests/main.bats | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/main.bats b/tests/main.bats index 73d3cf82..e7be030f 100644 --- a/tests/main.bats +++ b/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}