Skip to content

Commit

Permalink
Remove test_positive_backup_restore_snapshot stub (#12974)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b0eca5)
  • Loading branch information
lpramuk authored and web-flow committed Oct 26, 2023
1 parent dacd129 commit 9841626
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions tests/foreman/maintain/test_backup_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,30 +611,3 @@ def test_positive_backup_restore_incremental(
query={'search': f'name="{secondary_repo.name}"'}
)[0]
assert repo.id == secondary_repo.id


@pytest.mark.stubbed
def test_positive_backup_restore_snapshot():
"""Take the snapshot backup of a server, restore it, check for content
:id: dcf3b815-97ed-4c2e-9f2d-5eedd8591c98
:setup:
1. satellite installed on an LVM-based storage with sufficient free extents
:steps:
1. create the snapshot backup (with/without pulp)
2. check that appropriate files are created
3. restore the backup (installer --reset-data is run in this step)
4. check system health
5. check the content was restored
:expectedresults:
1. backup succeeds
2. expected files are present in the backup
3. restore succeeds
4. system health check succeeds
5. content is present after restore
:CaseAutomation: NotAutomated
"""

0 comments on commit 9841626

Please sign in to comment.