Skip to content

Commit 5905b3f

Browse files
committed
Improve of whitelisting in privileged tests
This change updates privileged test to consider only containers from CNF under test. As a result of this change, the 'allowlist_helm_chart_container_names' parameter in the cnf-testsuite.yml configuration file of lot of examples and samples is no needed. Therefore this patch also removes this parameter from cnf-testsuite.yml in examples and samples where it is no need anymore. Closes-Bug: #1906 Signed-off-by: horecoli <oliver.horecny@tietoevry.com>
1 parent a6ae8de commit 5905b3f

File tree

94 files changed

+11
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+11
-116
lines changed

example-cnfs/coredns/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
allowlist_helm_chart_container_names: [] # [LIST_OF_CONTAINERS_ALLOWED_TO_RUN_PRIVLIDGED]
32
helm_chart: stable/coredns # PUBLISHED_CNFS_HELM_CHART_REPO/NAME ; or
43
helm_repository: # CONFIGURATION OF HELM REPO - ONLY NEEDED WHEN USING helm_chart
54
name: stable # HELM_CHART_REPOSITORY_NAME

example-cnfs/envoy/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/envoy
8-
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]

example-cnfs/nsm/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ service_name: nsm-admission-webhook-svc
55
helm_repository:
66
name: stable
77
repo_url: https://cncf.gitlab.io/stable
8-
allowlist_helm_chart_container_names: []

sample-cnfs/k8s-multiple-deployments/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ service_name:
66
helm_repository:
77
name: stable
88
repo_url: https://cncf.gitlab.io/stable
9-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/k8s-multiple-processes/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ helm_repository:
66
name: stable
77
repo_url: https://cncf.gitlab.io/stable
88
rolling_update_test_tag: 1.6.7
9-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/k8s-non-helm-no-image-policy/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx-webapp
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/k8s-non-helm/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx-webapp
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/k8s-sidecar-container-pattern/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ helm_repository:
99
name: stable
1010
repo_url: https://cncf.gitlab.io/stable
1111
rolling_update_test_tag: 1.6.7
12-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/multi_helm_directories/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: coredns
44
helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
7-
allowlist_helm_chart_container_names: []

sample-cnfs/ndn-immutable-configmap/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ container_names:
1313
rolling_downgrade_test_tag: latest
1414
rolling_version_change_test_tag: latest
1515
rollback_from_tag: latest
16-
allowlist_helm_chart_container_names: []

sample-cnfs/ndn-multi-db-connections-fail/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: wordpress
33
helm_install_namespace: wordpress
44
release_name: test
5-
allowlist_helm_chart_container_names: []

sample-cnfs/ndn-mutable-configmap/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ container_names:
1313
rolling_downgrade_test_tag: latest
1414
rolling_version_change_test_tag: latest
1515
rollback_from_tag: latest
16-
allowlist_helm_chart_container_names: []

sample-cnfs/ndn-non-root-user/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/ndn-reasonable-image-size/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ helm_directory: chart
33
helm_install_namespace: "envoy-test"
44
release_name: envoy
55
service_name: envoy
6-
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]

