From ce76e2120586f21b00657c2459fb35508b2ce198 Mon Sep 17 00:00:00 2001 From: tarun-candela Date: Fri, 23 Sep 2022 17:00:42 +0530 Subject: [PATCH] Rate_limiting(ingress) --- .../bridge_mode/rate_limiting/test_rate_limiting.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/basic/validation_of_operating_modes/bridge_mode/rate_limiting/test_rate_limiting.py b/tests/e2e/basic/validation_of_operating_modes/bridge_mode/rate_limiting/test_rate_limiting.py index 2bac5023a..7d426924b 100644 --- a/tests/e2e/basic/validation_of_operating_modes/bridge_mode/rate_limiting/test_rate_limiting.py +++ b/tests/e2e/basic/validation_of_operating_modes/bridge_mode/rate_limiting/test_rate_limiting.py @@ -49,6 +49,7 @@ class TestRateLimitingBridge(object): @pytest.mark.twog @pytest.mark.upload @pytest.mark.batch_size_125 + @pytest.mark.ingress @pytest.mark.ow_rate_limiting_tests_lf @allure.title("Test for Upload batch size 1,2,5 2.4 GHz") def test_wpa2_personal_ssid_up_batch_size_125_2g(self, get_test_library, get_dut_logs_per_test_case, @@ -81,6 +82,7 @@ class TestRateLimitingBridge(object): @pytest.mark.download @pytest.mark.batch_size_125 @pytest.mark.ow_rate_limiting_tests_lf + @pytest.mark.ingress @allure.title("Test for Download batch size 1,2,5 2.4 GHz") def test_wpa2_personal_ssid_dw_batch_size_125_2g(self, get_test_library, get_dut_logs_per_test_case, get_test_device_logs, num_stations, setup_configuration):