mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
Adjust usage of GCP SEV-SNP throughout codebase
This commit is contained in:
parent
640f6c402b
commit
cb543c75f8
7 changed files with 35 additions and 3 deletions
|
@ -122,6 +122,7 @@ func TestGCPClusterVariables(t *testing.T) {
|
|||
},
|
||||
},
|
||||
CustomEndpoint: "example.com",
|
||||
CCTechnology: "SEV_SNP",
|
||||
}
|
||||
|
||||
// test that the variables are correctly rendered
|
||||
|
@ -151,6 +152,7 @@ node_groups = {
|
|||
}
|
||||
custom_endpoint = "example.com"
|
||||
internal_load_balancer = false
|
||||
cc_technology = "SEV_SNP"
|
||||
`
|
||||
got := vars.String()
|
||||
assert.Equal(t, strings.Fields(want), strings.Fields(got)) // to ignore whitespace differences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue