quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Update CSV Report Tests to accommodate `report_platform_id` #303

Closed himmAllRight closed 5 years ago

himmAllRight commented 5 years ago

Issue type

Description of issue

CSV report tests are out of date and breaking, due to report_platform_id being added. Currently, the csv is just being parsed using a split, and binding the values to hard-coded variables. The addition of another item means too many values are trying to be bound to too few variables, causing the error.

Completion checklist

To close this issue, the following items must be satisfied: