Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/test_cases/2025/command_support.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,6 +17,8 @@ supported_commands_by_ecu:
- 0105:ECT
- 0106:SHRTFT1
- 0107:LONGFT1
- 0108:SHRTFT2,SHRTFT4
- 0109:LONGFT2,LONGFT4
- 010B:MAP
- 010C:RPM
- 010D:VSS
Expand All@@ -26,6 +28,7 @@ supported_commands_by_ecu:
- 0111:TP
- 0113:O2S11_EXISTS,O2S12_EXISTS,O2S13_EXISTS,O2S14_EXISTS,O2S21_EXISTS,O2S22_EXISTS,O2S23_EXISTS,O2S24_EXISTS
- 0115:O2S12,SHRTFT11
- 0119:O2S22,SHRTFT22
- 011C:OBDSUP
- 011F:RUNTM
- 0121:MIL_DIST
Expand All@@ -37,6 +40,7 @@ supported_commands_by_ecu:
- 0133:BARO
- 0134:LAMBDA11_CURRENT,O2S11_CURRENT
- 013C:CATEMP11
- 013D:CATEMP21
- 013E:CATEMP12
- 0141:ACRFCMPL,ACRF_ENA,AIR_CMPL,AIR_ENA,CAT_CMPL,CAT_ENA,CCM_CMPL,CCM_ENA,CIM_SUP_FLAG,EGR_CMPL,EGR_ENA,EVAPCMPL,EVAP_ENA,FUEL_CMPL,FUEL_ENA,HCATCMPL,HCAT_ENA,HTR_CMPL,HTR_ENA,MIS_CMPL,MIS_ENA,O2S_CMPL,O2S_ENA
- 0142:VPWR
Expand Down
4 changes: 2 additions & 2 deletions tests/test_cases/2025/commands/7E0.0104.yaml
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
command_id: 7E0.0104
test_cases:
- expected_values:
LOAD_PCT: 4.31373
response: 7E80341040B
LOAD_PCT: 0
response: '7E803410400'
- expected_values:
LOAD_PCT: 97.2549
response: 7E8034104F8
4 changes: 2 additions & 2 deletions tests/test_cases/2025/commands/7E0.0131.yaml
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
command_id: 7E0.0131
test_cases:
- expected_values:
CLR_DIST: 273
response: '7E80441310111'
CLR_DIST: 229
response: 7E804413100E5
- expected_values:
CLR_DIST: 511
response: 7E804413101FF
Expand Down
Loading