Skip to content
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

Core Refactoring, Krkn Scenario Plugin API #694

Merged
merged 33 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. relocated shared libraries from kraken to krkn folder

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f3ca907 View commit details
    Browse the repository at this point in the history
  2. AbstractScenarioPlugin and ScenarioPluginFactory

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    db705c8 View commit details
    Browse the repository at this point in the history
  3. application_outage porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    56fdf0b View commit details
    Browse the repository at this point in the history
  4. arcaflow_scenarios porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d321f46 View commit details
    Browse the repository at this point in the history
  5. managedcluster_scenarios porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5cf7af8 View commit details
    Browse the repository at this point in the history
  6. network_chaos porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b550691 View commit details
    Browse the repository at this point in the history
  7. node_actions porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    95eb355 View commit details
    Browse the repository at this point in the history
  8. plugin_scenarios porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    08bd260 View commit details
    Browse the repository at this point in the history
  9. pvc_scenarios porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fcdc4cf View commit details
    Browse the repository at this point in the history
  10. service_disruption porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fa45198 View commit details
    Browse the repository at this point in the history
  11. service_hijacking porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7d06766 View commit details
    Browse the repository at this point in the history
  12. cluster_shut_down_scenarios porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c14408e View commit details
    Browse the repository at this point in the history
  13. syn_flood porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4b540b1 View commit details
    Browse the repository at this point in the history
  14. time_scenarios porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    680536c View commit details
    Browse the repository at this point in the history
  15. zone_outages porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0059c25 View commit details
    Browse the repository at this point in the history
  16. ScenarioPluginFactory tests

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f1d2e5e View commit details
    Browse the repository at this point in the history
  17. unit tests update

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d7ba0ee View commit details
    Browse the repository at this point in the history
  18. pod_scenarios and post actions deprecated

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    
    scenarios post_actions
    
    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e1b4c8e View commit details
    Browse the repository at this point in the history
  19. funtests and config update

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fd633f4 View commit details
    Browse the repository at this point in the history
  20. run_krkn.py update

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d3154cb View commit details
    Browse the repository at this point in the history
  21. utils porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    168691f View commit details
    Browse the repository at this point in the history
  22. API Documentation

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    434908c View commit details
    Browse the repository at this point in the history
  23. container_scenarios porting

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    
    fix
    
    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c27b644 View commit details
    Browse the repository at this point in the history
  24. funtest fix

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8d42392 View commit details
    Browse the repository at this point in the history
  25. document gif update

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4f714fb View commit details
    Browse the repository at this point in the history
  26. Documentation + tests update

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fbf2d8e View commit details
    Browse the repository at this point in the history
  27. removed example plugin

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ea08b9b View commit details
    Browse the repository at this point in the history
  28. global renaming

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    
    test fix
    
    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    
    test fix
    
    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    967bfe1 View commit details
    Browse the repository at this point in the history
  29. config.yaml typos

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    
    typos
    
    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    42eefdf View commit details
    Browse the repository at this point in the history
  30. removed plugin_scenarios from NativScenarioPlugin class

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8b36550 View commit details
    Browse the repository at this point in the history
  31. pod_network_scenarios type added

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d786abc View commit details
    Browse the repository at this point in the history
  32. documentation update

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cccd7b6 View commit details
    Browse the repository at this point in the history
  33. krkn-lib update

    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    
    typo
    
    Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
    tsebastiani committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3827b1f View commit details
    Browse the repository at this point in the history