You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `&` operator in the end of kill command `CHAOS_KILL_COMMAND` example: `kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') &`. As we are running chaos command as a background process in separate thread.
241
+
- Add `&` operator in the end of kill command `CHAOS_INJECT_COMMAND` example: `md5sum /dev/zero &`. As we are running chaos command as a background process in separate thread.
241
242
- Import main file it in bin/experiment/experiment.py and add case. example: line number 3 in experiment.py
242
243
- Then go to root(litmus-python) and run `python3 setup.py install`
0 commit comments