From 90ca93bd43c82a7daeb2c365856bfd270375c29f Mon Sep 17 00:00:00 2001 From: Jianzhu Zhang Date: Mon, 20 Feb 2023 13:02:52 -0500 Subject: [PATCH 1/3] Test single case CI --- .../test_SR_IOV_macAddressDuplicate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sriov/tests/SR_IOV_macAddressDuplicate/test_SR_IOV_macAddressDuplicate.py b/sriov/tests/SR_IOV_macAddressDuplicate/test_SR_IOV_macAddressDuplicate.py index be76c4f..0f38655 100644 --- a/sriov/tests/SR_IOV_macAddressDuplicate/test_SR_IOV_macAddressDuplicate.py +++ b/sriov/tests/SR_IOV_macAddressDuplicate/test_SR_IOV_macAddressDuplicate.py @@ -42,3 +42,5 @@ def test_SR_IOV_macAddressDuplicate(dut, settings): # check if vf 1 mac address is equal to mac_1 assert verify_vf_address(dut, pf, 1, mac_1) + + # Single test case CI run From df8010d001e9f0bc5a82fbe960e57c15aae180cb Mon Sep 17 00:00:00 2001 From: Jianzhu Zhang Date: Mon, 20 Feb 2023 14:00:02 -0500 Subject: [PATCH 2/3] Trigger full CI test --- sriov/tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sriov/tests/conftest.py b/sriov/tests/conftest.py index 4b0ec35..64f0855 100644 --- a/sriov/tests/conftest.py +++ b/sriov/tests/conftest.py @@ -268,3 +268,5 @@ def pytest_generate_tests(metafunc) -> None: @pytest.fixture(scope="session") def skipclean(request): return request.config.option.skipclean + +# CI test trigger for full test run From cf543e1b065499cae69071510605f2d65f98183a Mon Sep 17 00:00:00 2001 From: Jianzhu Zhang Date: Wed, 22 Feb 2023 09:21:14 -0500 Subject: [PATCH 3/3] no full test run --- sriov/tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sriov/tests/conftest.py b/sriov/tests/conftest.py index 64f0855..4b0ec35 100644 --- a/sriov/tests/conftest.py +++ b/sriov/tests/conftest.py @@ -268,5 +268,3 @@ def pytest_generate_tests(metafunc) -> None: @pytest.fixture(scope="session") def skipclean(request): return request.config.option.skipclean - -# CI test trigger for full test run