Skip to content

Commit e30faee

Browse files
committed
Try to fix integration tests for sites.
1 parent 9cd840c commit e30faee

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

tests/integration/targets/folder/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
loop: "{{ checkmk_var_test_sites }}"
88
loop_control:
99
loop_var: outer_item
10-
# when: (checkmk_var_download_pass is defined and checkmk_var_download_pass | length) or outer_item.edition == "cre"

tests/integration/targets/site/vars/main.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ checkmk_var_test_sites:
33
- version: "2.3.0p19"
44
edition: "cme"
55
site: "stable_cme"
6+
port: "5323"
67
remote_sites:
78
- site_id: "stable_cme_r1"
89
site_config:
@@ -100,10 +101,11 @@ checkmk_var_test_sites:
100101
username: "cmkadmin"
101102
password: "{{ checkmk_var_automation_secret }}"
102103
- version: "2.3.0p19"
103-
edition: "cee"
104-
site: "stable_cee"
104+
edition: "cce"
105+
site: "stable_cce"
106+
port: "5223"
105107
remote_sites:
106-
- site_id: "stable_cee_r"
108+
- site_id: "stable_cce_r"
107109
site_config:
108110
status_connection:
109111
connection:
@@ -117,19 +119,20 @@ checkmk_var_test_sites:
117119
connect_timeout: 2
118120
status_host:
119121
status_host_set: "disabled"
120-
url_prefix: "/stable_cee_r/"
122+
url_prefix: "/stable_cce_r/"
121123
configuration_connection:
122124
enable_replication: true
123-
url_of_remote_site: "http://localhost/stable_cee_r/check_mk/"
125+
url_of_remote_site: "http://localhost/stable_cce_r/check_mk/"
124126
basic_settings:
125-
site_id: "stable_cee_r"
126-
alias: "stable_cee remote site"
127+
site_id: "stable_cce_r"
128+
alias: "stable_cce remote site"
127129
authentication:
128130
username: "cmkadmin"
129131
password: "{{ checkmk_var_automation_secret }}"
130132
- version: "2.3.0p19"
131133
edition: "cre"
132134
site: "stable_cre"
135+
port: "5023"
133136
remote_sites:
134137
- site_id: "stable_cre_r1"
135138
site_config:
@@ -177,6 +180,7 @@ checkmk_var_test_sites:
177180
- version: "2.2.0p35"
178181
edition: "cre"
179182
site: "old_cre"
183+
port: "5222"
180184
remote_sites:
181185
- site_id: "old_cre_r"
182186
site_config:
@@ -202,6 +206,3 @@ checkmk_var_test_sites:
202206
authentication:
203207
username: "cmkadmin"
204208
password: "{{ checkmk_var_automation_secret }}"
205-
# - version: "2.1.0p48"
206-
# edition: "cre"
207-
# site: "ancient_cre"

0 commit comments

Comments
 (0)