Skip to content

Commit

Permalink
tests: fix test identifiers
Browse files Browse the repository at this point in the history
Fix test identifiers and use subsystem correctly.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and MaureenHelm committed Jun 7, 2018
1 parent b20c484 commit fb2e142
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion tests/benchmarks/app_kernel/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tests:
tags: benchmark
slow: true
timeout: 300
test_posix:
benchmark.application.posix:
arch_whitelist: posix
min_ram: 32
tags: benchmark
22 changes: 11 additions & 11 deletions tests/benchmarks/object_footprint/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
tests:
test_001:
benchmark.footprint.001:
build_only: true
extra_args: CONF_FILE=prj01.conf
platform_whitelist: qemu_x86
tags: footprint
test_002:
benchmark.footprint.002:
build_only: true
extra_args: CONF_FILE=prj02.conf
platform_whitelist: qemu_x86
tags: footprint
test_003:
benchmark.footprint.003:
build_only: true
extra_args: CONF_FILE=prj03.conf
platform_whitelist: qemu_x86
tags: footprint
test_004:
benchmark.footprint.004:
build_only: true
extra_args: CONF_FILE=prj04.conf
platform_whitelist: qemu_x86
tags: footprint
test_005:
benchmark.footprint.005:
build_only: true
extra_args: CONF_FILE=prj05.conf
platform_whitelist: qemu_x86
tags: footprint
test_006:
benchmark.footprint.006:
build_only: true
extra_args: CONF_FILE=prj06.conf
platform_whitelist: qemu_x86
tags: footprint
test_007:
benchmark.footprint.007:
build_only: true
extra_args: CONF_FILE=prj07.conf
platform_whitelist: qemu_x86
tags: footprint
test_008:
benchmark.footprint.008:
build_only: true
extra_args: CONF_FILE=prj08.conf
platform_whitelist: qemu_x86
tags: footprint
test_009:
benchmark.footprint.009:
build_only: true
extra_args: CONF_FILE=prj09.conf
platform_whitelist: qemu_x86
tags: footprint
test_010:
benchmark.footprint.010:
build_only: true
extra_args: CONF_FILE=prj10.conf
platform_whitelist: qemu_x86
tags: footprint
test_011:
benchmark.footprint.011:
build_only: true
extra_args: CONF_FILE=prj11.conf
platform_whitelist: qemu_x86
Expand Down
2 changes: 1 addition & 1 deletion tests/subsys/dfu/img_util/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tests:
use.device.image_util:
usb.device.image_util:
depends_on: usb_device
platform_whitelist: nrf52840_pca10056
tags: dfu_image_util
2 changes: 1 addition & 1 deletion tests/subsys/fs/fat_fs_dual_drive/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests:
test:
filesystem.fat:
platform_whitelist: qemu_x86
tags: fs

0 comments on commit fb2e142

Please sign in to comment.