mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +00:00
The current implementation just reports the pass/fail when running the pod scenarios. This commit prints the pod scenarios logs to stdout to give users the ability to understand the actions run by powerfulseal under the hood - number of pods matching the filter, pods picked for killing, post checks etc. This also helps in debugging when the scenarios fail.
16 lines
220 B
YAML
16 lines
220 B
YAML
dist: xenial
|
|
|
|
langauge: python
|
|
|
|
python: "3.6.8"
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
|
|
install:
|
|
- sudo apt install python3-pip
|
|
- sudo pip3 install -r test-requirements.txt
|
|
- sudo pip3 install tox
|
|
|
|
script: tox .
|