-
Notifications
You must be signed in to change notification settings - Fork 15
Cleanups on how matrix of scenario/weblog functions #7275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
cf1af5a
17fdcb3
554129c
dbf1f8d
62395c8
15791f2
b181cd7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,13 +4,15 @@ | |
| import pytest | ||
|
|
||
| from .endtoend import EndToEndScenario | ||
| from .core import scenario_groups | ||
|
|
||
|
|
||
| class PerformanceScenario(EndToEndScenario): | ||
| def __init__(self, name: str, doc: str) -> None: | ||
| super().__init__( | ||
| name, doc=doc, appsec_enabled=self.appsec_enabled, use_proxy_for_agent=False, use_proxy_for_weblog=False | ||
| ) | ||
| self.scenario_groups = [scenario_groups.exotics] | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Assigning Useful? React with 👍 / 👎. |
||
|
|
||
| @property | ||
| def appsec_enabled(self): | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.