Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/kuttl/common/cleanup-all-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
delete:
- apiVersion: v1
kind: ConfigMap
name: openstack-config
- apiVersion: v1
kind: Secret
name: openstack-config-secret
- apiVersion: test.openstack.org/v1beta1
kind: Tempest
name: tempest-sample
Expand Down
27 changes: 10 additions & 17 deletions test/kuttl/common/errors-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
# Check for:
#
# No CRs
# No Pods
# No ConfigMaps
# No Secrets
# No Pods owned by test-operator
#
# NOTE: openstack-config ConfigMap and openstack-config-secret Secret are
# infrastructure resources managed by the CI environment (not by the
# test-operator) and must NOT be checked here. Other operators in the
# namespace may recreate them after deletion, causing cleanup timeouts.
#
apiVersion: v1
kind: ConfigMap
metadata:
name: openstack-config
---
apiVersion: v1
kind: Secret
metadata:
name: openstack-config-secret
---
apiVersion: test.openstack.org/v1beta1
kind: Tempest
metadata:
Expand All @@ -40,22 +33,22 @@ apiVersion: v1
kind: Pod
metadata:
labels:
job-name: tempest-sample
instanceName: tempest-sample
---
apiVersion: v1
kind: Pod
metadata:
labels:
job-name: tobiko-sample
instanceName: tobiko-sample
---
apiVersion: v1
kind: Pod
metadata:
labels:
job-name: ansibletest-sample
instanceName: ansibletest-sample
---
apiVersion: v1
kind: Pod
metadata:
labels:
job-name: horizontest-sample
instanceName: horizontest-sample
Loading