mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 23:40:44 -04:00
create on Azure: Allow toggling between CVMs / Trusted Launch VMs (#401)
This commit is contained in:
parent
45beec15f5
commit
716ba52588
11 changed files with 105 additions and 14 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue