From a6398f33166c920e4f93fdaeee30cd499e273b72 Mon Sep 17 00:00:00 2001 From: Yannick Struyf Date: Thu, 30 Nov 2023 12:07:27 +0100 Subject: [PATCH] Add description to e2e failure domain test case --- test/e2e/failure_domains_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/e2e/failure_domains_test.go b/test/e2e/failure_domains_test.go index b3803cb569..107d37676b 100644 --- a/test/e2e/failure_domains_test.go +++ b/test/e2e/failure_domains_test.go @@ -38,6 +38,10 @@ const ( ) // Note: Still has "only-for-validation" label. +// Tests if: +// - the control plane nodes are spread across the defined failure domains +// - the VMs are deployed on the correct Prism Element cluster and subnet +// - the correct failure domain conditions are applied to the nutanixCluster object var _ = Describe("Nutanix failure domains", Label("capx-feature-test", "failure-domains", "only-for-validation", "slow", "network"), func() { const specName = "failure-domains"