Permalink
Fetching contributors…
Cannot retrieve contributors at this time
23 lines (17 sloc) 614 Bytes
summary: Checks for snap create-key
# ppc64el disabled because of https://bugs.launchpad.net/snappy/+bug/1655594
systems: [-ubuntu-core-16-*, -ubuntu-*-ppc64el]
prepare: |
. "$TESTSLIB"/mkpinentry.sh
. "$TESTSLIB"/random.sh
kill_gpg_agent
debug: |
. "$TESTSLIB"/random.sh
debug_random
execute: |
echo "Checking passphrase mismatch error"
expect -d -f passphrase_mismatch.exp
echo "Checking successful default key pair generation"
expect -d -f successful_default.exp
echo "Checking successful non-default key pair generation"
expect -d -f successful_non_default.exp