Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
test: update expected node names in test
Browse files Browse the repository at this point in the history
Signed-off-by: Imran Pochi <imran@kinvolk.io>
  • Loading branch information
ipochi committed Jun 17, 2021
1 parent ab0ee32 commit 6f44918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/components/kubernetes/baremetal_kubelet_labels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ func Test_Baremetal_NodeSpecificLabels(t *testing.T) {
// The labels include the labels common to every worker node derived from `labels` and
// labels specific to the node.
nodeNamesAndExpectedLabelsInCI := map[string]map[string]string{
"mercury-controller-0": {
"node1": {
"testkey": "testvalue",
"node.kubernetes.io/master": "",
"node.kubernetes.io/controller": "true",
},
"mercury-worker-0": {
"node2": {
"ingressnode": "yes",
"testing.io": "yes",
"roleofnode": "testing",
},
"mercury-worker-1": {
"node3": {
"storagenode": "yes",
"testing.io": "yes",
"roleofnode": "testing",
Expand Down

0 comments on commit 6f44918

Please sign in to comment.