You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
system-tests/templates/140_apt-keys.yaml.tt2

14 lines
280 B

command:
apt-key list 2>&1 | grep -q expired:
exit-status: 1
stdout: []
stderr: []
timeout: 10000
apt-key list --with-colons | grep '^pub' | cut -d':' -f 5 | egrep -o '.{8}$':
exit-status: 0
stdout:
- "!A42C4F2A"
stderr: []
timeout: 10000