From 2e080dcf6c5ad033cdf5f2309eef44a020934023 Mon Sep 17 00:00:00 2001 From: saurabh Date: Sat, 11 Sep 2021 13:12:24 +0530 Subject: [PATCH] Wpa3 Personal Nat Mode Signed-off-by: saurabh --- .../dataplane_throughput_test/wpa3_security/test_nat_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_nat_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_nat_mode.py index 87032575f..56a64b3b0 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_nat_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_nat_mode.py @@ -41,7 +41,7 @@ class TestDataplaneThroughputNAT(object): lf_test, station_names_twog, create_lanforge_chamberview_dut, get_configuration): """Dataplane THroughput nat Mode - pytest -m "dataplane_throughput_test and nat and wpa3_personalz and twog" + pytest -m "dataplane_throughput_test and nat and wpa3_personal and twog" """ profile_data = setup_params_general["ssid_modes"]["wpa3_personal"][0] ssid_name = profile_data["ssid_name"]