kyma-project / kyma-companion

A tool that brings AI to Kyma
Apache License 2.0
2 stars 11 forks source link

Extend Dataset for Testing Framework #144

Closed Teneroy closed 2 days ago

Teneroy commented 3 weeks ago

Description

Expand the current dataset for the testing framework by at least adding six new scenarios. These new scenarios will include at least three scenarios related to Kyma problems and at least three scenarios related to Kubernetes problems. Each scenario should have a corresponding validation file for the validator.

Subtasks

  1. Kyma-Related Scenarios:

    • Develop three new scenarios that focus on issues related to Kyma.
    • Ensure each scenario covers different aspects of Kyma to provide a broad testing scope.
    • Write corresponding expectation files for each scenario.
    • Create corresponding validation files for each scenario to be used by the validator.
  2. Kubernetes-Related Scenarios:

    • Develop three new scenarios that focus on issues related to Kubernetes.
    • Ensure each scenario covers different aspects of Kubernetes to provide a broad testing scope.
    • Write corresponding expectation files for each scenario.
    • Create corresponding validation files for each scenario to be used by the validator.
  3. Testing:

    • Deploy new scenarios to gardener cluster
    • Test the scenarios within the testing framework to confirm they work as expected.

Acceptance Criteria

friedrichwilken commented 3 weeks ago

related: https://github.com/kyma-project/kyma-companion/issues/141

grischperl commented 1 week ago

Previous issue: #92