We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952da0b commit d4b33b1Copy full SHA for d4b33b1
contribute/developer-guide/README.md
@@ -238,6 +238,7 @@ Follow the steps provided below to setup okteto & test the experiment execution.
238
'experiments/sample_category/sample_exec_chaos/experiment',
239
```
240
- Add `&` operator at the end of kill commands `CHAOS_KILL_COMMAND` example: `kill $(find /proc -name exe -lname '*/md5sum' 2>&1 | grep -v 'Permission denied' | awk -F/ '{print $(NF-1)}') &`.
241
+ Because we are running this command as a background process using multi-threading.
242
- Import main file it in bin/experiment/experiment.py and add case. example: line number 3 in experiment.py
243
- Then go to root(litmus-python) and run `python3 setup.py install`
244
0 commit comments