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.
Description
This PR updates the kadi events
Dump
event regression data to include the newtype
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 Dumptype
field.Testing
run_testr --include='kadi/test_regress*'
passed.