mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
Remove volume test
This commit is contained in:
@@ -43,13 +43,6 @@ teardown() {
|
||||
[ "$status" = 0 ]
|
||||
}
|
||||
|
||||
@test "all the volumes exposed" {
|
||||
docker inspect $CONTAINER_NAME | {
|
||||
run grep "\"Volumes\":" -A 1
|
||||
[[ "$output" =~ "/app" ]]
|
||||
}
|
||||
}
|
||||
|
||||
@test "port 3000 exposed" {
|
||||
add_app
|
||||
docker exec -d $CONTAINER_NAME sh -c 'gem install sinatra --no-ri --no-rdoc && ruby server.rb'
|
||||
|
||||
Reference in New Issue
Block a user