Add missing tests to 1007-gcp test

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau 2021-08-27 16:51:48 +02:00 committed by Guillaume de Rouville
parent cf7e222a04
commit 02e7cd3f59

View File

@ -160,6 +160,19 @@ setup() {
# Up deployment
dagger -w "$DAGGER_SANDBOX" -e kube-gcp-basic up
#################### DEPLOYMENT ####################
# Copy deployment to sandbox
copy_to_sandbox kube-gcp-deployment kube-gcp
# Up deployment
dagger -w "$DAGGER_SANDBOX" -e kube-gcp-deployment up
#################### CUE MANIFEST ####################
# Copy deployment to sandbox
copy_to_sandbox kube-gcp-cue-manifest kube-gcp
# Up deployment
dagger -w "$DAGGER_SANDBOX" -e kube-gcp-cue-manifest up
}
@test "doc-1008-aws-cloudformation" {