test_l3_powersave_traffic: Remove unused arguments

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-24 16:27:05 -08:00
parent 41df29a51f
commit 5abac844e0

View File

@@ -96,7 +96,7 @@ class L3PowersaveTraffic(LFCliBase):
cx_rx_map[item] = value_rx
return cx_rx_map
def start(self, print_pass=False, print_fail=False):
def start(self):
# start one test, measure
# start second test, measure
cur_time = datetime.datetime.now()