This will let testing run cleaner, and not lard up the system with an
ever expanding list of un-used profiles.
Does not currently work because I have to figure out how to paginate-read
profiles since there are so many of them.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This completes querying most of the things the API provides,
and also adds some un-tested methods to reboot APs and similar.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This handles command line parsing and other common tasks.
Update query_sdk to use the base class, greatly simplifying its code.
Signed-off-by: Ben Greear <greearb@candelatech.com>
More needs to be done, including dealing with pagination, but this is
a start to reading in current config state so that automated scripts
make do a better job of configuring the system.
Signed-off-by: Ben Greear <greearb@candelatech.com>