aux valve to CI

This commit is contained in:
rusefillc 2021-02-18 00:11:26 -05:00
parent 278e889f2c
commit 9590a095ba
1 changed files with 6 additions and 0 deletions

View File

@ -171,6 +171,12 @@ public class CommonFunctionalTest extends RusefiTestBase {
// changeRpm(1500);
}
@Test
public void testAuxValveNissan() {
ecu.setEngineType(ET_NISSAN_PRIMERA);
ecu.changeRpm(1200);
}
@Test
public void testMazdaMiata2003() {
ecu.setEngineType(ET_FRANKENSO_MIATA_NB2);