Skip to content

Commit

Permalink
node-installer: correctly name test-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Dec 30, 2024
1 parent 63c1093 commit 601d765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodeinstaller/node-installer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ func TestPatchContainerdConfig(t *testing.T) {
platform: platforms.AKSCloudHypervisorSNP,
expected: expectedConfAKSCLHSNP,
},
"BareMetalQEMUTDX": {
"K3sQEMUTDX": {
platform: platforms.K3sQEMUTDX,
expected: expectedConfBareMetalQEMUTDX,
},
"BareMetalQEMUSNP": {
"K3sQEMUSNP": {
platform: platforms.K3sQEMUSNP,
expected: expectedConfBareMetalQEMUSNP,
},
"BareMetalQEMUSNPGPU": {
"K3sQEMUSNPGPU": {
platform: platforms.K3sQEMUSNPGPU,
expected: expectedConfBareMetalQEMUSNP,
},
Expand Down

0 comments on commit 601d765

Please sign in to comment.