sot / ska_testr

Test definitions for unit and integration testing of Ska environment packages
MIT License
0 stars 0 forks source link

Update kadi events regress #62

Closed taldcroft closed 1 year ago

taldcroft commented 1 year ago

Description

This PR updates the kadi events Dump event regression data to include the new type field.

Along the way I noticed that the original driver for storing all the regression data in a zipped tar file was gone - namely the big cmds.txt file with kadi commands is no longer there. So this PR also moves those files into the repo as plain text so it is easy to see diffs in git. 1fd2e9b52d7eed0b707172d9305c625567e65f2a makes that change, and then 271327e03f1dd18c449d1d58c8898fbeadf562da shows the diff introduced for the new Dump type field.

Testing

run_testr --include='kadi/test_regress*' passed.