Skip to content

Commit

Permalink
[kuttl]Assert DB and Secrets are deleted for deleted cell
Browse files Browse the repository at this point in the history
  • Loading branch information
gibizer authored and openshift-merge-bot[bot] committed Oct 10, 2024
1 parent 72289ed commit 0721f8b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/kuttl/test-suites/default/cell-tests/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,32 @@ commands:
- script: |
oc get -n nova-kuttl-default pod/nova-kuttl-cell1-conductor-0 || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default NovaCell/nova-cell1 || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default MariaDBAccount/nova-cell1 || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default MariaDBDatabase/nova-cell1 || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default TransportUrl/nova-cell1-transport || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default Secret/nova-cell1 || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default Secret/nova-cell1-db-secret || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default Secret/nova-cell1-compute-config || exit 0
exit 1
- script: |
oc get -n nova-kuttl-default Secret/nova-cell1-manage-config-data || exit 0
exit 1
# TODO(gibi): this needs an openstack-operator change to clean up the cell1
# cert secrets
#- script: |
# oc get -n nova-kuttl-default Secret/cert-nova-novncproxy-cell1-public-svc || exit 0
# exit 1

0 comments on commit 0721f8b

Please sign in to comment.