Commit Graph

2366 Commits

Author SHA1 Message Date
Matthew Kennedy d7e95cd31f improve sensor chart flush behavior (#2545)
* disable sensor chart

* type signature, guards

* we can't log the message as that confuses the parser

* dead

* this syntax was technically illegal

* more

* turn it back on

* remove config

* api

* implement

* ui

* java ui
2021-04-12 14:05:52 -04:00
rusefillc 448dafb5f2 https://rusefi.com/forum/viewtopic.php?p=40383 2021-04-11 18:20:35 -04:00
rusefillc 2547283f45 Kawasaki KX450F trigger wheel #2538 2021-04-09 12:44:28 -04:00
rusefi d65a8899ad SetEngineTypeCommandControl 2021-04-08 16:46:45 -04:00
rusefi 1fbfb5fb8b console usability: better handling of 12340005 fix #2531 2021-04-08 16:42:52 -04:00
rusefillc 4b6044344a "MRE Miata 94 MAP" 2021-03-18 04:30:18 -04:00
Matthew Kennedy ce3878949c stop trigger emulator PWM when disabled (#2443)
* simplify trig emulator

* spelling is hard

* fix various builds

* spelling again

* add command/button for external stimulation

* enable hw stim for HW-in-loop test

* s

* I does spelling good

* clear flag when disabled

* generate enough for console build

* don't disable that

* this test needs external stimulation enabled

* import

* ui improvements

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-11 08:38:52 -05:00
Matthew Kennedy d7536bf059 finish off vbatt -> sensor model (#2433)
* more vbatt

* s

* goodbye voltage

* makefile

* apparently that part was in use

* include

* mocking
2021-03-07 20:18:32 -05:00
slowriot 887fa3bf24 fix typos, spelling (#2419) 2021-03-04 13:42:52 -05:00
rusefillc 99503ccb5c cAsE of rusEFI 2021-03-02 22:14:06 -05:00
rusefillc d4119069cc Merge remote-tracking branch 'origin/master' into master 2021-02-28 19:41:06 -05:00
rusefillc a3b2b9accf better handing of lack of port 2021-02-28 19:40:57 -05:00
Matthew Kennedy e3991186ba hardware CI for clt/iat inputs (#2401)
* test raw CLT/IAT

* dot zero
2021-02-25 17:09:16 -05:00
rusefillc 96f2f7539c aux valve to CI 2021-02-18 00:11:26 -05:00
rusefi e659de6c8e a bit tolerance against broken .ini 2021-02-13 11:02:41 -05:00
Matthew Kennedy 3a763f7e9a increase proteus analog tolerance (#2327) 2021-02-09 19:10:00 -06:00
Matthew Kennedy 009a2a5b3b Hw ci mcu temperature (#2324)
* this was wrong

* test temp sensor

* import

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-09 14:24:44 -06:00
rusefillc 11e8a35c15 Trigger pattern request Škoda Favorit fix #2302 2021-02-06 20:53:30 -05:00
Matthew Kennedy 7fec313f50 Proteus analog input ci (#2271)
* test vbatt

* test proteus vbatt

* tolerance

* these don't work on proteus

* new engine type

* test analog input

* more test points, less tolerance

* console build needs this file generated

* only include for hw ci builds

* wiring info

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-03 13:34:48 -06:00
Matthew Kennedy 2298553a3d A hardware CI test for Proteus 🎉🎉🎉 (#2270)
* test vbatt

* test proteus vbatt

* tolerance

* these don't work on proteus

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-03 08:05:18 -06:00
Matthew Kennedy 3688cc59c8 Partition hw tests (#2267)
* partition in to f4 disco

* cleanup

* stub proteus test

* add proteus build config
2021-02-02 23:10:21 -05:00
rusefillc 2bfac97f93 GM/Daewoo 60/2/2/2 Trigger Pattern #2264 2021-02-02 11:06:32 -05:00
Matthew Kennedy 7af3931032 hardware ci tweaks (#2266)
* frankenso config

* Revert "frankenso config"

This reverts commit 5bb2375ba2d33ae487273eaa5b7a4f12e8a9cecc.

* add hardware CI flag for proteus

* rename ci job

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-02 08:14:24 -06:00
rusefillc 01fd8ac18a fixing build 2021-01-26 21:34:32 -05:00
rusefillc f9504d77ed version into tune file 2021-01-26 16:08:00 -05:00
Matthew Kennedy 9051edb3b5 maybe fix protege HW CI (#2219)
* maybe fix protege too

* formatting
2021-01-10 20:27:21 -05:00
Matthew Kennedy aaad4d758c Fix master fatal error (#2206)
* print the fatal that caused test failure

* fix the error
2021-01-09 15:13:43 -05:00
rusefillc 28e975b096 RAM efficiency of VR crank trigger shapes #2182
Audi OEM 5-cyl trigger pattern aka "Tri-Tach" https://rusefi.com/forum/viewtopic.php?f=5&t=1912
2021-01-04 23:44:31 -05:00
David Holdeman c01389469b Solenoid test in console (#2178)
* give it a try

* create component

* add command maybe

* try

* try

* add pic

* try TCU_SOLENOID_COUNT

* try

* use injection and ignition count fields
2021-01-02 17:18:44 -05:00
Matthew Kennedy 5640df5702 switch to array'd version of asserts (#2158) 2020-12-29 19:42:03 -05:00
Matthew Kennedy 7f193e0f9c Switch other tests to use assertWaveNotNull (#2115)
* test switching ignition modes

* change others to new check

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-29 18:39:54 -05:00
Matthew Kennedy 517a1f0f82 HW CI: rev limiter (#2141)
* test rev limit

* comment, format

* make test work

* check that it goes back to normal

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-26 17:14:04 -05:00
Matthew Kennedy e6d074951c base class for HW CI tests (#2133)
* extract test base

* newline
2020-12-24 20:50:52 -05:00
Matthew Kennedy 2620d40db3 use junit fail instead of throw (#2114)
* use junit fail

* no pause
2020-12-24 20:27:39 -05:00
Matthew Kennedy 57d696e809 run tests from cmdline (#2132)
* run tests

* include junit in jar

* tabs spaces
2020-12-24 20:12:43 -05:00
Matthew Kennedy 23cc2c5c19 fix race condition in CommandQueue, massively speeding up HW CI tests (#2129)
* fix command semaphore

* guard

* remove todo

* dead field

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-24 09:23:46 -05:00
Matthew Kennedy fad3b07b8b Purge e34 config (#2127)
* remove

* enums

* s

* func test

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-24 07:31:25 -05:00
Matthew Kennedy 25f7c9cc7d More sensor listener lambdas (#2121)
* api

* ioutil

* more lambdas
2020-12-22 20:12:50 -05:00
Matthew Kennedy d0c25eb0d3 remove/comment spammy log prints (#2119) 2020-12-22 18:59:55 -05:00
Matthew Kennedy c62b84b607 use token for sensor listener unsubscribe (#2120)
* api

* ioutil
2020-12-22 18:48:55 -05:00
rusefillc 976134c5a6 they say this should help build 2020-12-22 18:47:17 -05:00
Matthew Kennedy 4a95652f88 Purge fiesta config (#2117)
* config

* this had a feature flag?

* enums

* goodbye, fiesta
2020-12-22 17:22:05 -05:00
Matthew Kennedy 85f0621738 Purge rover v8 config (#2116)
* bye

* goodbye, rover v8

* that snuck in

* use a different config for that test
2020-12-22 10:05:54 -05:00
Matthew Kennedy 924a583d75 test switching ignition modes (#2113) 2020-12-22 09:23:17 -05:00
rusefillc af19f70f7d HW CI is flaky :( #2063 2020-12-21 22:21:17 -05:00
rusefi 740bc9ede2 HW CI is flaky :( #2063 2020-12-21 10:45:49 -05:00
rusefillc 5fc2f98075 HW CI is flaky :( #2063
more forward progress
2020-12-21 09:46:02 -05:00
rusefillc 2fce87c8a7 something ? HIP / SPI pin conflict does not fail gracefully #2108
undoing unneeded change?
2020-12-20 19:54:36 -05:00
rusefillc ef7b1f98e7 Merge remote-tracking branch 'origin/master' into master
# Conflicts:
#	firmware/config/engines/rover_v8.cpp
2020-12-20 17:19:15 -05:00
rusefillc 4220b9fcbd something ? HIP / SPI pin conflict does not fail gracefully #2108
maybe this is just testing framework bug?
2020-12-20 17:17:03 -05:00
rusefi 11d2774fb5 bundle name into frame title 2020-12-20 16:27:04 -05:00
rusefillc 4e6868a99c something ? HIP / SPI pin conflict does not fail gracefully #2108
after 50 good runs, returning rover
2020-12-20 09:46:25 -05:00
rusefillc 5ac73be926 i am pretty sure it's not part of the problem 2020-12-20 09:12:06 -05:00
rusefillc ab1360182b something ? HIP / SPI pin conflict does not fail gracefully #2108
one step back to be a bit more sure
2020-12-19 20:39:38 -05:00
rusefillc 1e5be46b4c something ? HIP / SPI pin conflict does not fail gracefully #2108 2020-12-19 15:18:23 -05:00
rusefillc f7b3b48754 HW CI is flaky :( #2063
which one is it? testRoverV8?
2020-12-19 13:04:56 -05:00
rusefillc dc33a79372 HW CI is flaky :( #2063
slow forward movement
2020-12-19 07:15:33 -05:00
rusefi 90312479b5 HW CI is flaky :( #2063 2020-12-18 23:32:30 -05:00
rusefillc 6a0c2ccead HW CI is flaky :( #2063
maybe better logging?
2020-12-18 21:57:43 -05:00
rusefillc 0514e068b8 HW CI is flaky :( #2063
we have no idea. let's run 30 times like this
2020-12-18 20:23:03 -05:00
rusefillc 753161ccd6 remove dangerous pin options from E34 config #2105 2020-12-18 18:55:02 -05:00
rusefillc 74d11e2957 i bet it does not matter 2020-12-18 17:15:59 -05:00
rusefillc 25bd16678d does this matter? 2020-12-18 16:38:07 -05:00
rusefillc a68689f6b7 progress 2020-12-18 14:52:11 -05:00
shadowm60 3494301068 Test Idle PWM (#2103)
* Create PwmHardwareTest.java

Test idle pwm

* Update PwmHardwareTest.java

assert with +-1%
2020-12-18 14:49:59 -05:00
rusefillc fb7e9ef666 docs 2020-12-18 14:48:58 -05:00
rusefillc 4a885805f8 docs 2020-12-18 14:48:33 -05:00
rusefillc 894082f423 progress 2020-12-18 13:33:55 -05:00
rusefillc a2e4951f56 one more step forward 2020-12-18 10:36:28 -05:00
rusefillc f3295726f3 one more step forward 2020-12-18 10:00:50 -05:00
rusefillc 25f9dd4c96 HW CI is flaky :( #2063 2020-12-17 22:22:44 -05:00
rusefillc ed32b9b656 HW CI is flaky :( #2063
is it about performance?
2020-12-17 20:41:51 -05:00
rusefillc 766c9dc540 HW CI is flaky :( #2063
usabulility: separate folder
2020-12-17 20:23:00 -05:00
rusefillc e3398775ce Revert "one more step forward"
This reverts commit e0f4dbd1
2020-12-14 22:22:31 -05:00
rusefillc e0f4dbd16f one more step forward 2020-12-14 20:38:04 -05:00
rusefillc 0dba9b4a15 one more step forward 2020-12-14 19:47:37 -05:00
rusefillc c3b9094075 one more step forward 2020-12-14 16:58:56 -05:00
rusefillc f1392c6444 one more step forward 2020-12-14 13:20:06 -05:00
rusefillc 5916ebb901 TDC label to images 2020-12-14 12:55:45 -05:00
rusefillc 06855c130d java: some trigger images do not display top dead center properly fix #2075 2020-12-13 23:32:46 -05:00
rusefillc e6937d42c5 Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077 2020-12-13 23:11:06 -05:00
rusefillc a3ca17b092 making jenkins failures more useful 2020-12-13 22:57:20 -05:00
rusefillc 38a636a52e java: some trigger images do not display top dead center properly #2075 2020-12-13 22:06:29 -05:00
rusefillc 942738cdec one more step forward 2020-12-13 21:52:52 -05:00
rusefi f771616c60 one step forward 2020-12-13 12:20:04 -05:00
rusefillc ce0c35adcc one step back with HW CI 2020-12-13 10:42:12 -05:00
rusefi 6e33f20c9f basic hw in the loop - pwm self validation #2028 2020-12-13 00:17:54 -05:00
rusefi bbfed19d06 basic hw in the loop - pwm self validation #2028 2020-12-13 00:02:19 -05:00
rusefi 532317c57a basic hw in the loop - pwm self validation #2028 2020-12-12 23:00:18 -05:00
rusefillc 055b1201fb migrating hardware tests to junit 2020-12-12 20:33:19 -05:00
rusefillc a88a14f981 typo 2020-12-12 20:26:56 -05:00
rusefillc 30aff33f8c basic hw in the loop - pwm self validation #2028 2020-12-12 20:22:58 -05:00
rusefillc 6fae359c07 let's use composition 2020-12-12 18:58:30 -05:00
rusefillc 9570459c1d moving start-up script from java to bash 2020-12-12 18:39:05 -05:00
rusefillc a4d0dcc48f basic hw in the loop - pwm self validation #2028 2020-12-12 17:30:59 -05:00
rusefillc 7851dec07b basic hw in the loop - pwm self validation #2028 2020-12-12 17:28:27 -05:00
rusefillc ffe1a29c71 better ant task name 2020-12-12 16:14:21 -05:00
rusefillc 977fe326ba auto test clean-up 2020-12-12 15:44:57 -05:00
rusefillc e77628d1fc decompile_fsio_line 2020-12-12 10:40:55 -05:00
rusefillc d487813042 all triggers should be documented way nicer #2001
placing TDC up
2020-12-10 21:29:05 -05:00
rusefillc 5a33808dcb all triggers should be documented way nicer #2001
TDC fix
2020-12-10 21:21:25 -05:00
rusefillc 5530a3fd39 all triggers should be documented way nicer #2001
better direction
2020-12-10 20:56:12 -05:00
rusefillc 259f1f5ab0 all triggers should be documented way nicer
#2001
2020-12-10 20:02:35 -05:00
rusefillc 2947c5f69c all triggers should be documented way nicer
#2001
2020-12-10 19:49:22 -05:00
rusefillc 4e7c952014 all triggers should be documented way nicer
#2001
2020-12-10 17:10:17 -05:00
rusefillc 4072db3052 trigger lifecycle 2020-12-09 12:19:25 -05:00
rusefillc d86c53fecf basic hw in the loop - pwm self validation #2028 2020-12-06 18:39:50 -05:00
rusefillc 4020e59030 time and TDC stroke should be less full, also time and scale should be painted before/under engine events 2020-12-05 21:10:19 -05:00
rusefillc 0ba4b37a2d all triggers should be documented way nicer #2001 2020-12-04 11:44:27 -05:00
rusefillc eb3dd94390 6.1 Hemi V8 decoder #2010 2020-12-04 00:30:22 -05:00
rusefillc be77425007 all triggers should be documented way nicer #2001 2020-12-03 21:30:28 -05:00
rusefillc e6f9c2ecef all triggers should be documented way nicer #2001 2020-12-03 17:17:57 -05:00
rusefillc b5e9c26d4e all triggers should be documented way nicer #2001 2020-12-03 01:19:02 -05:00
rusefillc f5189cb6aa all triggers should be documented way nicer #2001 2020-12-03 01:02:17 -05:00
rusefillc 8841234906 all triggers should be documented way nicer #2001 2020-12-03 00:13:47 -05:00
rusefillc 7327fd6e6c all triggers should be documented way nicer #2001 2020-12-02 22:17:38 -05:00
rusefillc a76e85cf92 all triggers should be documented way nicer #2001 2020-12-02 21:54:26 -05:00
rusefillc 3ce1f6e300 all triggers should be documented way nicer #2001 2020-12-02 21:02:54 -05:00
rusefillc 47d90741eb engine sniffer - pins are not displayed #1995 2020-12-01 23:08:41 -05:00
rusefillc 7f1f912933 engine sniffer - pins are not displayed #1995 2020-12-01 22:57:00 -05:00
rusefillc e01c07e5e6 Starter is engaged on start-up in pull-up configuration #1969 2020-11-26 18:42:23 -05:00
rusefillc c8f1c7f8c7 Starter is engaged on start-up in pull-up configuration #1969 2020-11-26 17:53:01 -05:00
rusefillc 604f093171 rusEFI console does not start fix #1930 2020-11-18 19:28:00 -05:00
rusefillc e44e4e6366 HW test doc 2020-11-15 18:10:05 -05:00
andreika-git 35c839286a Add directives support to Console .INI parser (#1932)
* Add directives support to Console .INI parser

* unit-test for # directives

Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-11-06 09:38:57 -05:00
rusefillc 01b6725c09 local_proxy 2020-10-29 00:04:30 -04:00
Matthew Kennedy b8c2041467 Everything in lambda! (#1893)
* lambda

* default configs, fix build

* config, gauge, UI

* more digits

* change menu text

* fix that while I'm here

* doesn't need extra word

* todo note

* tests

* last test

* missed a config

* update java

* store target lambda

* more java

* format

* hopefully enough java for CI to pass
2020-10-26 18:15:17 -04:00
rusefillc c5fce40620 HW CI has failed 11 times since Oct 2 #1849 2020-10-16 22:57:12 -04:00
rusefi 99a15e70a4 Trigger sync lost every 2^32 CPU cycles #1873
QA automation coverage
2020-10-11 19:16:16 -04:00
rusefillc f6a4d5785d gauge poking is needed after local application is disconnected same as before it's connected
adjusting test to match current reality
2020-10-09 01:28:40 -04:00
rusefillc 06aff23a71 gauge poking is needed after local application is disconnected same as before it's connected 2020-10-09 00:51:34 -04:00
rusefillc 92f4e1ba22 gauge poking is needed after local application is disconnected same as before it's connected 2020-10-09 00:30:13 -04:00
rusefillc 8d9f871522 more tools to work with TCP/IP 2020-10-09 00:12:38 -04:00
rusefillc 56efda1e73 minor bugfix 2020-10-09 00:06:40 -04:00
rusefillc 16e9d2ad42 TCP open refactoring 2020-10-08 23:58:08 -04:00
rusefillc 94abeabf37 TCP open refactoring 2020-10-08 23:45:51 -04:00
rusefillc 09b9c3382f Detect configuration 2020-10-08 23:45:23 -04:00
rusefillc 3b139c1632 please die on close 2020-10-08 23:23:45 -04:00
rusefillc a973953214 remote proxy bugfix: the magic of signed bytes 2020-10-08 00:35:40 -04:00
rusefillc cffb922cc3 better status messages 2020-10-07 23:16:47 -04:00
rusefillc f1d26bd5f7 remote: update to release feature 2020-10-07 20:26:56 -04:00
rusefillc a3834fb9db remote: update to release feature 2020-10-07 20:07:10 -04:00
rusefillc acc918a1d9 remote: update to release feature 2020-10-07 19:44:06 -04:00
rusefillc 99a2998e74 helping build 2020-10-07 19:17:05 -04:00
rusefillc b14b7abe96 remote: update to release feature 2020-10-07 19:06:31 -04:00
rusefillc fafd9bacd1 more options for remote 2020-10-07 18:58:13 -04:00
rusefillc 91f055d2f6 date 2020-10-06 23:51:07 -04:00
rusefillc c9c7533ab0 remote SD download works once proper thread synchronization added 2020-10-06 23:37:44 -04:00
rusefillc 39a243cdab latest activity timestamp 2020-10-06 22:43:39 -04:00
rusefillc 48be091241 +x 2020-10-06 00:21:11 -04:00