mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
Changed docstrings to fit script format
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Script for creating a variable number of stations and attempting to connect them to an SSID.
|
||||
- Script for creating a variable number of stations and attempting to connect them to an SSID.
|
||||
A test will run to verify stations are associated and get an IP, if these conditions are both true, the test will
|
||||
pass, otherwise, the test will fail.
|
||||
|
||||
Use './test_ipv4_connection.py' --help to see command line usage and options
|
||||
- Use './test_ipv4_connection.py' --help to see command line usage and options
|
||||
- Copyright 2021 Candela Technologies Inc
|
||||
- License: Free to distribute and modify. LANforge systems must be licensed.
|
||||
- See cookbook here: https://www.candelatech.com/....?
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user