summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2021-10-11 10:57:47 +0200
committerTomas Krizek <tomas.krizek@nic.cz>2021-10-11 13:54:41 +0200
commit80c5f32fa4743f6f0a2c6063a440b5ee9bd1dfea (patch)
tree5f4dcfe869ebf174e77d90732c361afcbcddcc44
parentbuild: fix when knot-dns headers are on non-standard location (diff)
downloadknot-resolver-80c5f32fa4743f6f0a2c6063a440b5ee9bd1dfea.tar.xz
knot-resolver-80c5f32fa4743f6f0a2c6063a440b5ee9bd1dfea.zip
distro/tests: fix leap15 test
knot-utils package is needed for kdig. However, if downstream package is used, that tool is part of knot pkg instead - thus the missing package would be non-critical. It is still needed if upstream packages are used.
-rw-r--r--distro/tests/ansible-roles/knot_resolver/tasks/main.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml b/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml
index 921df1b1..a8ce8dd7 100644
--- a/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml
+++ b/distro/tests/ansible-roles/knot_resolver/tasks/main.yaml
@@ -13,6 +13,8 @@
package:
name: "{{ packages }}"
state: latest
+ # knot-utils may be missing on opensuse (depending on upstream vs downstream pkg)
+ failed_when: false
- name: Always print package version at the end
block: