Optional features
- Selected scenarios
-
Provide one scenario name or a comma-separated list of scenario names in environment variable "ZONEMASTER_SELECTED_SCENARIOS" to test only that or those scenarios, even if they have been set as not testable. Example:
ZONEMASTER_SELECTED_SCENARIOS="GOOD-1" perl methodsv2.t
- Disabled scenarios
-
Provide one scenario name or a comma-separated list of scenario names in environment variable "ZONEMASTER_DISABLED_SCENARIOS" to disable that or those scenarios for this run only. Example:
ZONEMASTER_DISABLED_SCENARIOS="GOOD-1,GOOD-2" perl methodsv2.t