Skip to content

Commit

Permalink
uncomment needed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed May 18, 2020
1 parent 823951e commit 5e4307c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion container_files/tomcat/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="/tmp" prefix="tomcat_access_log"
rotatable="false" renameOnRotate="true" pattern="%h %l %u %t &quot;%r&quot; %s %b" />
rotatable="false" pattern="%h %l %u %t &quot;%r&quot; %s %b" />

</Host>
</Engine>
Expand Down
12 changes: 6 additions & 6 deletions tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ load ../common
./tests/checktomcatver.sh ${maintainer}/${imagename}
}

#@test "060 The version of the IdP is current" {
# ./tests/checkidpver.sh ${maintainer}/${imagename}
#}
@test "060 The version of the IdP is current" {
./tests/checkidpver.sh ${maintainer}/${imagename}
}

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

@test "080 The IdP successfully completed a full-cycle test with an SP" {
./tests/fulltest.sh
Expand Down

0 comments on commit 5e4307c

Please sign in to comment.