summaryrefslogtreecommitdiff
path: root/cxmanage_api/tests
Commit message (Collapse)AuthorAgeFilesLines
* nojira: Clean up pylint warnings in cxmanage_api.testsGeorge Kraft2013-12-1615-171/+191
| | | | | | | | | | I moved a bunch of the in-line pylint suppression to the top of the modules instead. I find the comments get in the way of readability, which sort of defeats the whole purpose. Doing module-level suppression at least gets those comments out of the way, but isn't ideal either. We really should just leave the warnings there.
* CXMAN-261: Update Node and Fabric to use Credentials objectsGeorge Kraft2013-12-112-7/+5
|
* CXMAN-261: Add a Credentials class and unit tests for itGeorge Kraft2013-12-111-0/+69
|
* CXMAN-263: Remove the cxmanage_api.dummy packageGeorge Kraft2013-12-0711-33/+1059
| | | | Put the dummies back in cxmanage_api.tests. They kinda go together.
* CXMAN-263: Add unit tests for the Dummy classGeorge Kraft2013-12-071-0/+105
| | | | | | | | Unit testing our unit testing framework! Whoa! Actually, Dummy doesn't have much code, but has been pretty hard to wrap my head around. So, here are some tests to assert that it behaves correctly.
* CXMAN-263: Refactor DummyNode to use the generic DummyGeorge Kraft2013-12-051-23/+37
| | | | Trimming away more .executed stuff!
* CXMAN-263: Move DummyNode from fabric_test into the dummy packageGeorge Kraft2013-12-051-282/+6
|
* CXMAN-263: Rename "dummies" subpackage to "dummy"George Kraft2013-12-052-2/+2
| | | | I like it a little better.
* CXMAN-263: Refactor DummyBMC to use the generic Dummy classGeorge Kraft2013-12-052-76/+69
| | | | | Also fixed node_test and fabric_test to work with it. We don't have to manually maintain an "executed" list anymore! YAY
* CXMAN-263: Factor dummies out of node_testGeorge Kraft2013-12-042-678/+9
| | | | | DummyBMC, DummyUbootEnv, and DummyIPRetriever. Each gets its own file, and they're now moved to cxmanage_api.dummies. Yay
* CXMAN-264: Rename cxmanage_test to cxmanage_api.testsGeorge Kraft2013-12-046-0/+2194
So everything is a subpackage of cxmanage_api! Whoo