summaryrefslogtreecommitdiffstats
path: root/tests/unit/config
AgeCommit message (Collapse)AuthorFilesLines
2017-11-08modify iterface to interface001845321-1/+1
Change-Id: I659906163ec7bb5156786269349cc819ea051754 Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
2017-09-18Some optimizations about unit testAlex Yang1-11/+6
Remove some "if/else". Rename a variables and a file. Split a testcase in two cases. Change-Id: Ic107845ac8eff41ba20e1501c93925586d6cbde9 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-09-06Eliminate hard coding about ipmi infoAlex Yang1-1/+4
1. Eliminate hard coding 2. Add ipmi info in schemas 3. Add unit test Change-Id: I4561bbc9454e02fd1de2106645db341a4129245b Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-08-31Add some unit test files test_netwrok.pyzhongjun2-0/+130
1.add the below unit test files: test_netwrok.py/test_schemas.py/test_query.py/test_utils.py 2.add the corresponding test conf file deploy_virtual_error.yml. Change-Id: I01292d4c94b9d6159597961a0cab515f57727ec3 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>