@@ -208,11 +208,9 @@ func getValidValuesTests(toolToTest string) []latencyTest {
208208 var testSet []latencyTest
209209 testSet = append (testSet , latencyTest {testDelay : "0" , testRun : "true" , testRuntime : "5" , testMaxLatency : guaranteedLatency , testCpus : "2" , outputMsgs : []string {success }, toolToTest : toolToTest })
210210 testSet = append (testSet , latencyTest {testDelay : "0" , testRun : "true" , testRuntime : "1" , testMaxLatency : guaranteedLatency , testCpus : "5" , outputMsgs : []string {success }, toolToTest : toolToTest })
211- //BZ https://bugzilla.redhat.com/show_bug.cgi?id=2006675
212- if toolToTest == oslat {
213- testSet = append (testSet , latencyTest {testDelay : "1" , testRun : "true" , testRuntime : "2" , testMaxLatency : guaranteedLatency , outputMsgs : []string {success }, toolToTest : toolToTest })
214- testSet = append (testSet , latencyTest {testDelay : "60" , testRun : "true" , testRuntime : "2" , testMaxLatency : guaranteedLatency , outputMsgs : []string {success }, toolToTest : toolToTest })
215- }
211+ testSet = append (testSet , latencyTest {testDelay : "1" , testRun : "true" , testRuntime : "2" , testMaxLatency : guaranteedLatency , outputMsgs : []string {success }, toolToTest : toolToTest })
212+ testSet = append (testSet , latencyTest {testDelay : "60" , testRun : "true" , testRuntime : "2" , testMaxLatency : guaranteedLatency , outputMsgs : []string {success }, toolToTest : toolToTest })
213+
216214 if toolToTest != hwlatdetect {
217215 testSet = append (testSet , latencyTest {testRun : "true" , testRuntime : "5" , outputMsgs : []string {skip , skipMaxLatency }, toolToTest : toolToTest })
218216 }
0 commit comments