Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[RFR]Add coverage note for BZ 1767895 #10344

Merged
merged 1 commit into from
Nov 9, 2020
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
2 changes: 1 addition & 1 deletion cfme/tests/configure/test_db_backup_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def appliance_with_tmp_filled(appliance: IPAppliance):
@test_requirements.restore
@test_requirements.scheduled_ops
@pytest.mark.tier(3)
@pytest.mark.meta(automates=[1678223, 1643106, 1732417, 1703278])
@pytest.mark.meta(automates=[1678223, 1643106, 1732417, 1703278, 1767895])
def test_db_backup_schedule(request, db_backup_data, depot_machine_ip, appliance_with_tmp_filled):
""" Test scheduled one-type backup on given machines using smb/nfs.

Expand Down