zephyr/tests/ztest/fail/testcase.yaml
Yuval Peress dbd63e8008 ztest: add tests for failing on zassume
Add a test to make sure that when a zassume fails, we mark the test
as failed and print an "Assumption failed" error for the test

Signed-off-by: Yuval Peress <peress@google.com>
2022-10-13 06:40:31 -04:00

61 lines
1.8 KiB
YAML

# Copyright (c) 2022 Google LLC
# SPDX-License-Identifier: Apache-2.0
tests:
testing.fail.unit.assert_after:
type: unit
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSERT_AFTER=y
testing.fail.unit.assert_teardown:
type: unit
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSERT_TEARDOWN=y
testing.fail.unit.assume_after:
type: unit
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSUME_AFTER=y
testing.fail.unit.assume_teardown:
type: unit
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSUME_TEARDOWN=y
testing.fail.unit.pass_after:
type: unit
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_PASS_AFTER=y
testing.fail.unit.pass_teardown:
type: unit
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_PASS_TEARDOWN=y
testing.fail.zephyr.assert_after:
platform_allow: native_posix
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSERT_AFTER=y
testing.fail.zephyr.assert_teardown:
platform_allow: native_posix
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSERT_TEARDOWN=y
testing.fail.zephyr.assume_after:
platform_allow: native_posix
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSUME_AFTER=y
testing.fail.zephyr.assume_teardown:
platform_allow: native_posix
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_ASSUME_TEARDOWN=y
testing.fail.zephyr.pass_after:
platform_allow: native_posix
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_PASS_AFTER=y
testing.fail.zephyr.pass_teardown:
platform_allow: native_posix
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_PASS_TEARDOWN=y
testing.fail.unit.fail_on_bad_assumption:
type: unit
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_UNEXPECTED_ASSUME=y
testing.fail.zephyr.fail_on_bad_assumption:
platform_allow: native_posix
extra_configs:
- CONFIG_ZTEST_FAIL_TEST_UNEXPECTED_ASSUME=y