create on Azure: Allow toggling between CVMs / Trusted Launch VMs (#401)

This commit is contained in:
Malte Poll 2022-08-25 15:24:31 +02:00 committed by GitHub
parent 45beec15f5
commit 716ba52588
11 changed files with 105 additions and 14 deletions

View file

@ -147,6 +147,7 @@ func TestCreateInstances(t *testing.T) {
InstanceType: "type",
Image: "image",
UserAssingedIdentity: "identity",
ConfidentialVM: true,
},
},
"error when creating scale set": {
@ -161,6 +162,7 @@ func TestCreateInstances(t *testing.T) {
InstanceType: "type",
Image: "image",
UserAssingedIdentity: "identity",
ConfidentialVM: true,
},
wantErr: true,
},
@ -176,6 +178,7 @@ func TestCreateInstances(t *testing.T) {
InstanceType: "type",
Image: "image",
UserAssingedIdentity: "identity",
ConfidentialVM: true,
},
wantErr: true,
},
@ -190,6 +193,7 @@ func TestCreateInstances(t *testing.T) {
InstanceType: "type",
Image: "image",
UserAssingedIdentity: "identity",
ConfidentialVM: true,
},
wantErr: true,
},