sample-cnfs/sample-alpha-apis/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-appliciation-credentials/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: coredns
44
helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-bad-helm-deploy-repo/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ service_name: coredns-coredns
55
helm_repository:
66
name: stable
77
repo_url: https://bad-helm-repo.googleapis.com
8-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-bad-helm-repo/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ helm_repository:
55
name: badrepo
66
repo_url: https://bad-helm-repo.googleapis.com
77
helm_chart: badrepo/coredns
8-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-bad-zombie/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ helm_repository:
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/coredns
88
helm_install_namespace: cnfspace
9-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-bad_helm_coredns-cnf/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: bad-helm-coredns-coredns
44
service_name: bad-helm-coredns-coredns
5-
allowlist_helm_chart_container_names: [nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-coredns-cnf-bad-chart/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/corsdsdsdedns
8-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-coredns-cnf-source/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
release_name: coredns
33
service_name: coredns-coredns
44
helm_chart: stable/coredns
5-
allowlist_helm_chart_container_names: [nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-coredns-cnf/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ helm_repository:
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/coredns
88
helm_install_namespace: cnfspace
9-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-coredns-cnf2/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ helm_repository:
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/coredns
88
helm_install_namespace: cnfspace2
9-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-coredns-cnf3/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ helm_repository:
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/coredns
88
helm_install_namespace: cnfspace3
9-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-coredns-cnf4/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ helm_repository:
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/coredns
88
helm_install_namespace: cnfspace4
9-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-elastic-volume/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ helm_repository:
44
name: prometheus-community
55
repo_url: https://prometheus-community.github.io/helm-charts
66
helm_chart: prometheus-community/prometheus
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-fluentbit/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx-fluentbit
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-fragile-state/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
55
rolling_update_test_tag: 1.6.7
6-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-generic-cnf/cnf-testsuite.yml

-6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
77
helm_chart: stable/coredns
8-
allowlist_helm_chart_container_names:
9-
- nginx
10-
- coredns
11-
- calico-node
12-
- kube-proxy
13-
- nginx-proxy

sample-cnfs/sample-hostpath/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-immutable-fs/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-init-systems/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-insecure-capabilities/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: coredns
44
helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-large-cnf/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ service_name: coredns-coredns
55
helm_repository:
66
name: stable
77
repo_url: https://cncf.gitlab.io/stable
8-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-local-storage/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ helm_directory: chart
33
helm_values:
44
release_name: coredns
55
service_name: coredns-coredns
6-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-multi-db-connections-exempt/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: wordpress
33
helm_values: "--set mariadb.primary.persistence.enabled=false --set persistence.enabled=false"
44
release_name: test
5-
allowlist_helm_chart_container_names: []
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
---
22
helm_directory: wordpress
33
release_name: test --set mariadb.primary.persistence.enabled=false --set persistence.enabled=false
4-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-multiple-processes/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: multi-proc
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-ndn-privileged/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-nonroot-containers/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-openmetrics/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: openmetrics-compliant
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample-privilege-escalation/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: coredns
44
helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-prom-pod-discovery/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: coredns
44
helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-service-accounts/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-statefulset-cnf/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ helm_repository:
66
name: bitnami
77
repo_url: https://charts.bitnami.com/bitnami
88
helm_chart: bitnami/wordpress
9-
allowlist_helm_chart_container_names: [nginx, coredns, calico-node, kube-proxy, nginx-proxy]
109

1110
# The below configuration for the rolling tests
1211
# refer to container image versions that are

sample-cnfs/sample-statefulset-nginx/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ manifest_directory: manifests
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []
87

98
# The below configuration for the rolling tests
109
# refer to container image versions that are

sample-cnfs/sample-statefulsets/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample-tracing/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: test
44
helm_repository:
55
name: jaegertracing
66
repo_url: https://jaegertracing.github.io/helm-charts
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_bad_signal_handling/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: envoy
44
service_name: envoy
5-
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]

sample-cnfs/sample_container_sock_mount/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_coredns/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: coredns
44
helm_repository:
55
name: stable
66
repo_url: https://cncf.gitlab.io/stable
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_coredns_bad_liveness/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ helm_directory: chart
33
helm_install_namespace: cnfspace
44
release_name: bad-liveness
55
service_name: bad-liveness-coredns
6-
allowlist_helm_chart_container_names: []
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
---
22
helm_directory: chart
33
release_name: coredns
4-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_coredns_hardcoded_ips/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_coredns_protected/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns --set imageCredentials.registry=https://index.docker.io/v1/ --set imageCredentials.username=$PROTECTED_DOCKERHUB_USERNAME --set imageCredentials.password=$PROTECTED_DOCKERHUB_PASSWORD --set imageCredentials.email=$PROTECTED_DOCKERHUB_EMAIL --set image.repository=$PROTECTED_IMAGE_REPO
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_coredns_values/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ helm_values: "--set image.tag=1.6.9"
55
helm_repository:
66
name: stable
77
repo_url: https://cncf.gitlab.io/stable
8-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_envoy_slow_startup/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: envoy
44
service_name: envoy
5-
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]

sample-cnfs/sample_external_ips/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_good_signal_handling/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: envoy
44
service_name: envoy
5-
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]

sample-cnfs/sample_good_signal_handling_tini/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ helm_repository:
77
helm_chart: jenkins/jenkins
88
helm_install_namespace: cnfspace
99
helm_values: "--set controller.sidecars.configAutoReload.enabled=false"
10-
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy]

sample-cnfs/sample_good_zombie_handling/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: envoy
44
service_name: envoy
5-
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]

sample-cnfs/sample_hostport/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ git_clone_url:
55
install_script: chart
66
release_name: unifi
77
service_name: unifi-controller
8-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_immutable_configmap_all/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_immutable_configmap_all_plus_env/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_immutable_configmap_all_plus_env_but_fail/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_immutable_configmap_some/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_latest_tag/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_local_registry/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_local_registry_org_image/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_local_registry_rolling/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []
65
container_names:
76
- name: coredns
87
rolling_update_test_tag: "1.8.0"

sample-cnfs/sample_network_loss/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
helm_directory: chart
33
release_name: coredns
44
service_name: coredns-coredns
5-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_no_logs/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: python-http-server
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_nodeport/cnf-testsuite.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ helm_install_namespace: cnfspace
44
git_clone_url:
55
install_script: chart
66
release_name: unifi
7-
service_name: unifi-controller
8-
allowlist_helm_chart_container_names: []
7+
service_name: unifi-controller

sample-cnfs/sample_nonroot/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ release_name: nginx
44
helm_repository:
55
name:
66
repo_url:
7-
allowlist_helm_chart_container_names: []

sample-cnfs/sample_open5gs/cnf-testsuite.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
helm_directory: open5gs
33
release_name: open5gs
4-
allowlist_helm_chart_container_names: []
54
#optional 5gcore tag
65
amf_label: app.kubernetes.io/name=amf
76
smf_label: app.kubernetes.io/name=smf

0 commit comments

Comments
 (0)