summaryrefslogtreecommitdiffstats
path: root/tests/create_zones_test.py
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09code refactor: create_zones.pywu.zhihui1-19/+39
1. simply the process of creating aggregates in create_zones.py. 2. before creating aggregates, it will clean all aggregates firstly. TODO: It should clean up the created aggregates. It needs a big structure modification in args_handler.py. Let's do it step by step. Change-Id: I31e09e917ba83d4676f7f95d9f5186bce8d2a449 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-07-10Add some UT test cases and fix pep8 errors for create_zonezhifeng.jiang1-0/+89
JIRA:QTIP-89 Change-Id: Ic5d88a7492f89dbffbed62ce15e3a4e04b4ef2cc Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>