infra/roles/tester/tests/features/cve.feature
2019-07-19 17:34:30 +04:00

9 lines
314 B
Gherkin

Feature: Perform exploit from <cve>
Environment should not be affectable by <cve> exploit
Scenario Outline: Victim node should pass all checks after performing exploit
Given prepared <abuser> node
And prepared <victim> node
When exploit is finished
Then all checks against <victim> are passed