mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 2m7s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: Paige Patton <prubenda@redhat.com>
1.3 KiB
1.3 KiB
Type of change
- Refactor
- New feature
- Bug fix
- Optimization
Description
<-- Provide a brief description of the changes made in this PR. -->
Related Tickets & Documents
If no related issue, please create one and start the converasation on wants of
- Related Issue #:
- Closes #:
Documentation
- Is documentation needed for this update?
If checked, a documentation PR must be created and merged in the website repository.
Related Documentation PR (if applicable)
<-- Add the link to the corresponding documentation PR in the website repository -->
Checklist before requesting a review
See testing your changes and run on any Kubernetes or OpenShift cluster to validate your changes
- I have performed a self-review of my code by running krkn and specific scenario
- If it is a core feature, I have added thorough unit tests with above 80% coverage
REQUIRED: Description of combination of tests performed and output of run
python run_kraken.py
...
<---insert test results output--->
OR
python -m coverage run -a -m unittest discover -s tests -v
...
<---insert test results output--->