bifrost/releasenotes/notes/inventory-functional-tests-998796326c2a92ff.yaml
Julia Kreger 4cc7e4eec9 Add JSON/YAML inventory consumption tests
Bifrost's inventory parsing code supports parsing json and yaml
data input.

As such, we need to test that we are producing the expected
output from passing data into the general data parser,
including re-parsing the output of a previous conversion
to ensure that it is unchanged so logic parity remains
across conversion methods for any new items added.
Closes-Bug: #1527380
Change-Id: I95b3941f898b14bffa3a4a6fc6972184889cfedc
2015-12-18 10:51:14 -05:00

11 lines
406 B
YAML

---
fixes:
- Functional tests were added for the inventory module
that leverage JSON and YAML parsing to ensure that the
input is same as the expected output of the conversion
being leveraged.
- A functional test was added that reconsumes JSON data
generated by the CSV file format to help identify any
logic parity breaks between the logic present in each
data parsing method.