mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
regression_test: Remove unused flag
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ Help()
|
|||||||
|
|
||||||
pip3 install --user -r ../requirements.txt --upgrade
|
pip3 install --user -r ../requirements.txt --upgrade
|
||||||
|
|
||||||
while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:L:H:" option; do
|
while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:H:" option; do
|
||||||
case "${option}" in
|
case "${option}" in
|
||||||
h) # display Help
|
h) # display Help
|
||||||
Help
|
Help
|
||||||
@@ -62,9 +62,6 @@ while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:L:H:" option; do
|
|||||||
DUT5=${OPTARG}
|
DUT5=${OPTARG}
|
||||||
DUT2=${OPTARG}
|
DUT2=${OPTARG}
|
||||||
;;
|
;;
|
||||||
L)
|
|
||||||
LANFORGE_DUT=${OPTARG}
|
|
||||||
;;
|
|
||||||
H)
|
H)
|
||||||
./lf_help_check.bash
|
./lf_help_check.bash
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user