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:02:41 +0000 (18:02 -0400)
commitafb39b0805977fff51f9efaf8e8f0c67ba36f03d
tree5a89d1484cfc93b5762988e4ea2b5653512b1e1d
parent90c3ad51489b6eb923606c94bf2a252968c6b2dd
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.022728 seconds and 4 git commands to generate.