mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
lf_tx_power.py : updated the controller location
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
2bd3285de5
commit
a864873d93
@@ -746,7 +746,7 @@ def main():
|
|||||||
worksheet.write(row, col, 'Regulatory\nDomain', dblue_bold)
|
worksheet.write(row, col, 'Regulatory\nDomain', dblue_bold)
|
||||||
col += 1
|
col += 1
|
||||||
worksheet.set_column(col, col, 16) # Set width
|
worksheet.set_column(col, col, 16) # Set width
|
||||||
worksheet.write(row, col, 'Controller\n{test_rig}'.format(test_rig=args.test_rig), dblue_bold)
|
worksheet.write(row, col, 'Controller\n{test_rig}\n{location}'.format(test_rig=args.test_rig,location=args.testbed_location), dblue_bold)
|
||||||
col += 1
|
col += 1
|
||||||
worksheet.set_column(col, col, 20) # Set width
|
worksheet.set_column(col, col, 20) # Set width
|
||||||
worksheet.write(row, col, 'Controller\nChannel', dblue_bold)
|
worksheet.write(row, col, 'Controller\nChannel', dblue_bold)
|
||||||
|
|||||||
Reference in New Issue
Block a user