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

Commit

Permalink
Automate test to verify key pair visibility in child tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
nachandr committed Jan 16, 2020
1 parent 6811f23 commit a8d6b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cfme/cloud/keypairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def set_ownership(self, owner=None, group=None, cancel=False, reset=False):
if not fill_result:
view.form.cancel_button.click()
view = self.create_view(navigator.get_class(self, 'Details').VIEW)
view.flash.assert_success_message('Set Ownership was cancelled by the user')
view.flash.assert_no_error()
return

# Only if the form changed
Expand Down
3 changes: 1 addition & 2 deletions cfme/tests/cloud/test_keypairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def keypair(appliance, provider):
yield key


@pytest.mark.meta(blockers=[BZ(1718833, forced_streams=["5.10", "5.11"],
unblock=lambda provider: provider.one_of(OpenStackProvider))])
@pytest.mark.meta(automates=[BZ(1718833)])
def test_keypair_crud(appliance, provider):
""" This will test whether it will create new Keypair and then deletes it.
Polarion:
Expand Down

0 comments on commit a8d6b60

Please sign in to comment.