Make fuzzing a config at runtime and/or startup a property of the parameter in config_fuzzer_limits.py

XMLWordPrintableJSON

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Execution Team 2024-09-30, Execution Team 2024-10-14
    • 0
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, we declare two separate dictionaries for the runtime-config fuzzer and the startup-config fuzzer.

      If we have a parameter that we want to fuzz at runtime and during startup, this will involve having to add the parameter's information to both the runtime config fuzzer dictionary and the startup config fuzzer dictionary. This will lead to requiring people to change the fuzzer limits for the same parameter in two different areas if we want the parameter to be fuzzed at runtime and startup.

      This ticket will make it so that we add a property "fuzz_at" which will be a list that can contain "startup" and/or "runtime" and to delete the separate runtime config fuzzer dictionary. 

            Assignee:
            Stephanie Eristoff
            Reporter:
            Stephanie Eristoff
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: