X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fbasic;h=9844454543b53d42f525e150ec5587b123c421af;hb=65e8a49c924eac3c46c93cb4bb9be9c739a58983;hp=af8b5f189996a3ab3267f4718fc92108caef940c;hpb=9c193c4dc749403030aeda0acc794a65d7593540;p=monkeysphere.git diff --git a/tests/basic b/tests/basic index af8b5f1..9844454 100755 --- a/tests/basic +++ b/tests/basic @@ -174,7 +174,6 @@ monkeysphere-host expert import-key testhost < "$TEMPDIR"/ssh_host_rsa_key echo "##################################################" echo "### setting host key expiration..." monkeysphere-host set-expire 1 -monkeysphere-host show-key # FIXME: how do we check that the expiration has really been set? echo "##################################################" @@ -215,8 +214,11 @@ echo "##################################################" echo "### adding admin as certifier..." monkeysphere-authentication add-id-certifier -y "$TEMPDIR"/admin/.gnupg/pubkey.gpg -# FIXME: should we run "diagnostics" here to test setup? +echo "##################################################" +echo "### list certifiers..." +monkeysphere-authentication list-certifiers +# FIXME: should we run "diagnostics" here to test setup? ###################################################################### ### TESTUSER SETUP