Skip to content

real + virtual - >2#56

Open
Sidartha-CT wants to merge 4 commits intobase_class_qcom_IOTfrom
base_class_review
Open

real + virtual - >2#56
Sidartha-CT wants to merge 4 commits intobase_class_qcom_IOTfrom
base_class_review

Conversation

@Sidartha-CT
Copy link
Copy Markdown
Collaborator

No description provided.

# Command Line Interface to run download scenario with tos : Voice and Video
./lf_interop_qos.py --ap_name Cisco --mgr 192.168.209.223 --mgr_port 8080 --ssid Cisco
# Command Line Interface to run download scenario with tos for Real Devices: Voice and Video
python3 lf_interop_qos.py --ap_name Cisco --mgr 192.168.209.223 --mgr_port 8080 --ssid Cisco
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert to old CLIs

self.ssid = ssid
self.security = security
self.password = password
self.num_stations = num_stations

self._explicit_ssid = (ssid is not None) # to validate --real only scenario.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove redundant declaration

Comment on lines 1888 to +1900
def evaluate_qos(self, connections_download, connections_upload, drop_a_per, drop_b_per):
case_upload = ""
case_upload = ""
case_download = ""
tos_download = {'VI': [], 'VO': [], 'BK': [], 'BE': []}

tos_download = {'BK': [], 'BE': [], 'VI': [], 'VO': []}
tx_b_download = {'BK': [], 'BE': [], 'VI': [], 'VO': []}
rx_a_download = {'BK': [], 'BE': [], 'VI': [], 'VO': []}
tx_endps_download = {}
rx_endps_download = {}
tos_upload = {'VI': [], 'VO': [], 'BK': [], 'BE': []}
tx_b_upload = {'BK': [], 'BE': [], 'VI': [], 'VO': []}
rx_a_upload = {'BK': [], 'BE': [], 'VI': [], 'VO': []}

tos_upload = {'BK': [], 'BE': [], 'VI': [], 'VO': []}
tx_b_upload = {'BK': [], 'BE': [], 'VI': [], 'VO': []}
rx_a_upload = {'BK': [], 'BE': [], 'VI': [], 'VO': []}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use the old ordering

elif tb_str.endswith("h"):
return int(tb_str[:-1]) * 3600
else:
raise ValueError("Invalid timebreak format. Use 5s, 5m or 1h")
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove duration_to_seconds, replace with LFCliBase::parse_time

Comment thread py-scripts/lf_ftp.py
self.station_profile.cleanup(self.station_list1, debug_=self.debug)
LFUtils.wait_until_ports_disappear(base_url=self.lfclient_url,
port_list=self.station_list,
port_list=self.station_list1,
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need justification here

Comment thread py-scripts/lf_ftp.py
Comment on lines +1325 to +1331
for port in individual_device_data.keys():
safe_port = port.replace('.', '-')
csv_name = f"ftp-{safe_port}"
individual_device_csv_names.append(csv_name)
indv_device_csv_list.extend(individual_device_csv_names)
self.individual_device_csv_list = indv_device_csv_list
# Final L4 dump
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert to old

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant