From 006147b4176f34a770660b7951a1956de266b868 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 17 Nov 2018 08:57:17 -0500 Subject: [PATCH] functional_tests: Remove remaining backup export steps Signed-off-by: James Valleroy --- functional_tests/features/monkeysphere.feature | 1 - functional_tests/features/tahoe.feature | 1 - functional_tests/features/tor.feature | 1 - functional_tests/features/upgrades.feature | 1 - 4 files changed, 4 deletions(-) diff --git a/functional_tests/features/monkeysphere.feature b/functional_tests/features/monkeysphere.feature index fa67e189c..79c4ca0b8 100644 --- a/functional_tests/features/monkeysphere.feature +++ b/functional_tests/features/monkeysphere.feature @@ -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 diff --git a/functional_tests/features/tahoe.feature b/functional_tests/features/tahoe.feature index c0d657fd9..d9532e8af 100644 --- a/functional_tests/features/tahoe.feature +++ b/functional_tests/features/tahoe.feature @@ -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 diff --git a/functional_tests/features/tor.feature b/functional_tests/features/tor.feature index fb8f840ec..e03123b1c 100644 --- a/functional_tests/features/tor.feature +++ b/functional_tests/features/tor.feature @@ -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 diff --git a/functional_tests/features/upgrades.feature b/functional_tests/features/upgrades.feature index 4c7f70c7d..9e1452a15 100644 --- a/functional_tests/features/upgrades.feature +++ b/functional_tests/features/upgrades.feature @@ -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