Skip to content

Commit

Permalink
tooling: Move tests into project root tests directory
Browse files Browse the repository at this point in the history
We still support multiple profiles, but this makes it easier to support
the cloe super-build and should also make it easier to develop and
maintain tests.
  • Loading branch information
cassava committed Jun 3, 2024
1 parent c50a223 commit b3ff8f1
Show file tree
Hide file tree
Showing 75 changed files with 647 additions and 408 deletions.
32 changes: 0 additions & 32 deletions engine/tests/conanfile_with_server.py

This file was deleted.

35 changes: 0 additions & 35 deletions engine/tests/conanfile_without_server.py

This file was deleted.

45 changes: 0 additions & 45 deletions engine/tests/config_nop_infinite.json

This file was deleted.

20 changes: 0 additions & 20 deletions engine/tests/config_nop_smoketest.json

This file was deleted.

39 changes: 0 additions & 39 deletions plugins/esmini/tests/conanfile_esmini.py

This file was deleted.

10 changes: 0 additions & 10 deletions plugins/esmini/tests/controller_virtue.json

This file was deleted.

32 changes: 0 additions & 32 deletions plugins/gndtruth_extractor/tests/conanfile_default.py

This file was deleted.

36 changes: 0 additions & 36 deletions plugins/minimator/tests/conanfile_default.py

This file was deleted.

36 changes: 0 additions & 36 deletions plugins/virtue/tests/conanfile_default.py

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"label": "Ego vehicle should reach stand-still.",
"event": "default_speed/kmph=<0.2", "action": "succeed"
}
}
]
}
}
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "4",
"include": [
"${CLOE_ROOT}/tests/controller_basic.json"
"just_controller_basic.json"
],
"defaults": {
"controllers": [
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/config_nop_infinite.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "4",
"include": [
"controller_virtue.json",
"controller_basic.json"
"just_controller_virtue.json",
"just_controller_basic.json"
],
"simulators": [
{
Expand Down
3 changes: 0 additions & 3 deletions tests/config_nop_smoketest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"version": "4",

"include": [
"config_nop_infinite.json"
],

"server": {
"listen": false,
"listen_port": 23456
},

"triggers": [
{"event": "virtue/failure", "action": "fail"},
{
Expand Down
36 changes: 0 additions & 36 deletions tests/controller_basic.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b3ff8f1

Please sign in to comment.