Skip to content

Commit ad785bd

Browse files
committed
fix: remove unnecessary jira references that interferes with pytest-jira plugin
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent 5e62a40 commit ad785bd

30 files changed

+58
-68
lines changed

tests/model_registry/mcp_servers/config/test_invalid_yaml.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
)
3838
@pytest.mark.usefixtures("mcp_invalid_yaml_configmap_patch")
3939
class TestMCPServerInvalidYAML:
40-
"""RHOAIENG-51582: Tests for graceful handling of invalid YAML sources (TC-LOAD-007, TC-LOAD-008)."""
40+
"""
41+
Tests for graceful handling of invalid YAML sources (TC-LOAD-007, TC-LOAD-008)."""
4142

4243
def test_valid_servers_loaded_despite_invalid_source(
4344
self: Self,

tests/model_registry/mcp_servers/config/test_multi_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@pytest.mark.usefixtures("mcp_multi_source_configmap_patch")
1515
class TestMCPServerMultiSource:
16-
"""RHOAIENG-51582: Tests for loading MCP servers from multiple YAML sources (TC-LOAD-002)."""
16+
"""Tests for loading MCP servers from multiple YAML sources (TC-LOAD-002)."""
1717

1818
def test_all_servers_from_multiple_sources_loaded(
1919
self: Self,

tests/model_registry/mcp_servers/config/test_named_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@pytest.mark.usefixtures("mcp_servers_configmap_patch")
1313
class TestMCPServerNamedQueries:
14-
"""RHOAIENG-52375: Tests for MCP server named query functionality."""
14+
"""Tests for MCP server named query functionality."""
1515

1616
@pytest.mark.parametrize(
1717
"named_query, expected_custom_properties",

tests/model_registry/mcp_servers/search/test_filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@pytest.mark.usefixtures("mcp_servers_configmap_patch")
1313
class TestMCPServerFiltering:
14-
"""RHOAIENG-51584: Tests for MCP server filterQuery functionality."""
14+
"""Tests for MCP server filterQuery functionality."""
1515

1616
@pytest.mark.parametrize(
1717
"filter_query, expected_count, expected_name, field_check",

tests/model_registry/mcp_servers/search/test_ordering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@pytest.mark.usefixtures("mcp_servers_configmap_patch")
1212
class TestMCPServerOrdering:
13-
"""RHOAIENG-51584: Tests for MCP server ordering functionality."""
13+
"""Tests for MCP server ordering functionality."""
1414

1515
@pytest.mark.parametrize(
1616
"sort_order",

tests/model_registry/mcp_servers/test_data_integrity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@pytest.mark.usefixtures("mcp_servers_configmap_patch")
1717
class TestMCPServerLoading:
18-
"""RHOAIENG-51582: Tests for loading MCP servers from YAML into the catalog (TC-LOAD-001)."""
18+
"""Tests for loading MCP servers from YAML into the catalog (TC-LOAD-001)."""
1919

2020
def test_mcp_servers_loaded(
2121
self: Self,

tests/model_registry/model_catalog/catalog_config/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def recreated_model_catalog_configmap(
3535
ConfigMap: The recreated ConfigMap instance
3636
"""
3737
namespace_name = py_config["model_registry_namespace"]
38-
# TODO: RHOAIENG-46741 would require changing this to look for configmaps based on label
38+
# TODO: would require changing this to look for configmaps based on label
3939
# Get the existing ConfigMap
4040
configmap = ConfigMap(
4141
name=DEFAULT_CUSTOM_MODEL_CATALOG, client=admin_client, namespace=namespace_name, ensure_exists=True

tests/model_registry/model_catalog/catalog_config/test_catalog_source_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_catalog_source_merge(
3131
model_registry_rest_headers: dict[str, str],
3232
):
3333
"""
34-
RHOAIENG-41738: Test that a sparse override in custom ConfigMap successfully overrides
34+
Test that a sparse override in custom ConfigMap successfully overrides
3535
specific fields while preserving unspecified fields.
3636
"""
3737
catalog_id = sparse_override_catalog_source["catalog_id"]

tests/model_registry/model_catalog/catalog_config/test_default_model_catalog.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_model_default_catalog_number_of_models(
258258
default_model_catalog_yaml_content: dict[Any, Any],
259259
):
260260
"""
261-
RHOAIENG-33667: Validate number of models in default catalog
261+
Validate number of models in default catalog
262262
"""
263263

264264
count = len(default_model_catalog_yaml_content.get("models", []))
@@ -275,7 +275,7 @@ def test_model_default_catalog_correspondence_of_model_name(
275275
catalog_openapi_schema: dict[Any, Any],
276276
):
277277
"""
278-
RHOAIENG-35260: Validate the correspondence of model parameters in default catalog yaml and model catalog api
278+
Validate the correspondence of model parameters in default catalog yaml and model catalog api
279279
"""
280280

281281
all_model_fields, required_model_fields = extract_schema_fields(
@@ -326,7 +326,6 @@ def test_model_default_catalog_correspondence_of_model_name(
326326
models_with_differences[model["name"]] = differences
327327
LOGGER.warning(f"Found value differences for {model['name']}: {differences}")
328328

329-
# FAILS for null-valued properties in YAML model until https://issues.redhat.com/browse/RHOAIENG-35322 is fixed
330329
assert not models_with_differences, (
331330
f"Found differences in {len(models_with_differences)} model(s): {models_with_differences}"
332331
)
@@ -340,7 +339,7 @@ def test_model_default_catalog_random_artifact(
340339
catalog_openapi_schema: dict[Any, Any],
341340
):
342341
"""
343-
RHOAIENG-35260: Validate the random artifact in default catalog yaml matches API response
342+
Validate the random artifact in default catalog yaml matches API response
344343
"""
345344

346345
all_artifact_fields, required_artifact_fields = extract_schema_fields(

tests/model_registry/model_catalog/catalog_config/test_default_source_inclusion_exclusion_cleanup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
class TestModelInclusionFiltering:
31-
"""Test inclusion filtering functionality (RHOAIENG-41841)"""
31+
"""Test inclusion filtering functionality"""
3232

3333
@pytest.mark.parametrize(
3434
"redhat_ai_models_with_filter",
@@ -76,7 +76,7 @@ def test_include_models_by_pattern(
7676

7777

7878
class TestModelExclusionFiltering:
79-
"""Test exclusion filtering functionality (RHOAIENG-41841 part 2)"""
79+
"""Test exclusion filtering functionality"""
8080

8181
@pytest.mark.parametrize(
8282
"redhat_ai_models_with_filter",
@@ -119,7 +119,7 @@ def test_exclude_models_by_pattern(
119119

120120

121121
class TestCombinedIncludeExcludeFiltering:
122-
"""Test combined include+exclude filtering (RHOAIENG-41841 part 3)"""
122+
"""Test combined include+exclude filtering"""
123123

124124
@pytest.mark.parametrize(
125125
"redhat_ai_models_with_filter",
@@ -169,7 +169,7 @@ def test_combined_include_exclude_filtering(
169169

170170

171171
class TestModelCleanupLifecycle:
172-
"""Test automatic model cleanup during lifecycle changes (RHOAIENG-41846)"""
172+
"""Test automatic model cleanup during lifecycle changes"""
173173

174174
@pytest.mark.tier2
175175
def test_model_cleanup_on_exclusion_change(
@@ -274,7 +274,7 @@ def test_model_cleanup_on_exclusion_change(
274274

275275
@pytest.mark.usefixtures("disabled_redhat_ai_source")
276276
class TestSourceLifecycleCleanup:
277-
"""Test source disabling cleanup scenarios (RHOAIENG-41846)"""
277+
"""Test source disabling cleanup scenarios"""
278278

279279
@pytest.mark.tier2
280280
def test_source_disabling_removes_models(
@@ -316,7 +316,7 @@ def test_source_disabling_logging(
316316

317317

318318
class TestLoggingValidation:
319-
"""Test cleanup operation logging (RHOAIENG-41846)"""
319+
"""Test cleanup operation logging"""
320320

321321
@pytest.mark.parametrize(
322322
"redhat_ai_models_with_filter",

0 commit comments

Comments
 (0)