Skip to content

Commit c1181ee

Browse files
committed
Test reading openpgpg backend with sq
Related: rpm-software-management#3341
1 parent 69ac8ff commit c1181ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/rpmsigdig.at

+8
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,14 @@ runroot rpmkeys -Kv /data/RPMS/hello-2.0-1.x86_64-signed-with-new-subkey.rpm
281281
],
282282
[])
283283

284+
RPMTEST_CHECK([[
285+
runroot_other sq --cert-store=/usr/lib/sysimage/rpm/pubkeys pki list --gossip 2>&1 | grep -e "^[[:xdigit:]]\{40\}"
286+
]],
287+
[0],
288+
[771B18D3D7BAA28734333C424344591E1964C5FC
289+
],
290+
[])
291+
284292
RPMTEST_CHECK([
285293
runroot_other touch /usr/lib/sysimage/rpm/pubkeys/writelock
286294
runroot_other flock -x /usr/lib/sysimage/rpm/pubkeys/writelock -c "rpmkeys --import /data/keys/rpm.org-rsa-2048-add-subkey.asc"

0 commit comments

Comments
 (0)