Skip to content

CherryPicked: [cnv-4.18] Added jira marker to tests that failing duo to bugs (#862) #1070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/observability/metrics/test_instance_type_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def running_rhel_vm_with_instance_type_and_preference(

class TestInstanceType:
@pytest.mark.polarion("CNV-10181")
@pytest.mark.jira("CNV-63028", run=False)
def test_verify_instancetype_labels(
self,
prometheus,
Expand All @@ -86,6 +87,7 @@ def test_verify_instancetype_labels(
)

@pytest.mark.polarion("CNV-10182")
@pytest.mark.jira("CNV-63028", run=False)
def test_verify_migrated_instancetype_labels(
self,
prometheus,
Expand Down Expand Up @@ -144,6 +146,7 @@ def test_verify_namespace_instancetype_labels(
)
class TestInstanceTypeLabling:
@pytest.mark.polarion("CNV-10183")
@pytest.mark.jira("CNV-63028", run=False)
def test_kubevirt_vmi_phase_count_cloned_instance_types(
self,
prometheus,
Expand All @@ -160,6 +163,7 @@ def test_kubevirt_vmi_phase_count_cloned_instance_types(
)

@pytest.mark.polarion("CNV-10797")
@pytest.mark.jira("CNV-63028", run=False)
def test_cnv_vmi_status_running_count_cloned_instance_types(
self,
prometheus,
Expand Down
1 change: 1 addition & 0 deletions tests/observability/metrics/test_migration_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ class TestKubevirtVmiMigrationMetrics:
),
],
)
@pytest.mark.jira("CNV-63029", run=False)
def test_kubevirt_vmi_migration_metrics(
self,
prometheus,
Expand Down