sta_connect2.py : changed logger message to 'running traffic'

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-06-06 11:12:20 -06:00
committed by shivam
parent 941119713f
commit 07495c4729

View File

@@ -1016,7 +1016,7 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
staConnect.bringup_time_sec = args.bringup_time
staConnect.setup()
staConnect.start()
logger.info("napping %f sec", staConnect.runtime_secs)
logger.info("running traffic for %f sec", staConnect.runtime_secs)
time.sleep(staConnect.runtime_secs)