[PERFORMANCE] hardware continues integration needs a high RPM high tooth count test case #1351
This commit is contained in:
parent
7637a7a767
commit
6618f031ee
|
@ -84,15 +84,14 @@ public class AutoTest {
|
||||||
setEngineType(32);
|
setEngineType(32);
|
||||||
changeRpm(900);
|
changeRpm(900);
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
assertRpmDoesNotJump(8000, 15, 30, FAIL);
|
assertRpmDoesNotJump(12000, 15, 30, FAIL);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void testV12() {
|
private static void testV12() {
|
||||||
setEngineType(40);
|
setEngineType(40);
|
||||||
changeRpm(700);
|
changeRpm(700);
|
||||||
// TODO: we shall get this RPM higher!
|
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
assertRpmDoesNotJump(7000, 15, 30, FAIL);
|
assertRpmDoesNotJump(9000, 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