l3_cxprofile.py : added the calculated TX

port_probe.py : added the calculated TX

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-10-26 15:46:50 -06:00
parent d582c8399a
commit 563d44e39e
2 changed files with 12 additions and 105 deletions

View File

@@ -277,6 +277,9 @@ class L3CXProfile(LFCliBase):
probe_results['TX NSS'] = probe_port.tx_nss
probe_results['TX MHz'] = probe_port.tx_mhz
probe_results['TX guard interval'] = probe_port.tx_ns
probe_results['TX Mbps gi short'] = probe_port.tx_data_rate_gi_short_Mbps
probe_results['TX Mbps gi long'] = probe_port.tx_data_rate_gi_long_Mbps
probe_results['RX Bitrate'] = probe_port.rx_bitrate
probe_results['RX MCS'] = probe_port.rx_mcs