Skip to content

Commit

Permalink
Add e2e marker for vmware test (SatelliteQE#14563)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Ganar <[email protected]>
  • Loading branch information
shubhamsg199 authored and shweta83 committed Apr 10, 2024
1 parent 819d7c7 commit 4e01b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/foreman/ui/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ def _get_vmware_datastore_summary_string(data_store_name=settings.vmware.datasto
return f'{data_store_name} (free: {free_space}, prov: {prov}, total: {capacity})'


@pytest.mark.e2e
@pytest.mark.tier1
@pytest.mark.parametrize('vmware', ['vmware7', 'vmware8'], indirect=True)
def test_positive_end_to_end(session, module_org, module_location, vmware, module_target_sat):
def test_positive_cr_end_to_end(session, module_org, module_location, vmware, module_target_sat):
"""Perform end-to-end testing for compute resource VMware component.
:id: 47fc9e77-5b22-46b4-a76c-3217434fde2f
Expand Down

0 comments on commit 4e01b42

Please sign in to comment.