Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions test/suites-ostree/backup-restore.robot
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ Rebooting Healthy System Should Result In Data Backup
Wait Until Greenboot Health Check Exited
System Should Be Healthy
Remove Existing Backup For Current Deployment
${future_backup}= Get Future Backup Name For Current Boot

Reboot MicroShift Host
Wait For MicroShift Service

Backup For Booted Deployment Should Exist
Backup Should Exist ${future_backup}

Rebooting Unhealthy System Should Result In Restoring Data From A Backup
[Documentation] Check if rebooting unhealthy system will result
Expand Down Expand Up @@ -57,11 +58,6 @@ Teardown
[Documentation] Test suite teardown
Logout MicroShift Host

Backup For Booted Deployment Should Exist
[Documentation] Asserts that backup for currently booted deployment exists
${id}= Get Booted Deployment ID
Backup Should Exist ${id}

Make Masquerading Backup
[Documentation] Stops MicroShift and creates manual backup that
... masquerades as automated one (by prefixing the backup name with deployment ID)
Expand Down