Skip to content

Commit f364c40

Browse files
committed
vtd: Test proper VTD multi-agent behavior
1 parent 886c562 commit f364c40

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/config_multi_agent_smoketest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"triggers": [
88
{"event": "virtue_first/failure", "action": "fail"},
9-
{"event": "start", "action": "log=info: Running multi-agent minimator smoketest."},
9+
{"event": "start", "action": "log=info: Running multi-agent smoketest."},
1010
{"event": "start", "action": "realtime_factor=-1"},
1111
{
1212
"event": "start",

tests/test_vtd_multi_agent_smoketest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
],
88
"triggers": [
99
{
10-
"label": "Vehicle first should not reach 100 km/h with the vtd binding and basic controller.",
11-
"event": "first_speed/kmph=>100.0", "action": "fail"
10+
"label": "Vehicle first should not reach 50 km/h with the vtd binding and basic controller.",
11+
"event": "first_speed/kmph=>50.0", "action": "fail"
1212
},
1313
{"event": "virtue_second/failure", "action": "fail"},
1414
{
15-
"label": "Vehicle second should not reach 100 km/h with the vtd binding and basic controller.",
16-
"event": "second_speed/kmph=>100.0", "action": "fail"
15+
"label": "Vehicle second should not reach 50 km/h with the vtd binding and basic controller.",
16+
"event": "second_speed/kmph=>50.0", "action": "fail"
1717
},
1818
{"event": "virtue_third/failure", "action": "fail"},
1919
{
20-
"label": "Vehicle third should not reach 100 km/h with the vtd binding and basic controller.",
21-
"event": "third_speed/kmph=>100.0", "action": "fail"
20+
"label": "Vehicle third should not reach 50 km/h with the vtd binding and basic controller.",
21+
"event": "third_speed/kmph=>50.0", "action": "fail"
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)