Improving py-scripts files to fix errors with regression test

updating to_pip.sh

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-10-04 11:51:02 -07:00
parent 8f2fa4bf8c
commit 097d2f42f5
10 changed files with 235 additions and 229 deletions

View File

@@ -68,7 +68,7 @@ def main():
---------------------
Generic command ''')
parser.add_argument('--radio', help='radio EID, e.g: 1.wiphy2')
parser.add_argument('--qvlan_parent', help='specifies parent port for qvlan creation', default=None)
parser.add_argument('--qvlan_parent', help='specifies parent port for qvlan creation', default=None, required=True)
parser.add_argument('--first_port', help='specifies name of first port to be used', default=None)
parser.add_argument('--num_ports', help='number of ports to create', default=1)
parser.add_argument('--first_qvlan_ip', help='specifies first static ip address to be used or dhcp', default=None)