hosted-providers-e2e/hosted
Parthvi Vala 3506d392ec
Unblock previously blocked tests (#275)
* Unmark private aks tests as pending

Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>

* Temp focus

Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>

* Unmark other pending tests

Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>

* Skip test check

Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>

* test update when updating

* more changes

Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>

* final change

Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>

---------

Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>
2025-07-10 15:19:39 +05:30
..
aks Unblock previously blocked tests (#275) 2025-07-10 15:19:39 +05:30
eks Unblock previously blocked tests (#275) 2025-07-10 15:19:39 +05:30
gke
helpers Fix test failures; use 'ui-k8s-supported-versions-range' instead of "ui-k8s-default-version-range" to fetch the highest UI supported k8s version (#267) 2025-06-30 18:35:59 +05:30
README.md

README.md

Tests description for aks/p0

p0_import_test.go

  • Describe: P0Import
    • It: should successfully import the cluster & add, delete, scale nodepool
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready
      • By: scaling up the nodepool
      • By: scaling down the nodepool
      • By: adding a nodepool/s
      • By: deleting the nodepool
    • Context: Upgrading K8s version
      • It: should be able to upgrade k8s version of the cluster
        • By: upgrading the ControlPlane
        • By: upgrading the NodePools

p0_provisioning_test.go

  • Describe: P0Provisioning
    • It: should successfully provision the cluster & add, delete, scale nodepool
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready
      • By: adding a nodepool
      • By: deleting the nodepool
      • By: scaling up the nodepool
      • By: scaling down the nodepool
    • Context: Upgrading K8s version
      • It: should be able to upgrade k8s version of the cluster
        • By: upgrading the ControlPlane
        • By: upgrading the NodePools

Tests description for aks/support_matrix

support_matrix_import_test.go

  • Describe: SupportMatrixImport
    • It: should successfully import the cluster
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready

support_matrix_provisioning_test.go

  • Describe: SupportMatrixProvisioning
    • It: should successfully provision the cluster
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready

Tests description for eks/p0

p0_import_test.go

  • Describe: P0Import
    • It: should successfully import the cluster & add, delete, scale nodepool
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready
      • By: scaling up the NodeGroup
      • By: scaling down the NodeGroup
      • By: adding a NodeGroup/s
      • By: deleting the NodeGroup
    • Context: Upgrading K8s version
      • It: should be able to upgrade k8s version of the cluster
        • By: upgrading the ControlPlane
        • By: upgrading the NodeGroups

p0_provisioning_test.go

  • Describe: P0Provisioning
    • It: should successfully provision the cluster & add, delete, scale nodepool
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready
      • By: scaling up the NodeGroup
      • By: scaling down the NodeGroup
      • By: adding a NodeGroup
      • By: deleting the NodeGroup
    • Context: Upgrading K8s version
      • It: should be able to upgrade k8s version of the cluster
        • By: upgrading the ControlPlane
        • By: upgrading the NodeGroups

Tests description for eks/support_matrix

support_matrix_import_test.go

  • Describe: SupportMatrixImport
    • It: should successfully import the cluster
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready

support_matrix_provisioning_test.go

  • Describe: SupportMatrixProvisioning
    • It: should successfully provision the cluster
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready

Tests description for gke/p0

p0_import_test.go

  • Describe: P0Import
    • It: should successfully import the cluster & add, delete, scale nodepool
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready
      • By: scaling up the nodepool
      • By: scaling down the nodepool
      • By: adding a nodepool
      • By: deleting the nodepool
    • Context: Upgrading K8s version
      • It: should be able to upgrade k8s version of the cluster
        • By: upgrading the Controlplane & NodePools

p0_provisioning_test.go

  • Describe: P0Provisioning
    • It: should successfully provision the cluster & add, delete, scale nodepool
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready
      • By: scaling up the nodepool
      • By: scaling down the nodepool
      • By: adding a nodepool
      • By: deleting the nodepool
    • Context: Upgrading K8s version
      • It: should be able to upgrade k8s version of the cluster
        • By: upgrading the ControlPlane
        • By: upgrading the NodePools

Tests description for gke/support_matrix

support_matrix_import_test.go

  • Describe: SupportMatrixImport
    • It: should successfully import the cluster
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready

support_matrix_provisioning_test.go

  • Describe: SupportMatrixProvisioning
    • It: should successfully provision the cluster
      • By: checking cluster name is same
      • By: checking service account token secret
      • By: checking all management nodes are ready
      • By: checking all pods are ready