Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabonte-rh committed Nov 6, 2024
1 parent e3ad5da commit 1151f8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/interop/test_validate_edge_site_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

import pytest
from ocp_resources.route import Route
from validatedpatterns_tests.interop import application, components
from openshift.dynamic.exceptions import NotFoundError
from validatedpatterns_tests.interop import application, components, edge_util

from . import __loggername__

Expand Down
3 changes: 2 additions & 1 deletion tests/interop/test_validate_hub_site_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def test_validate_argocd_reachable_hub_site(openshift_dyn_client):
else:
logger.info("PASS: Argocd is reachable")


@pytest.mark.validate_acm_self_registration_managed_clusters
def test_validate_acm_self_registration_managed_clusters(openshift_dyn_client):
logger.info("Check ACM self registration for edge site")
Expand All @@ -134,7 +135,7 @@ def test_validate_acm_self_registration_managed_clusters(openshift_dyn_client):
logger.error(f"FAIL: {err_msg}")
assert False, err_msg
else:
logger.info(f"PASS: Edge site is self registered")
logger.info("PASS: Edge site is self registered")


# @pytest.mark.skip
Expand Down
1 change: 1 addition & 0 deletions tests/interop/test_validate_pipelineruns.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging
import os

from validatedpatterns_tests.interop import components

Expand Down

0 comments on commit 1151f8b

Please sign in to comment.