All tests pass for squashkiwi
This commit is contained in:
@ -12,6 +12,7 @@ DOCKER_RUN_CMD="docker run -d \
|
||||
|
||||
|
||||
if ! _create_and_start_container "$DOCKER_RUN_CMD" "$CONTAINER_NAME"; then
|
||||
echo "${DOCKER_RUN_CMD}"
|
||||
_die "Failed to start container ${CONTAINER_NAME}"
|
||||
fi
|
||||
|
||||
|
@ -55,6 +55,9 @@ title "Checking template $TEMPLATE"
|
||||
|
||||
SERVICE_NAME="test-$TEMPLATE"
|
||||
|
||||
title "Nuking old service"
|
||||
ds fullnuke localhost $SERVICE_NAME || die "Failed to fullnuke old service"
|
||||
|
||||
title "Creating service"
|
||||
ds create-service localhost $TEMPLATE $SERVICE_NAME || die "Failed to create service"
|
||||
|
||||
|
Reference in New Issue
Block a user