[PERFORMANCE] hardware continues integration needs a high RPM high tooth count test case #1351
This commit is contained in:
parent
e4239e7e5c
commit
e598b35a95
|
@ -83,7 +83,6 @@ public class AutoTest {
|
||||||
private static void testVW_60_2() {
|
private static void testVW_60_2() {
|
||||||
setEngineType(32);
|
setEngineType(32);
|
||||||
changeRpm(900);
|
changeRpm(900);
|
||||||
// TODO: we shall get this RPM higher!
|
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
assertRpmDoesNotJump(8000, 15, 30, FAIL);
|
assertRpmDoesNotJump(8000, 15, 30, FAIL);
|
||||||
}
|
}
|
||||||
|
@ -93,7 +92,7 @@ public class AutoTest {
|
||||||
changeRpm(700);
|
changeRpm(700);
|
||||||
// TODO: we shall get this RPM higher!
|
// TODO: we shall get this RPM higher!
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
assertRpmDoesNotJump(4100, 15, 30, FAIL);
|
assertRpmDoesNotJump(7000, 15, 30, FAIL);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function<String, Object> callback) {
|
public static void assertRpmDoesNotJump(int rpm, int settleTime, int testDuration, Function<String, Object> callback) {
|
||||||
|
|
Loading…
Reference in New Issue