Enable latency tests as part of Density

pull/6/head
Wojciech Tyczynski 2015-06-22 14:39:30 +02:00
parent 47b6e6a84e
commit 5cfa0ceb32
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ var _ = Describe("Density", func() {
// TODO: Reenable once we can measure latency only from a single test.
// TODO: Expose runLatencyTest as ginkgo flag.
{podsPerMinion: 3, skip: true, runLatencyTest: false, interval: 10 * time.Second},
{podsPerMinion: 30, skip: true, runLatencyTest: false, interval: 10 * time.Second},
{podsPerMinion: 30, skip: true, runLatencyTest: true, interval: 10 * time.Second},
// More than 30 pods per node is outside our v1.0 goals.
// We might want to enable those tests in the future.
{podsPerMinion: 50, skip: true, runLatencyTest: false, interval: 10 * time.Second},