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

Commit

Permalink
Merge pull request #7161 from jan-zmeskal/yet_another_tiers
Browse files Browse the repository at this point in the history
[1LP][RFR] Adding some more RHV markers
  • Loading branch information
mshriver authored Apr 27, 2018
2 parents c76b828 + 391b3d7 commit 021cb82
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions cfme/services/myservice/ssui.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def set_ownership(self, owner, group):
else:
assert view.notification.assert_message("{} ownership was saved."
.format(self.name))
view.browser.refresh() # WA until ManageIQ/integration_tests:7157 is solved


@MiqImplementationContext.external_for(MyService.edit_tags, ViaSSUI)
Expand Down
2 changes: 1 addition & 1 deletion cfme/tests/infrastructure/test_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def test_snapshot_crud(small_test_vm, provider):
snapshot.delete()


@pytest.mark.rhv3
@pytest.mark.uncollectif(lambda provider: not provider.one_of(RHEVMProvider))
@pytest.mark.meta(automates=[BZ(1384517)])
def test_create_without_description(small_test_vm):
"""
Test that we get an error message when we try to create a snapshot with
Expand Down
2 changes: 2 additions & 0 deletions cfme/tests/infrastructure/test_vm_reconfigure.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def test_vm_reconfig_add_remove_disk_cold(
assert small_vm.configuration.num_disks == orig_config.num_disks, msg


@pytest.mark.rhv3
@pytest.mark.meta(blockers=[GH('ManageIQ/integration_tests:6996')])
def test_reconfig_vm_negative_cancel(provider, small_vm, ensure_vm_stopped):
""" Cancel reconfiguration changes """
config_vm = small_vm.configuration.copy()
Expand Down
1 change: 1 addition & 0 deletions cfme/tests/ssui/test_ssui_myservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
]


@pytest.mark.rhv1
@pytest.mark.meta(blockers=[BZ(1544535, forced_streams=['5.9'])])
@pytest.mark.parametrize('context', [ViaSSUI])
def test_myservice_crud(appliance, setup_provider, context, order_service):
Expand Down

0 comments on commit 021cb82

Please sign in to comment.