File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : kuttl.dev/v1beta1
22kind : TestStep
33delete :
4- - apiVersion : v1
5- kind : ConfigMap
6- name : openstack-config
7- - apiVersion : v1
8- kind : Secret
9- name : openstack-config-secret
104- apiVersion : test.openstack.org/v1beta1
115 kind : Tempest
126 name : tempest-sample
Original file line number Diff line number Diff line change 22# Check for:
33#
44# No CRs
5- # No Pods
6- # No ConfigMaps
7- # No Secrets
5+ # No Pods owned by test-operator
6+ #
7+ # NOTE: openstack-config ConfigMap and openstack-config-secret Secret are
8+ # infrastructure resources managed by the CI environment (not by the
9+ # test-operator) and must NOT be checked here. Other operators in the
10+ # namespace may recreate them after deletion, causing cleanup timeouts.
811#
9- apiVersion : v1
10- kind : ConfigMap
11- metadata :
12- name : openstack-config
13- ---
14- apiVersion : v1
15- kind : Secret
16- metadata :
17- name : openstack-config-secret
18- ---
1912apiVersion : test.openstack.org/v1beta1
2013kind : Tempest
2114metadata :
@@ -40,22 +33,22 @@ apiVersion: v1
4033kind : Pod
4134metadata :
4235 labels :
43- job-name : tempest-sample
36+ instanceName : tempest-sample
4437---
4538apiVersion : v1
4639kind : Pod
4740metadata :
4841 labels :
49- job-name : tobiko-sample
42+ instanceName : tobiko-sample
5043---
5144apiVersion : v1
5245kind : Pod
5346metadata :
5447 labels :
55- job-name : ansibletest-sample
48+ instanceName : ansibletest-sample
5649---
5750apiVersion : v1
5851kind : Pod
5952metadata :
6053 labels :
61- job-name : horizontest-sample
54+ instanceName : horizontest-sample
You can’t perform that action at this time.
0 commit comments