From ab1d88242e2c1e38d52659bd93a39043bf9c5632 Mon Sep 17 00:00:00 2001 From: shivamcandela Date: Mon, 22 Nov 2021 22:23:38 +0530 Subject: [PATCH] skip_lf condition is wrong Signed-off-by: shivamcandela --- tests/fixtures_2x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures_2x.py b/tests/fixtures_2x.py index 65320a971..d0ab38050 100644 --- a/tests/fixtures_2x.py +++ b/tests/fixtures_2x.py @@ -661,7 +661,7 @@ class Fixtures_2x: ] ssid_data.append(ssid) lf_tools.ssid_list.append(ssid_info_sdk[interface][0]) - if skip_lf: + if not skip_lf: lf_tools.dut_idx_mapping = idx_mapping lf_tools.update_ssid(ssid_data=ssid_data) except Exception as e: