summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_tempest.py
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Calculate hugepage num accoding to host's memoryAlex Yang1-1/+15
Change-Id: I49cfa3265af776e3cdea5de59096ff3257f75fb0 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-03-30Fix unit test for number of hugepagesAlex Yang1-6/+6
Change-Id: I2c7c2a9d38ed0789710ef6af371cb6663d7433cc Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-01-16support dpdk001845321-7/+21
Change-Id: I30970093bab418d679d3a3396d16aaff257272f4 Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
2017-10-30Missing parameters in tempestAlex Yang1-1/+2
In patch 45763, client parameters were missed in some functions. Change-Id: Id311e9ee6c0f7b24fe81832e2de9787e4f5693d7 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-10-19Add the unit test file test_tempest.pyzhongjun1-0/+324
1.Add the unit test file test_tempest.py and related test data file daisyrc_admin, test stub file daisyclient_stub.py for tempest.py 2.modify the tempest.py to adapt the unit test. Change-Id: Ice92ed5a01a049a1a828f7f9e13979bda4b026b7 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>