Commit Graph

6 Commits

Author SHA1 Message Date
shivamcandela
bbefdf1056 Adding framework support for multi ap support
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-05-11 14:15:12 +05:30
shivamcandela
442608e353 Cleanup stuff
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-04-08 20:44:31 +05:30
shivamcandela
9d3239fda9 fixtures pulled as a test case
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-03-30 23:18:40 +05:30
Ben Greear
06fbba1aad pytest: Clean up some tools vs pytest breakage in that last commit.
Seems you cannot have two __init__ methods in a class, so change
code to only one one variant.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-02-11 16:18:07 -08:00
Ben Greear
55d9e99978 pytest: Start integrating with existing libraries.
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>
2021-02-11 13:18:38 -08:00
Ben Greear
4bdf061d24 Re-organize unit-test directory into new locations.
This is pure 'git mv'.  No changes were made to files.  They
will not work until we fix up the include paths again, that will
be handled in future commits.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-02-02 13:00:52 -08:00