Skip to content

Commit 1a9436d

Browse files
committed
tooling: Move tests into project root tests directory
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.
1 parent 65a4aef commit 1a9436d

File tree

75 files changed

+647
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+647
-408
lines changed

engine/tests/conanfile_with_server.py

-32
This file was deleted.

engine/tests/conanfile_without_server.py

-35
This file was deleted.

engine/tests/config_nop_infinite.json

-45
This file was deleted.

engine/tests/config_nop_smoketest.json

-20
This file was deleted.

plugins/esmini/tests/conanfile_esmini.py

-39
This file was deleted.

plugins/esmini/tests/controller_virtue.json

-10
This file was deleted.

plugins/gndtruth_extractor/tests/conanfile_default.py

-32
This file was deleted.

plugins/minimator/tests/conanfile_default.py

-36
This file was deleted.

plugins/virtue/tests/conanfile_default.py

-36
This file was deleted.

plugins/esmini/tests/config_esmini_closed_loop.json renamed to tests/config_esmini_closed_loop.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
"label": "Ego vehicle should reach stand-still.",
2929
"event": "default_speed/kmph=<0.2", "action": "succeed"
30-
}
30+
}
3131
]
3232
}
3333
}

plugins/minimator/tests/config_minimator_infinite.json renamed to tests/config_minimator_infinite.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "4",
33
"include": [
4-
"${CLOE_ROOT}/tests/controller_basic.json"
4+
"just_controller_basic.json"
55
],
66
"defaults": {
77
"controllers": [

tests/config_nop_infinite.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "4",
33
"include": [
4-
"controller_virtue.json",
5-
"controller_basic.json"
4+
"just_controller_virtue.json",
5+
"just_controller_basic.json"
66
],
77
"simulators": [
88
{

tests/config_nop_smoketest.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"version": "4",
3-
43
"include": [
54
"config_nop_infinite.json"
65
],
7-
86
"server": {
97
"listen": false,
108
"listen_port": 23456
119
},
12-
1310
"triggers": [
1411
{"event": "virtue/failure", "action": "fail"},
1512
{

tests/controller_basic.json

-36
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)