Skip to content

Commit 75b9140

Browse files
Fix spec tests for rolling update test
1 parent 6bb06c0 commit 75b9140

File tree

15 files changed

+16
-4
lines changed

15 files changed

+16
-4
lines changed

points.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- name: no_volume_with_configuration
6060
tags: configuration_lifecycle, dynamic
6161
- name: rolling_update
62-
tags: configuration_lifecycle, dynamic, installability
62+
tags: configuration_lifecycle, dynamic
6363
- name: nodeport_not_used
6464
tags: configuration_lifecycle, dynamic
6565

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ git_clone_url:
55
install_script:
66
release_name: coredns
77
deployment_name: coredns-coredns
8+
service_name: coredns-coredns
89
application_deployment_names: [coredns-coredns]
910
helm_repository:
1011
name: stable

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ git_clone_url:
55
install_script:
66
release_name: coredns
77
deployment_name: coredns-coredns
8+
service_name: coredns-coredns
89
application_deployment_names: [coredns-coredns]
910
helm_repository:
1011
name: stable

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git_clone_url:
44
install_script:
55
release_name: bad-helm-coredns-coredns
66
deployment_name: bad-helm-coredns-coredns
7+
service_name: bad-helm-coredns-coredns
78
application_deployment_names: [bad-helm-coredns]
89
helm_chart: stable/coredns
910
helm_chart_container_name: coredns

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ git_clone_url:
55
install_script:
66
release_name: coredns
77
deployment_name: coredns-coredns
8+
service_name: coredns-coredns
89
application_deployment_names: [coredns-coredns]
910
docker_repository: coredns/coredns
1011
helm_repository:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ git_clone_url: https://github.com/coredns/coredns.git
55
install_script: coredns/Makefile
66
release_name: coredns
77
deployment_name: coredns-coredns
8+
service_name: coredns-coredns
89
application_deployment_names: [coredns-coredns]
910
helm_chart: stable/coredns
1011
helm_chart_container_name: coredns

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ git_clone_url:
55
install_script:
66
release_name: coredns
77
deployment_name: coredns-coredns
8+
service_name: coredns-coredns
89
application_deployment_names: [coredns-coredns]
910
docker_repository: coredns/coredns
1011
helm_repository:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git_clone_url: https://github.com/coredns/coredns.git
44
install_script: cnfs/coredns/Makefile
55
release_name: coredns
66
deployment_name: coredns-coredns
7+
service_name: coredns-coredns
78
application_deployment_names: [coredns-coredns]
89
docker_repository: coredns/coredns
910
helm_repository:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ helm_directory: chart
44
git_clone_url:
55
install_script:
66
release_name: coredns
7-
deployment_name: coredns-coredns
7+
deployment_name: coredns-coredns
8+
service_name: coredns-coredns
89
application_deployment_names: [coredns-coredns]
910
docker_repository: coredns/coredns
1011
helm_repository:

sample-cnfs/sample_coredns_bad_liveness/cnf-conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ git_clone_url:
44
install_script: chart
55
release_name: bad-liveness
66
deployment_name: bad-liveness-coredns
7+
service_name: bad-liveness-coredns
78
application_deployment_names: [bad-liveness-coredns]
89
helm_chart: stable/coredns
910
helm_chart_container_name: bad-liveness-coredns

0 commit comments

Comments
 (0)