From c8728862ecf2ea21ae73b6dc5f55abf1b23ee3cb Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 1 Sep 2015 18:23:03 +0530 Subject: [PATCH] tests: removed `create_full_container` function --- bitnami/wildfly/test.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bitnami/wildfly/test.sh b/bitnami/wildfly/test.sh index dea29d782a49..4c9e99f748dc 100755 --- a/bitnami/wildfly/test.sh +++ b/bitnami/wildfly/test.sh @@ -42,12 +42,6 @@ create_container_domain() { sleep $SLEEP_TIME } -create_full_container() { - docker run -d --name $CONTAINER_NAME\ - -e WILDFLY_PASSWORD=$WILDFLY_PASSWORD $IMAGE_NAME - sleep $SLEEP_TIME -} - create_full_container_mounted() { docker run -d --name $CONTAINER_NAME\ -e WILDFLY_PASSWORD=$WILDFLY_PASSWORD\ @@ -85,7 +79,7 @@ create_full_container_mounted() { } @test "Password is preserved after restart (standalone)" { - create_full_container + create_container -d -e WILDFLY_PASSWORD=$WILDFLY_PASSWORD docker stop $CONTAINER_NAME docker start $CONTAINER_NAME