Skip to content

Commit

Permalink
Bugfix integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Oct 21, 2024
1 parent 73b03b0 commit 3026bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/bakery/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
automation_user: "{{ checkmk_var_automation_user }}"
automation_secret: "{{ checkmk_var_automation_secret }}"
signature_key_id: "{{ checkmk_var_signature_key_id }}"
signature_key_passphrase: "{{ signature_key_passphrase }}"
signature_key_passphrase: "{{ checkmk_var_signature_key_passphrase }}"
state: "signed"
delegate_to: localhost
run_once: true # noqa run-once[task]
Expand All @@ -56,7 +56,7 @@
automation_user: "{{ checkmk_var_automation_user }}"
automation_secret: "{{ checkmk_var_automation_secret }}"
signature_key_id: "{{ checkmk_var_signature_key_id }}"
signature_key_passphrase: "{{ signature_key_passphrase }}"
signature_key_passphrase: "{{ checkmk_var_signature_key_passphrase }}"
state: "baked_signed"
delegate_to: localhost
run_once: true # noqa run-once[task]
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/site/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ checkmk_var_test_sites:
url_of_remote_site: "http://localhost/stable_cme_r1/check_mk/"
basic_settings:
site_id: "stable_cme_r1"
checkmk_var_customer: "provider"
customer: "provider"
alias: "stable_cme remote site 1"
authentication:
username: "cmkadmin"
Expand All @@ -50,7 +50,7 @@ checkmk_var_test_sites:
url_of_remote_site: "http://localhost/stable_cme_r2/check_mk/"
basic_settings:
site_id: "stable_cme_r2"
checkmk_var_customer: "provider"
customer: "provider"
alias: "stable_cme remote site 2"
authentication:
username: "cmkadmin"
Expand Down Expand Up @@ -94,7 +94,7 @@ checkmk_var_test_sites:
replicate_extensions: false
basic_settings:
site_id: "stable_cme_r3"
checkmk_var_customer: "provider"
customer: "provider"
alias: "stable_cme remote site 3"
authentication:
username: "cmkadmin"
Expand Down

0 comments on commit 3026bde

Please sign in to comment.