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)
committerErica Bugden <ebugden@efficios.com>
Tue, 16 May 2023 18:24:42 +0000 (14:24 -0400)
commitb8b480807cac649e366a20f1048d0107bf5e4b78
tree02eb6a24bdcb0743b37ec2d08b70bf36532f97cd
parentc9f5503879f98c5b8b1f649559bab4df07522f64
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.025022 seconds and 4 git commands to generate.