Skip to content

Commit

Permalink
Running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 12, 2017
1 parent 51b2b91 commit 73e95c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/running.bats
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ load ../common
}

@test "Creates shibboleth database" {
echo 'select * from version;' | docker exec -i $imagename psql -U postgres $postgres_db
}

@test "Shibboleth user can access shibboleth database" {
echo 'select * from version;' | docker exec -i $imagename psql -U shibboleth $postgres_db
}

0 comments on commit 73e95c3

Please sign in to comment.