Skip to content

Commit

Permalink
regroup crud tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepy committed Apr 22, 2021
1 parent b62c5ed commit d560ad4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kiali_qe/tests/test_istio_objects_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_destination_rule_host_warning(kiali_client, openshift_client, browser):


@pytest.mark.p_crud_resource
@pytest.mark.p_crud_group5
@pytest.mark.p_crud_group2
def test_virtual_service(kiali_client, openshift_client, browser):
gateway = get_yaml(istio_objects_path.strpath, GATEWAY_LINK)
gateway_dict = get_dict(istio_objects_path.strpath, GATEWAY_LINK)
Expand Down Expand Up @@ -355,7 +355,7 @@ def test_virtual_service_broken_weight_text(kiali_client, openshift_client, brow


@pytest.mark.p_crud_resource
@pytest.mark.p_crud_group2
@pytest.mark.p_crud_group3
def test_gateway(kiali_client, openshift_client, browser, pick_namespace):
gateway = get_yaml(istio_objects_path.strpath, GATEWAY)
gateway_dict = get_dict(istio_objects_path.strpath, GATEWAY)
Expand Down
4 changes: 2 additions & 2 deletions kiali_qe/tests/test_overview_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_filter_overviews_by_two_namespaces(kiali_client, openshift_client, brow


@pytest.mark.p_ro_top
@pytest.mark.p_crud_group3
@pytest.mark.p_crud_group4
def test_overview_auto_injection(kiali_client, openshift_client, browser, pick_namespace):
tests = OverviewPageTest(
kiali_client=kiali_client, openshift_client=openshift_client, browser=browser)
Expand All @@ -169,7 +169,7 @@ def test_overview_auto_injection(kiali_client, openshift_client, browser, pick_n


@pytest.mark.p_ro_top
@pytest.mark.p_crud_group1
@pytest.mark.p_crud_group4
def test_overview_traffic_policies(kiali_client, openshift_client, browser, pick_namespace):
tests = OverviewPageTest(
kiali_client=kiali_client, openshift_client=openshift_client, browser=browser)
Expand Down
2 changes: 1 addition & 1 deletion kiali_qe/tests/test_workloads_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def test_workload_details_random(kiali_client, openshift_client, browser):


@pytest.mark.p_ro_top
@pytest.mark.p_crud_group1
@pytest.mark.p_crud_group4
def test_workload_auto_injection(kiali_client, openshift_client, browser, pick_namespace):
tests = WorkloadsPageTest(
kiali_client=kiali_client, openshift_client=openshift_client, browser=browser)
Expand Down

0 comments on commit d560ad4

Please sign in to comment.