summaryrefslogtreecommitdiffstats
path: root/tests/unit/api/plan_controller_test.py
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Deprecate plan and metric loaderYujun Zhang1-49/+0
- qtip test plan is now automaticlly generated by `qtip create`. The original way of loading plans is no longer valid - metric specs are now embedded in qpi spec, no separated loader are required now JIRA: QTIP-258 Change-Id: I768d75b014163ce060faff00f415a1cdc437ce73 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-22Add unit tests for List and get in API.akhilbatra8981-0/+49
- refactor controllers - remove abspath and other irrelvant data in response - move fixtures - refactor decorators JIRA: QTIP-226 Change-Id: I5fac5b1bc998da198098992e7ddb47ba49685f31 Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>