zalando-stups/fullstop

Load Testing Violation

a1exmac opened this issue · 0 comments

Expected behaviour

There is a violation appears if a team doesn’t provide RPS while link to load test scripts contains URL to the scripts OR value IS NOT equal to “not yet/ doesn’t apply”
Violation msg example "application "<application_id>" with version "<version_number>" do not perform load test"

Step needed

foreach AppId which LinkToLoadTestScripts is a URL
 foreach AppVersion of current AppId
   If AppVersion.Created within 24hrs
     If RPS == Null #(empty)
       TriggerLoadTestingYourTurnViolation

Dependencies

zalando-stups/kio#81