tests: cleanup: Remove dead $include-replace tests
authorErica Bugden <ebugden@efficios.com>
Tue, 30 May 2023 14:34:47 +0000 (10:34 -0400)
committerErica Bugden <ebugden@efficios.com>
Wed, 31 May 2023 15:19:34 +0000 (11:19 -0400)
commitb2fd4fd81d6da66463c4ecf1f7798bfda8f873f4
tree701ceb64107117804cb80191811f7c88b7e34338
parent8d81378997c759ae220e8be5ac809f6dc5ae53df
tests: cleanup: Remove dead $include-replace tests

Context
-------

The $include-replace property appears to have been removed sometime in
the past. These 3 test cases are the only remaining references to this
property in the code base. The last reference to $include-replace in the
log is in commit 6839ffb (Use JSON schemas to validate the layout and
types of the YAML config) in `config_parse.py` at lines 2693-2694 where
the following comment referring to the property is removed:

    # In each object, only one of the $include and $include-replace
    # special properties is allowed.

All of this seems to point to this property no longer existing.

Changes
-------

Remove test cases referring to the $include-replace property.

Change-Id: I71d3293acf3518ebe5812db7fc9cc07ed933f64e
Signed-off-by: Erica Bugden <ebugden@efficios.com>
tests/config/yaml/2/configs/fail/include/include-include-replace.yaml [deleted file]
tests/config/yaml/2/configs/fail/include/replace-file-not-found-in-array.yaml [deleted file]
tests/config/yaml/2/configs/fail/include/replace-file-not-found.yaml [deleted file]
This page took 0.0404 seconds and 4 git commands to generate.