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 #8163 from jadhaj/teardown_of_test_instance_attach…
Browse files Browse the repository at this point in the history
…_volume

[1LP][RFR] fix teardown of test_instance_attach_volume
  • Loading branch information
izapolsk committed Nov 20, 2018
2 parents 266c40f + 6c078ce commit cdba286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfme/tests/openstack/cloud/test_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def test_instance_operating_system_linux(new_instance):


@pytest.mark.regression
def test_instance_attach_volume(new_instance, volume, appliance):
def test_instance_attach_volume(volume, new_instance, appliance):
initial_volume_count = new_instance.volume_count
new_instance.attach_volume(volume.name)
view = appliance.browser.create_view(navigator.get_class(new_instance, 'AttachVolume').VIEW)
Expand Down

0 comments on commit cdba286

Please sign in to comment.