Skip to content

Commit

Permalink
Merge pull request #11116 from petr-balogh/fix-upgrade-opc-config-ind…
Browse files Browse the repository at this point in the history
…ex-fixture

Fix config_index fixture for ocp upgrade
  • Loading branch information
petr-balogh authored Jan 7, 2025
2 parents ac80ed5 + be1124d commit 606ee25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/functional/upgrade/test_upgrade_ocp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import logging
import os

import pytest

from pkg_resources import parse_version
from semantic_version import Version

Expand Down Expand Up @@ -44,6 +46,11 @@
logger = logging.getLogger(__name__)


@pytest.fixture
def config_index(request):
return request.param if hasattr(request, "param") else None


@ignore_leftovers
@ocp_upgrade
@purple_squad
Expand Down

0 comments on commit 606ee25

Please sign in to comment.