functional_tests: Remove remaining backup export steps

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-11-17 08:57:17 -05:00
parent 5fd8abcc1f
commit 006147b417
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
4 changed files with 0 additions and 4 deletions

View File

@ -45,7 +45,6 @@ Scenario: Backup and restore monkeysphere
When I import SSH key for mydomain.example in monkeysphere
And I import HTTPS key for mydomain.example in monkeysphere
And I create a backup of the monkeysphere app data
And I export the monkeysphere app data backup
And I restore the monkeysphere app data backup
Then the SSH key should imported for mydomain.example in monkeysphere
And the HTTPS key should imported for mydomain.example in monkeysphere

View File

@ -56,7 +56,6 @@ Scenario: Backup and restore tahoe
And backupdomain.example is a tahoe introducer
When I create a backup of the tahoe app data
And I remove backupdomain.example as a tahoe introducer
And I export the tahoe app data backup
And I restore the tahoe app data backup
Then the tahoe service should be running
And backupdomain.example should be a tahoe connected introducer

View File

@ -62,7 +62,6 @@ Scenario: Backup and restore tor
When I create a backup of the tor app data
And I disable tor relay
And I disable tor hidden services
And I export the tor app data backup
And I restore the tor app data backup
Then the tor service should be running
And tor relay should be enabled

View File

@ -36,6 +36,5 @@ Scenario: Backup and restore upgrades
When I enable automatic upgrades
And I create a backup of the upgrades app data
And I disable automatic upgrades
And I export the upgrades app data backup
And I restore the upgrades app data backup
Then automatic upgrades should be enabled