diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py index 6666f1f41..7bd0444d2 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/open_security/test_vlan_mode.py @@ -86,4 +86,4 @@ class TestDataplaneThroughputVLAN(object): instance_name="TIP_DPT_DPT_OPEN_5G_VLAN", influx_tags=influx_tags, move_to_influx=False, dut_data=setup_configuration - ) \ No newline at end of file + ) diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_bridge_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_bridge_mode.py index 3ad56cf93..13436ae10 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_bridge_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa3_security/test_bridge_mode.py @@ -125,3 +125,4 @@ class TestDataplaneThroughputBRIDGE(object): influx_tags=influx_tags, move_to_influx=False, dut_data=setup_configuration ) + 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 3d0080a2a..097d428b8 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 @@ -117,3 +117,4 @@ class TestDataplaneThroughputNAT(object): influx_tags=influx_tags, move_to_influx=False, dut_data=setup_configuration ) + diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_bridge_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_bridge_mode.py index 691c57a75..535df1eb0 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_bridge_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_bridge_mode.py @@ -88,4 +88,4 @@ class TestDataplaneThroughputBRIDGE(object): instance_name="TIP_DPT_DPT_WPA_5G_BRIDGE", influx_tags=influx_tags, move_to_influx=False, dut_data=setup_configuration - ) \ No newline at end of file + ) diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_nat_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_nat_mode.py index eea7f375e..a327c89fb 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_nat_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_nat_mode.py @@ -88,4 +88,4 @@ class TestDataplaneThroughputNAT(object): instance_name="TIP_DPT_DPT_WPA_5G_NAT", influx_tags=influx_tags, move_to_influx=False, dut_data=setup_configuration - ) \ No newline at end of file + ) diff --git a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_vlan_mode.py b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_vlan_mode.py index 87c042df1..a6dd71520 100644 --- a/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_vlan_mode.py +++ b/tests/e2e/basic/performance_tests/dataplane_throughput_test/wpa_security/test_vlan_mode.py @@ -89,4 +89,4 @@ class TestDataplaneThroughputVLAN(object): instance_name="TIP_DPT_DPT_WPA_5G_VLAN", influx_tags=influx_tags, move_to_influx=False, dut_data=setup_configuration - ) \ No newline at end of file + ) diff --git a/tests/lab_info.json b/tests/lab_info.json index 0cdde160d..242f800bc 100644 --- a/tests/lab_info.json +++ b/tests/lab_info.json @@ -330,4 +330,4 @@ }, "open_flow": {}, "influx_params": {} -} \ No newline at end of file +}