This is going to take more work, but getting somewhat closer.
Stop using pytest/helpers, they are replaced by libraries.
Existing libraries are often taking a command-line-args option
as easy way to pass something to various methods. This will
have to be resolved to work with the way pytest wants to
run.
Much hard-coding needs to be removed, and specifically,
the 'set profile' logic is completley not working.
Need to use library logic that can query the eq-id based
on name (and query eq-name based on serial port/ssh, perhaps).
Need to resolve how cmd-line can take multiple APs, but
each will have different eq-id.
Signed-off-by: Ben Greear <greearb@candelatech.com>