Added docstring for documentation and usage example

This commit is contained in:
Logan Lipke
2020-12-30 17:02:58 -08:00
parent 7c4789b673
commit 52998207c5

View File

@@ -1,5 +1,12 @@
#!/usr/bin/env python3
"""
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
"""
import sys
import os