parent
5d9d7f2575
commit
65e75911d9
|
@ -45,8 +45,9 @@ public class VssHardwareLoopTest extends RusefiTestBase {
|
|||
|
||||
sleep(2 * Timeouts.SECOND);
|
||||
|
||||
// todo: this command does not seem to work for whatever reasons :( cAsE? else?
|
||||
ecu.sendCommand("set " + "driveWheelRevPerKm" + " " + "500");
|
||||
EcuTestHelper.assertSomewhatClose("VSS with input", 92, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph));
|
||||
EcuTestHelper.assertSomewhatClose("VSS with input", 46, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph));
|
||||
|
||||
// not related to VSS test, just need to validate this somewhere, so this random test is as good as any
|
||||
if (ControllerConnectorState.firmwareVersion == null)
|
||||
|
|
Loading…
Reference in New Issue