Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: introduce flag for trace input to e2e framework (#1318)
* Add json marshal/unmarshal for test traces * Remove auto-generated trace files * Add an example trace to see the input format * Add comment in rapid test * Remove duplicated test case * Remove TODO in favor of comment * Reduce code duplication * Run go mod tidy and make format * Correct testdata directory in gitignore * Remove testdata directory * Remove testdata from gitignore * Add tracehandler_testdata * Remove example trace, since there are examples in the test data * Revert unintentional change to .gitignore * Remove propType field from generator * Add docstrings to action_rapid test and state_rapid_test to better explain what the files are doing * Add flag for reading test traces * Refactor testRun to testConfig and remove testConfig specification for predefined cases * Remove ::testConfig from Makefile * Re-add removed BUILDDIR instruction * Re-add removed newline * Fix duplicated words * Checkout tracehandler testdata from main * Remove unecessary test trace * Commit merged file
- Loading branch information