From c4875cbd38dfae1f1e38d9c087049673a0bdecc7 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Fri, 16 Jan 2026 08:49:38 +0100 Subject: [PATCH 1/2] test: Add assertion for OpaCluster in iceberg test --- tests/templates/kuttl/iceberg/31-assert.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/templates/kuttl/iceberg/31-assert.yaml diff --git a/tests/templates/kuttl/iceberg/31-assert.yaml b/tests/templates/kuttl/iceberg/31-assert.yaml new file mode 100644 index 00000000..238f5925 --- /dev/null +++ b/tests/templates/kuttl/iceberg/31-assert.yaml @@ -0,0 +1,5 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestAssert +timeout: 300 +commands: + - script: kubectl -n $NAMESPACE wait --for=condition=available opaclusters.opa.stackable.tech/opa --timeout 301s From 6329758043fe95a684a5f994608b65d68ace52f4 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Mon, 19 Jan 2026 08:38:15 +0100 Subject: [PATCH 2/2] Apply suggestion from @sbernauer --- tests/templates/kuttl/iceberg/31-assert.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/templates/kuttl/iceberg/31-assert.yaml b/tests/templates/kuttl/iceberg/31-assert.yaml index 238f5925..5c326a20 100644 --- a/tests/templates/kuttl/iceberg/31-assert.yaml +++ b/tests/templates/kuttl/iceberg/31-assert.yaml @@ -1,3 +1,4 @@ +--- apiVersion: kuttl.dev/v1beta1 kind: TestAssert timeout: 300