diff --git a/test/unittest/core_configmap_test.yaml b/test/unittest/core_configmap_test.yaml index 5699425db..a68d17e42 100644 --- a/test/unittest/core_configmap_test.yaml +++ b/test/unittest/core_configmap_test.yaml @@ -102,7 +102,7 @@ tests: path: data.GC_TIME_WINDOW_HOURS value: "2" - - it: GcTimeWindowHours + - it: ArtifactPullAsyncFlushDuration set: core: artifactPullAsyncFlushDuration: 30 @@ -169,7 +169,7 @@ tests: path: data.CACHE_EXPIRE_HOURS value: "3" - - it: CuotaUpdate + - it: QuotaUpdate set: core: quotaUpdateProvider: 3 diff --git a/test/unittest/core_deployment_test.yaml b/test/unittest/core_deployment_test.yaml index 91c974196..da67d3cbf 100644 --- a/test/unittest/core_deployment_test.yaml +++ b/test/unittest/core_deployment_test.yaml @@ -23,17 +23,6 @@ tests: path: spec.template.metadata.annotations["test.annotation"] value: test-annotation - - it: PodAnnotations - set: - core: - podAnnotations: - test.annotation: test-annotation - template: templates/core/core-dpl.yaml - asserts: - - equal: - path: spec.template.metadata.annotations["test.annotation"] - value: test-annotation - - it: NoReplicas set: core: diff --git a/test/unittest/core_secret_test.yaml b/test/unittest/core_secret_test.yaml index 02553c036..4f08c1e61 100644 --- a/test/unittest/core_secret_test.yaml +++ b/test/unittest/core_secret_test.yaml @@ -67,7 +67,7 @@ tests: - notExists: path: data.HARBOR_ADMIN_PASSWORD - - it: ExistingDBSecret + - it: ExistingExternalDBSecret set: database: external: diff --git a/test/unittest/core_svc_test.yaml b/test/unittest/core_svc_test.yaml index ee641cca7..21fa842df 100644 --- a/test/unittest/core_svc_test.yaml +++ b/test/unittest/core_svc_test.yaml @@ -51,7 +51,7 @@ tests: - notExists: path: spec.type - - it: ExposeTLSEnabled + - it: InternalTLSEnabled set: internalTLS: enabled: true @@ -61,7 +61,7 @@ tests: path: spec.ports[0].name value: https-web - - it: ExposeTLSDisabled + - it: InternalTLSDisabled set: internalTLS: enabled: false diff --git a/test/unittest/core_tls_test.yaml b/test/unittest/core_tls_test.yaml index 1d9dca1a9..72907e23a 100644 --- a/test/unittest/core_tls_test.yaml +++ b/test/unittest/core_tls_test.yaml @@ -5,8 +5,6 @@ tests: set: trivy: enabled: false - registry: - enabled: false internalTLS: enabled: true trustCa: testCa