Skip to content
Snippets Groups Projects
Commit b776a4f9 authored by Jakub Ružička's avatar Jakub Ružička Committed by Daniel Salzman
Browse files

distro/tests: update packaging tests

* add new knot-dnssecutils dep
* update keymgr usage with -e parameter
parent 666ec7b6
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,8 @@ if ! "${kdig}" -p "${port}" @"${ip}" -t DNSKEY example.net. +dnssec 2>&1 | grep
fi
section "listing keys with keymgr"
"${keymgr}" "$knot_conf" example.net. list
if ! "${keymgr}" "$knot_conf" example.net. list 2>&1 | grep -q "ksk=yes"; then
"${keymgr}" "$knot_conf" -e example.net. list
if ! "${keymgr}" "$knot_conf" -e example.net. list 2>&1 | grep -q "ksk=yes"; then
printf "keymgr did not list KSK as expected" >&2
exit 1
fi
......@@ -10,3 +10,4 @@ Depends:
findutils,
knot,
knot-dnsutils,
knot-dnssecutils,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment