summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/models/testcase_models.py
AgeCommit message (Collapse)AuthorFilesLines
2018-01-09Design the scenario create methodSerenaFeng1-2/+4
design scenario create method in modal way. design scenario page. Add,delete for installers,versions, projects, customs, trust indicators and scores are implemented. tests are not included. validations are not added. Change-Id: I999229c00869fcd5a4efa97cb2679a08fc24b271 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-01-04simplify test_testcase.py using eq and templatesSerenaFeng1-47/+22
Change-Id: If1d1e3e22be0ddbb92f0e3b927ea4e376f0a8c89 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-10-27divide resources into handlers and modelsSerenaFeng1-0/+95
divide resources into handlers&models put ui handlers into handlers directory put User into user_models.py Change-Id: I3d9e260097205213c3ea8d4eac08b9019e017f71 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>