Skip to content

Commit 7a9ab36

Browse files
authored
Add conformance marker to test_rhel_os.py (#2946)
##### Short description: Add conformance marker to test_rhel_os.py ##### More details: Adding RHEL basic tests using data sources to the conformance tests used by `https://github.com/openshift-cnv/ocp-virt-validation-checkup/` ##### What this PR does / why we need it: Add extra coverage for https://github.com/openshift-cnv/ocp-virt-validation-checkup/ ##### jira-ticket: <!-- full-ticket-url needs to be provided. This would add a link to the pull request to the jira and close it when the pull request is merged If the task is not tracked by a Jira ticket, just write "NONE". --> https://issues.redhat.com/browse/CNV-68864 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Added conformance annotations to VM creation and deletion test classes for improved test organization and tracking. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: rkishner <[email protected]>
1 parent ac67506 commit 7a9ab36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/infrastructure/instance_types/supported_os/test_rhel_os.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
TESTS_MODULE_IDENTIFIER = "TestCommonInstancetypeRhel"
3131

3232

33+
@pytest.mark.conformance
3334
@pytest.mark.arm64
3435
@pytest.mark.s390x
3536
@pytest.mark.smoke
@@ -153,6 +154,7 @@ def test_verify_virtctl_guest_agent_data_after_migrate(self, golden_image_rhel_v
153154
)
154155

155156

157+
@pytest.mark.conformance
156158
@pytest.mark.arm64
157159
@pytest.mark.smoke
158160
@pytest.mark.gating

0 commit comments

Comments
 (0)