tests: Fix: Exclude test include YAML files from tests
authorErica Bugden <ebugden@efficios.com>
Fri, 5 May 2023 15:55:54 +0000 (11:55 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 16 May 2023 22:25:00 +0000 (18:25 -0400)
commitf7ff270f3af6ded8e1dd01430c9c3d6ebad1366c
treef57b7c3be16f93b54b5bc91dae8772028e39582c
parentc3af04b10484f3ce5dcdcaca85cc03f72f56ae4e
tests: Fix: Exclude test include YAML files from tests

These partial YAML files are included as part of other test cases and
are not intended to be run as separate tests.

The tests run based on these partial files were still listed as passing
because currently the test system only checks that a test fails
configuration, but does not compare the reason for that failure with an
expected reason. Since all the included files are invalid partial
configurations, configuration generation would necessarily fail, and so
the test would "pass".

Change-Id: Iaea53b6ff1fa184d284079befe695f22ad53ef09
Signed-off-by: Erica Bugden <ebugden@efficios.com>
tests/config/yaml/conftest.py
This page took 0.023693 seconds and 4 git commands to generate.