Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Oct 13, 2018
1 parent a299c9c commit 6ed1999
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ Files you must supply/override in your downstream builds:
> entityID
<br /><br />
***New in the 3.0 release:***
>The image is based from the public CentOS7 image
>The TIER logging format has been implemented for shibd and httpd
>Everything now runs under supervisord
>The TIER Beacon has been implemented
>The file */etc/httpd/conf.d/ssl.conf* is now the default CentOS7 file
* The image is based from the public CentOS7 image
* The TIER logging format has been implemented for shibd and httpd
* Everything now runs under supervisord
* The TIER Beacon has been implemented
* The file */etc/httpd/conf.d/ssl.conf* is now the default CentOS7 file

4 changes: 2 additions & 2 deletions tests/image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ load ../common
docker run -i $maintainer/$imagename find /usr/local/bin/shibboleth_keygen.sh
}

@test "Includes httpd + shibd startup script" {
docker run -i $maintainer/$imagename find /usr/local/bin/httpd-shib-foreground
@test "Includes startup script" {
docker run -i $maintainer/$imagename find /usr/local/bin/startup.sh
}

@test "070 There are no known security vulnerabilities" {
Expand Down

0 comments on commit 6ed1999

Please sign in to comment.