test_l3_longevity.py comma separator between commands, allow errors to be printed out (do not catch errors)

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-05-10 17:44:12 -06:00
parent 0f186befea
commit 901ae2b7dc
3 changed files with 12 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ class L3VariableTime(Realm):
_capture_signal_list=_capture_signal_list)
self.influxdb = influxdb
self.tos = tos.split()
self.endp_types = endp_types.split()
self.endp_types = endp_types.split(",")
self.side_b = side_b
self.ssid_list = ssid_list
self.ssid_password_list = ssid_password_list