Add missing tests to 1007-gcp test
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
cf7e222a04
commit
02e7cd3f59
@ -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" {
|
||||
|
Reference in New Issue
Block a user