summaryrefslogtreecommitdiffstats
path: root/features/encryption.feature
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-03-14 15:36:16 +0100
committerHolger Levsen <holger@layer-acht.org>2016-04-28 21:52:10 +0200
commitda080c472fc415b0ce918f4dd4a1ab143bb1bca4 (patch)
treebf63179f32f0eda0c2d5796e3e31c18c3c1185cf /features/encryption.feature
parent26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (diff)
downloadjenkins.debian.net-da080c472fc415b0ce918f4dd4a1ab143bb1bca4.tar.xz
rough attempt to grab the good cucumber bits from recent tails
Diffstat (limited to 'features/encryption.feature')
-rw-r--r--features/encryption.feature10
1 files changed, 7 insertions, 3 deletions
diff --git a/features/encryption.feature b/features/encryption.feature
index 2f30d2ad..52cc152d 100644
--- a/features/encryption.feature
+++ b/features/encryption.feature
@@ -5,21 +5,25 @@ Feature: Encryption and verification using GnuPG
And decrypt and verify GnuPG blocks
Background:
- Given a computer
- And I start Tails from DVD with network unplugged and I login
+ Given I have started Tails from DVD without network and logged in
And I generate an OpenPGP key named "test" with password "asdf"
- And I save the state so the background can be restored next scenario
+ #10992
+ @fragile
Scenario: Encryption and decryption using Tails OpenPGP Applet
When I type a message into gedit
And I encrypt the message using my OpenPGP key
Then I can decrypt the encrypted message
+ #10992
+ @fragile
Scenario: Signing and verification using Tails OpenPGP Applet
When I type a message into gedit
And I sign the message using my OpenPGP key
Then I can verify the message's signature
+ #10991
+ @fragile
Scenario: Encryption/signing and decryption/verification using Tails OpenPGP Applet
When I type a message into gedit
And I both encrypt and sign the message using my OpenPGP key