Code base
Integration
Misc
For each build task you will need to
- update Makefile to to build chaos chaincode, chaos client, chaos engine (on time only)
- create a directory in regression
- add in an appropriate suite_test.go + test.go files (+go.mod, go.sum)
- create a chaos launcher script (based on coord.sh) to manage syncing the client and chaos engine
- add a scenarios directory with the required scenarios for that build task
- add a .env file which configures the client and is appropriate for that task (probably require tuning)
Code base
Integration
Misc
For each build task you will need to