kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
152 stars 52 forks source link

Test scenarios for listExperiments API #1160

Open chandrams opened 3 months ago

chandrams commented 3 months ago

Test scenarios for listExperiments API accepting an input json with cluster_name & kubernetes_obj as listed below:

{
    "cluster_name": "cluster-one-division-bell",
    "kubernetes_objects": [
        {
            "type": "deployment",
            "name": "tfb-qrh-deployment",
            "namespace": "default",
            "containers": [
                {
                    "container_image_name": "kruize/tfb-db:1.15",
                    "container_name": "front-data-platform"
                }
            ]
        }
    ]
}

Note - Test the above with both true/false for results and recommendations and combinations for it as mentioned here