From c37e9d4625a603d9f5602b5b7fbdab1a98e45fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 15 Nov 2022 21:27:29 +0100 Subject: [PATCH] test: simplify autogen kuttl tests (#5343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * test: simplify autogen kuttl tests Signed-off-by: Charles-Edouard Brétéché * rename Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché --- .../deployment-statefulset-job/01-policy.yaml | 6 ++ .../deployment-statefulset-job/02-errors.yaml | 92 ----------------- .../99-cleanup.yaml | 4 - .../{01-assert.yaml => policy-assert.yaml} | 0 .../{01-manifests.yaml => policy.yaml} | 0 .../kuttl/autogen/none/01-policy.yaml | 6 ++ .../kuttl/autogen/none/02-errors.yaml | 98 ------------------- .../kuttl/autogen/none/99-cleanup.yaml | 4 - .../{01-assert.yaml => policy-assert.yaml} | 0 .../none/{01-manifests.yaml => policy.yaml} | 0 .../kuttl/autogen/only-cronjob/01-policy.yaml | 6 ++ .../kuttl/autogen/only-cronjob/02-errors.yaml | 98 ------------------- .../autogen/only-cronjob/99-cleanup.yaml | 4 - .../{01-assert.yaml => policy-assert.yaml} | 0 .../{01-manifests.yaml => policy.yaml} | 0 .../autogen/only-deployment/01-policy.yaml | 6 ++ .../autogen/only-deployment/02-errors.yaml | 98 ------------------- .../autogen/only-deployment/99-cleanup.yaml | 4 - .../{01-assert.yaml => policy-assert.yaml} | 0 .../{01-manifests.yaml => policy.yaml} | 0 .../autogen/should-autogen/01-policy.yaml | 6 ++ .../autogen/should-autogen/99-cleanup.yaml | 4 - .../{01-assert.yaml => policy-assert.yaml} | 0 .../{01-manifests.yaml => policy.yaml} | 0 .../autogen/should-not-autogen/01-policy.yaml | 6 ++ .../autogen/should-not-autogen/02-errors.yaml | 98 ------------------- .../should-not-autogen/99-cleanup.yaml | 4 - .../{01-assert.yaml => policy-assert.yaml} | 0 .../{01-manifests.yaml => policy.yaml} | 0 29 files changed, 36 insertions(+), 508 deletions(-) create mode 100644 test/conformance/kuttl/autogen/deployment-statefulset-job/01-policy.yaml delete mode 100644 test/conformance/kuttl/autogen/deployment-statefulset-job/02-errors.yaml delete mode 100644 test/conformance/kuttl/autogen/deployment-statefulset-job/99-cleanup.yaml rename test/conformance/kuttl/autogen/deployment-statefulset-job/{01-assert.yaml => policy-assert.yaml} (100%) rename test/conformance/kuttl/autogen/deployment-statefulset-job/{01-manifests.yaml => policy.yaml} (100%) create mode 100644 test/conformance/kuttl/autogen/none/01-policy.yaml delete mode 100644 test/conformance/kuttl/autogen/none/02-errors.yaml delete mode 100644 test/conformance/kuttl/autogen/none/99-cleanup.yaml rename test/conformance/kuttl/autogen/none/{01-assert.yaml => policy-assert.yaml} (100%) rename test/conformance/kuttl/autogen/none/{01-manifests.yaml => policy.yaml} (100%) create mode 100644 test/conformance/kuttl/autogen/only-cronjob/01-policy.yaml delete mode 100644 test/conformance/kuttl/autogen/only-cronjob/02-errors.yaml delete mode 100644 test/conformance/kuttl/autogen/only-cronjob/99-cleanup.yaml rename test/conformance/kuttl/autogen/only-cronjob/{01-assert.yaml => policy-assert.yaml} (100%) rename test/conformance/kuttl/autogen/only-cronjob/{01-manifests.yaml => policy.yaml} (100%) create mode 100644 test/conformance/kuttl/autogen/only-deployment/01-policy.yaml delete mode 100644 test/conformance/kuttl/autogen/only-deployment/02-errors.yaml delete mode 100644 test/conformance/kuttl/autogen/only-deployment/99-cleanup.yaml rename test/conformance/kuttl/autogen/only-deployment/{01-assert.yaml => policy-assert.yaml} (100%) rename test/conformance/kuttl/autogen/only-deployment/{01-manifests.yaml => policy.yaml} (100%) create mode 100644 test/conformance/kuttl/autogen/should-autogen/01-policy.yaml delete mode 100644 test/conformance/kuttl/autogen/should-autogen/99-cleanup.yaml rename test/conformance/kuttl/autogen/should-autogen/{01-assert.yaml => policy-assert.yaml} (100%) rename test/conformance/kuttl/autogen/should-autogen/{01-manifests.yaml => policy.yaml} (100%) create mode 100644 test/conformance/kuttl/autogen/should-not-autogen/01-policy.yaml delete mode 100644 test/conformance/kuttl/autogen/should-not-autogen/02-errors.yaml delete mode 100644 test/conformance/kuttl/autogen/should-not-autogen/99-cleanup.yaml rename test/conformance/kuttl/autogen/should-not-autogen/{01-assert.yaml => policy-assert.yaml} (100%) rename test/conformance/kuttl/autogen/should-not-autogen/{01-manifests.yaml => policy.yaml} (100%) diff --git a/test/conformance/kuttl/autogen/deployment-statefulset-job/01-policy.yaml b/test/conformance/kuttl/autogen/deployment-statefulset-job/01-policy.yaml new file mode 100644 index 0000000000..b088ed7601 --- /dev/null +++ b/test/conformance/kuttl/autogen/deployment-statefulset-job/01-policy.yaml @@ -0,0 +1,6 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +apply: +- policy.yaml +assert: +- policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/deployment-statefulset-job/02-errors.yaml b/test/conformance/kuttl/autogen/deployment-statefulset-job/02-errors.yaml deleted file mode 100644 index 716a335e1b..0000000000 --- a/test/conformance/kuttl/autogen/deployment-statefulset-job/02-errors.yaml +++ /dev/null @@ -1,92 +0,0 @@ -apiVersion: kyverno.io/v1 -kind: ClusterPolicy -metadata: - name: disallow-latest-tag -spec: - validationFailureAction: audit - rules: - - match: - resources: - kinds: - - Pod - name: require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - Pod - name: validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - containers: - - image: '!*:latest' -status: - conditions: - - reason: Succeeded - status: "True" - type: Ready - autogen: - rules: - - match: - resources: - kinds: - - DaemonSet - name: autogen-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - DaemonSet - name: autogen-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - template: - spec: - containers: - - image: '!*:latest' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '!*:latest' diff --git a/test/conformance/kuttl/autogen/deployment-statefulset-job/99-cleanup.yaml b/test/conformance/kuttl/autogen/deployment-statefulset-job/99-cleanup.yaml deleted file mode 100644 index 15c3c49051..0000000000 --- a/test/conformance/kuttl/autogen/deployment-statefulset-job/99-cleanup.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestStep -commands: - - command: kubectl delete -f 01-manifests.yaml --force --wait=true --ignore-not-found=true \ No newline at end of file diff --git a/test/conformance/kuttl/autogen/deployment-statefulset-job/01-assert.yaml b/test/conformance/kuttl/autogen/deployment-statefulset-job/policy-assert.yaml similarity index 100% rename from test/conformance/kuttl/autogen/deployment-statefulset-job/01-assert.yaml rename to test/conformance/kuttl/autogen/deployment-statefulset-job/policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/deployment-statefulset-job/01-manifests.yaml b/test/conformance/kuttl/autogen/deployment-statefulset-job/policy.yaml similarity index 100% rename from test/conformance/kuttl/autogen/deployment-statefulset-job/01-manifests.yaml rename to test/conformance/kuttl/autogen/deployment-statefulset-job/policy.yaml diff --git a/test/conformance/kuttl/autogen/none/01-policy.yaml b/test/conformance/kuttl/autogen/none/01-policy.yaml new file mode 100644 index 0000000000..b088ed7601 --- /dev/null +++ b/test/conformance/kuttl/autogen/none/01-policy.yaml @@ -0,0 +1,6 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +apply: +- policy.yaml +assert: +- policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/none/02-errors.yaml b/test/conformance/kuttl/autogen/none/02-errors.yaml deleted file mode 100644 index ebcf018dd5..0000000000 --- a/test/conformance/kuttl/autogen/none/02-errors.yaml +++ /dev/null @@ -1,98 +0,0 @@ -apiVersion: kyverno.io/v1 -kind: ClusterPolicy -metadata: - name: disallow-latest-tag -spec: - validationFailureAction: audit - rules: - - match: - resources: - kinds: - - Pod - name: require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - Pod - name: validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - containers: - - image: '!*:latest' -status: - conditions: - - reason: Succeeded - status: "True" - type: Ready - autogen: - rules: - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - template: - spec: - containers: - - image: '!*:latest' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '!*:latest' diff --git a/test/conformance/kuttl/autogen/none/99-cleanup.yaml b/test/conformance/kuttl/autogen/none/99-cleanup.yaml deleted file mode 100644 index 15c3c49051..0000000000 --- a/test/conformance/kuttl/autogen/none/99-cleanup.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestStep -commands: - - command: kubectl delete -f 01-manifests.yaml --force --wait=true --ignore-not-found=true \ No newline at end of file diff --git a/test/conformance/kuttl/autogen/none/01-assert.yaml b/test/conformance/kuttl/autogen/none/policy-assert.yaml similarity index 100% rename from test/conformance/kuttl/autogen/none/01-assert.yaml rename to test/conformance/kuttl/autogen/none/policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/none/01-manifests.yaml b/test/conformance/kuttl/autogen/none/policy.yaml similarity index 100% rename from test/conformance/kuttl/autogen/none/01-manifests.yaml rename to test/conformance/kuttl/autogen/none/policy.yaml diff --git a/test/conformance/kuttl/autogen/only-cronjob/01-policy.yaml b/test/conformance/kuttl/autogen/only-cronjob/01-policy.yaml new file mode 100644 index 0000000000..b088ed7601 --- /dev/null +++ b/test/conformance/kuttl/autogen/only-cronjob/01-policy.yaml @@ -0,0 +1,6 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +apply: +- policy.yaml +assert: +- policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/only-cronjob/02-errors.yaml b/test/conformance/kuttl/autogen/only-cronjob/02-errors.yaml deleted file mode 100644 index ebcf018dd5..0000000000 --- a/test/conformance/kuttl/autogen/only-cronjob/02-errors.yaml +++ /dev/null @@ -1,98 +0,0 @@ -apiVersion: kyverno.io/v1 -kind: ClusterPolicy -metadata: - name: disallow-latest-tag -spec: - validationFailureAction: audit - rules: - - match: - resources: - kinds: - - Pod - name: require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - Pod - name: validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - containers: - - image: '!*:latest' -status: - conditions: - - reason: Succeeded - status: "True" - type: Ready - autogen: - rules: - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - template: - spec: - containers: - - image: '!*:latest' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '!*:latest' diff --git a/test/conformance/kuttl/autogen/only-cronjob/99-cleanup.yaml b/test/conformance/kuttl/autogen/only-cronjob/99-cleanup.yaml deleted file mode 100644 index 15c3c49051..0000000000 --- a/test/conformance/kuttl/autogen/only-cronjob/99-cleanup.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestStep -commands: - - command: kubectl delete -f 01-manifests.yaml --force --wait=true --ignore-not-found=true \ No newline at end of file diff --git a/test/conformance/kuttl/autogen/only-cronjob/01-assert.yaml b/test/conformance/kuttl/autogen/only-cronjob/policy-assert.yaml similarity index 100% rename from test/conformance/kuttl/autogen/only-cronjob/01-assert.yaml rename to test/conformance/kuttl/autogen/only-cronjob/policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/only-cronjob/01-manifests.yaml b/test/conformance/kuttl/autogen/only-cronjob/policy.yaml similarity index 100% rename from test/conformance/kuttl/autogen/only-cronjob/01-manifests.yaml rename to test/conformance/kuttl/autogen/only-cronjob/policy.yaml diff --git a/test/conformance/kuttl/autogen/only-deployment/01-policy.yaml b/test/conformance/kuttl/autogen/only-deployment/01-policy.yaml new file mode 100644 index 0000000000..b088ed7601 --- /dev/null +++ b/test/conformance/kuttl/autogen/only-deployment/01-policy.yaml @@ -0,0 +1,6 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +apply: +- policy.yaml +assert: +- policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/only-deployment/02-errors.yaml b/test/conformance/kuttl/autogen/only-deployment/02-errors.yaml deleted file mode 100644 index ebcf018dd5..0000000000 --- a/test/conformance/kuttl/autogen/only-deployment/02-errors.yaml +++ /dev/null @@ -1,98 +0,0 @@ -apiVersion: kyverno.io/v1 -kind: ClusterPolicy -metadata: - name: disallow-latest-tag -spec: - validationFailureAction: audit - rules: - - match: - resources: - kinds: - - Pod - name: require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - Pod - name: validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - containers: - - image: '!*:latest' -status: - conditions: - - reason: Succeeded - status: "True" - type: Ready - autogen: - rules: - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - template: - spec: - containers: - - image: '!*:latest' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '!*:latest' diff --git a/test/conformance/kuttl/autogen/only-deployment/99-cleanup.yaml b/test/conformance/kuttl/autogen/only-deployment/99-cleanup.yaml deleted file mode 100644 index 15c3c49051..0000000000 --- a/test/conformance/kuttl/autogen/only-deployment/99-cleanup.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestStep -commands: - - command: kubectl delete -f 01-manifests.yaml --force --wait=true --ignore-not-found=true \ No newline at end of file diff --git a/test/conformance/kuttl/autogen/only-deployment/01-assert.yaml b/test/conformance/kuttl/autogen/only-deployment/policy-assert.yaml similarity index 100% rename from test/conformance/kuttl/autogen/only-deployment/01-assert.yaml rename to test/conformance/kuttl/autogen/only-deployment/policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/only-deployment/01-manifests.yaml b/test/conformance/kuttl/autogen/only-deployment/policy.yaml similarity index 100% rename from test/conformance/kuttl/autogen/only-deployment/01-manifests.yaml rename to test/conformance/kuttl/autogen/only-deployment/policy.yaml diff --git a/test/conformance/kuttl/autogen/should-autogen/01-policy.yaml b/test/conformance/kuttl/autogen/should-autogen/01-policy.yaml new file mode 100644 index 0000000000..b088ed7601 --- /dev/null +++ b/test/conformance/kuttl/autogen/should-autogen/01-policy.yaml @@ -0,0 +1,6 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +apply: +- policy.yaml +assert: +- policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/should-autogen/99-cleanup.yaml b/test/conformance/kuttl/autogen/should-autogen/99-cleanup.yaml deleted file mode 100644 index 15c3c49051..0000000000 --- a/test/conformance/kuttl/autogen/should-autogen/99-cleanup.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestStep -commands: - - command: kubectl delete -f 01-manifests.yaml --force --wait=true --ignore-not-found=true \ No newline at end of file diff --git a/test/conformance/kuttl/autogen/should-autogen/01-assert.yaml b/test/conformance/kuttl/autogen/should-autogen/policy-assert.yaml similarity index 100% rename from test/conformance/kuttl/autogen/should-autogen/01-assert.yaml rename to test/conformance/kuttl/autogen/should-autogen/policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/should-autogen/01-manifests.yaml b/test/conformance/kuttl/autogen/should-autogen/policy.yaml similarity index 100% rename from test/conformance/kuttl/autogen/should-autogen/01-manifests.yaml rename to test/conformance/kuttl/autogen/should-autogen/policy.yaml diff --git a/test/conformance/kuttl/autogen/should-not-autogen/01-policy.yaml b/test/conformance/kuttl/autogen/should-not-autogen/01-policy.yaml new file mode 100644 index 0000000000..b088ed7601 --- /dev/null +++ b/test/conformance/kuttl/autogen/should-not-autogen/01-policy.yaml @@ -0,0 +1,6 @@ +apiVersion: kuttl.dev/v1beta1 +kind: TestStep +apply: +- policy.yaml +assert: +- policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/should-not-autogen/02-errors.yaml b/test/conformance/kuttl/autogen/should-not-autogen/02-errors.yaml deleted file mode 100644 index ebcf018dd5..0000000000 --- a/test/conformance/kuttl/autogen/should-not-autogen/02-errors.yaml +++ /dev/null @@ -1,98 +0,0 @@ -apiVersion: kyverno.io/v1 -kind: ClusterPolicy -metadata: - name: disallow-latest-tag -spec: - validationFailureAction: audit - rules: - - match: - resources: - kinds: - - Pod - name: require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - Pod - name: validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - containers: - - image: '!*:latest' -status: - conditions: - - reason: Succeeded - status: "True" - type: Ready - autogen: - rules: - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-require-image-tag - validate: - message: An image tag is required. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '*:*' - - match: - resources: - kinds: - - DaemonSet - - Deployment - - Job - - StatefulSet - name: autogen-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - template: - spec: - containers: - - image: '!*:latest' - - match: - resources: - kinds: - - CronJob - name: autogen-cronjob-validate-image-tag - validate: - message: Using a mutable image tag e.g. 'latest' is not allowed. - pattern: - spec: - jobTemplate: - spec: - template: - spec: - containers: - - image: '!*:latest' diff --git a/test/conformance/kuttl/autogen/should-not-autogen/99-cleanup.yaml b/test/conformance/kuttl/autogen/should-not-autogen/99-cleanup.yaml deleted file mode 100644 index 15c3c49051..0000000000 --- a/test/conformance/kuttl/autogen/should-not-autogen/99-cleanup.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestStep -commands: - - command: kubectl delete -f 01-manifests.yaml --force --wait=true --ignore-not-found=true \ No newline at end of file diff --git a/test/conformance/kuttl/autogen/should-not-autogen/01-assert.yaml b/test/conformance/kuttl/autogen/should-not-autogen/policy-assert.yaml similarity index 100% rename from test/conformance/kuttl/autogen/should-not-autogen/01-assert.yaml rename to test/conformance/kuttl/autogen/should-not-autogen/policy-assert.yaml diff --git a/test/conformance/kuttl/autogen/should-not-autogen/01-manifests.yaml b/test/conformance/kuttl/autogen/should-not-autogen/policy.yaml similarity index 100% rename from test/conformance/kuttl/autogen/should-not-autogen/01-manifests.yaml rename to test/conformance/kuttl/autogen/should-not-autogen/policy.yaml