mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
functional_tests: Remove remaining backup export steps
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
5fd8abcc1f
commit
006147b417
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user