Small fix for number of pods and nodes in test function

This commit is contained in:
ravisantoshgudimetla 2017-06-18 16:38:56 -04:00
parent 6c38d009ce
commit 882c9b61bd

View File

@ -42,7 +42,7 @@ func TestSchedule100Node3KPods(t *testing.T) {
if testing.Short() {
t.Skip("Skipping because we want to run short tests")
}
config := getBaseConfig(1000, 30000)
config := getBaseConfig(100, 3000)
writePodAndNodeTopologyToConfig(config)
min := schedulePods(config)
if min < threshold3K {