From 15b482698a94899b2362d163f88490a4a414bb32 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 12 Jan 2017 08:14:41 -0500 Subject: [PATCH] Uncomment test case for image handling --- script/test/cmd/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/cmd/tests.sh b/script/test/cmd/tests.sh index 1d61bf55..37d631f5 100755 --- a/script/test/cmd/tests.sh +++ b/script/test/cmd/tests.sh @@ -22,7 +22,7 @@ source $KOMPOSE_ROOT/script/test/cmd/lib.sh convert::expect_failure "kompose -f $KOMPOSE_ROOT/script/test/fixtures/etherpad/docker-compose.yml convert --stdout" # commenting this test case out until image handling is fixed -#convert::expect_failure "kompose -f $KOMPOSE_ROOT/script/test/fixtures/etherpad/docker-compose-no-image.yml convert --stdout" +convert::expect_failure "kompose -f $KOMPOSE_ROOT/script/test/fixtures/etherpad/docker-compose-no-image.yml convert --stdout" convert::expect_warning "kompose -f $KOMPOSE_ROOT/script/test/fixtures/etherpad/docker-compose-no-ports.yml convert --stdout" "Service cannot be created because of missing port." export $(cat $KOMPOSE_ROOT/script/test/fixtures/etherpad/envs) # kubernetes test