From 90903913f17418b84fa6573ba32349524acd410d Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Mon, 10 May 2021 15:14:23 -0600 Subject: [PATCH] test_l3_longevity.py : updated for ability to automate allow comma seperators Signed-off-by: Chuck SmileyRekiere --- py-scripts/test_l3_longevity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_l3_longevity.py b/py-scripts/test_l3_longevity.py index d21fc01a..ee51f6d7 100755 --- a/py-scripts/test_l3_longevity.py +++ b/py-scripts/test_l3_longevity.py @@ -967,7 +967,7 @@ python3 .\\test_l3_longevity.py --test_duration 4m --endp_type \"lf_tcp lf_udp m print("radios {}".format(radios)) for radio_ in radios: radio_keys = ['radio','stations','ssid','ssid_pw','security'] - radio_info_dict = dict(map(lambda x: x.split('=='), str(radio_).replace('[','').replace(']','').replace("'","").split())) + radio_info_dict = dict(map(lambda x: x.split('=='), str(radio_).replace('[','').replace(']','').replace("'","").replace(","," ").split())) print("radio_dict {}".format(radio_info_dict)) for key in radio_keys: