Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake8 compliance lf_create_wanlink.py #66

Merged
merged 5 commits into from
Jan 15, 2025
Merged

Conversation

smileyrekiere
Copy link
Collaborator

py-scripts/lf_create_wanlink.py flake 8 compliance, white space , exceptions , linting exceptions for imports and line length

Verified:
./lf_create_wanlink.py
--mgr 192.168.50.104
--mgr_port 8080
--port_A eth1
--port_B eth3
--speed_A 1024000
--speed_B 2048000
--wl_name wanlink
--latency_A 24
--latency_B 32
--max_jitter 50
--jitter_freq 6
--drop_freq 12
--log_level debug
--debug

Verified:
Wanlink
./lf_create_wanlink.py\
 --mgr 192.168.50.104\
 --mgr_port 8080\
 --port_A eth1\
 --port_B eth3\
 --speed_A 1024000\
 --speed_B 2048000\
 --wl_name wanlink\
 --latency_A 24\
 --latency_B 32\
 --max_jitter 50\
 --jitter_freq 6\
 --drop_freq 12\
 --log_level debug\
 --debug

Signed-off-by: Chuck SmileyRekiere <[email protected]>
The lines were pretty close to 200 so create the # noqa

Verified:
Wanlink
./lf_create_wanlink.py\
 --mgr 192.168.50.104\
 --mgr_port 8080\
 --port_A eth1\
 --port_B eth3\
 --speed_A 1024000\
 --speed_B 2048000\
 --wl_name wanlink\
 --latency_A 24\
 --latency_B 32\
 --max_jitter 50\
 --jitter_freq 6\
 --drop_freq 12\
 --log_level debug\
 --debug



Signed-off-by: Chuck SmileyRekiere <[email protected]>
Verified:
./lf_create_wanlink.py\
 --mgr 192.168.50.104\
 --mgr_port 8080\
 --port_A eth1\
 --port_B eth3\
 --speed_A 1024000\
 --speed_B 2048000\
 --wl_name wanlink\
 --latency_A 24\
 --latency_B 32\
 --max_jitter 50\
 --jitter_freq 6\
 --drop_freq 12\
 --log_level debug\
 --debug


Signed-off-by: Chuck SmileyRekiere <[email protected]>
except BaseException

Verified:
./lf_create_wanlink.py\
 --mgr 192.168.50.104\
 --mgr_port 8080\
 --port_A eth1\
 --port_B eth3\
 --speed_A 1024000\
 --speed_B 2048000\
 --wl_name wanlink\
 --latency_A 24\
 --latency_B 32\
 --max_jitter 50\
 --jitter_freq 6\
 --drop_freq 12\
 --log_level debug\
 --debug

Signed-off-by: Chuck SmileyRekiere <[email protected]>
Verified:
./lf_create_wanlink.py\
 --mgr 192.168.50.104\
 --mgr_port 8080\
 --port_A eth1\
 --port_B eth3\
 --speed_A 1024000\
 --speed_B 2048000\
 --wl_name wanlink\
 --latency_A 24\
 --latency_B 32\
 --max_jitter 50\
 --jitter_freq 6\
 --drop_freq 12\
 --log_level debug\
 --debug

Signed-off-by: Chuck SmileyRekiere <[email protected]>
@smileyrekiere smileyrekiere self-assigned this Jan 15, 2025
@smileyrekiere smileyrekiere merged commit 74afbe1 into master Jan 15, 2025
2 checks passed
@smileyrekiere smileyrekiere deleted the lf_create_wanlink branch January 15, 2025 20:18
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.

None yet

1 participant