mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-19 03:25:05 +00:00
README and name in column names
This commit is contained in:
committed by
Jed Reynolds
parent
c45dad5fc7
commit
ea80924d70
@@ -27,6 +27,8 @@ Read more examples in the [scripting LANforge](http://www.candelatech.com/lfcli_
|
||||
|
||||
### Python Scripts ###
|
||||
|
||||
When starting to use Python, please run the update_deps.py script located in py-scripts to install all necessary dependencies for this library.
|
||||
|
||||
| Name | Purpose |
|
||||
|------|---------|
|
||||
| `lf_tos_test.py` | Python script to generate traffic at different QoS and report performance in a spreadsheet |
|
||||
@@ -161,5 +163,3 @@ Please contact support@candelatech.com if you have any questions.
|
||||
|
||||
_Thanks,
|
||||
Ben_
|
||||
|
||||
|
||||
|
||||
@@ -1173,6 +1173,8 @@ class L3CXProfile(BaseProfile):
|
||||
|
||||
# Step 1, column names . what is this for?
|
||||
fields=None
|
||||
if 'Name' not in col_names':
|
||||
col_names.insert(0,'Name')
|
||||
if col_names is not None and len(col_names) > 0:
|
||||
fields = ",".join(col_names)
|
||||
header_row=col_names
|
||||
|
||||
Reference in New Issue
Block a user