Skip to content

Commit

Permalink
refactor: use anchor and aliases in execution_time_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Jan 28, 2025
1 parent a484865 commit a42e4de
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions test_runner/scenario_test_runner/scenario/execution_time_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OpenSCENARIO:
PrivateAction:
- TeleportAction:
Position:
LanePosition:
LanePosition: &DEFAULT_LANE_POSITION
roadId: ''
laneId: 34513
s: 0
Expand All @@ -53,51 +53,36 @@ OpenSCENARIO:
- TeleportAction:
Position:
LanePosition:
roadId: ''
laneId: 34513
<<: *DEFAULT_LANE_POSITION
s: 5
offset: 0
Orientation: *DEFAULT_ORIENTATION
- entityRef: Car3
PrivateAction:
- TeleportAction:
Position:
LanePosition:
roadId: ''
laneId: 34513
<<: *DEFAULT_LANE_POSITION
s: 10
offset: 0
Orientation: *DEFAULT_ORIENTATION
- entityRef: Car4
PrivateAction:
- TeleportAction:
Position:
LanePosition:
roadId: ''
laneId: 34513
<<: *DEFAULT_LANE_POSITION
s: 15
offset: 0
Orientation: *DEFAULT_ORIENTATION
- entityRef: Car5
PrivateAction:
- TeleportAction:
Position:
LanePosition:
roadId: ''
laneId: 34513
<<: *DEFAULT_LANE_POSITION
s: 20
offset: 0
Orientation: *DEFAULT_ORIENTATION
- entityRef: Car6
PrivateAction:
- TeleportAction:
Position:
LanePosition:
roadId: ''
laneId: 34513
<<: *DEFAULT_LANE_POSITION
s: 25
offset: 0
Orientation: *DEFAULT_ORIENTATION
Story:
- name: ''
Act:
Expand Down Expand Up @@ -129,11 +114,8 @@ OpenSCENARIO:
ReachPositionCondition:
Position:
LanePosition:
roadId: ''
laneId: '34513'
<<: *DEFAULT_LANE_POSITION
s: 40
offset: 0
Orientation: *DEFAULT_ORIENTATION
tolerance: 0.5
Action:
- name: ''
Expand Down

0 comments on commit a42e4de

Please sign in to comment.