From 720ec52d5bf7aeb3244369c71eeb8676c2c7dab6 Mon Sep 17 00:00:00 2001 From: jayunit100 Date: Fri, 10 Feb 2017 10:37:51 -0500 Subject: [PATCH] Quick fix to node affinity matching --- test/integration/scheduler_perf/scheduler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/scheduler_perf/scheduler_test.go b/test/integration/scheduler_perf/scheduler_test.go index 190aaffe7f8..47ab467a151 100644 --- a/test/integration/scheduler_perf/scheduler_test.go +++ b/test/integration/scheduler_perf/scheduler_test.go @@ -95,7 +95,7 @@ func TestSchedule100Node3KNodeAffinityPods(t *testing.T) { { Key: nodeAffinityKey, Operator: v1.NodeSelectorOpIn, - Values: []string{string(i)}, + Values: []string{fmt.Sprintf("%v", i)}, }, }, },