lf_check.py: allows for default DB then custom DB applied, test_l3_longevity.py : modified how type of service entered to help automation

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-05-19 14:38:50 -06:00
parent 153f6bc98a
commit 9ce1c5619f
2 changed files with 8 additions and 4 deletions

View File

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