aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide
AgeCommit message (Collapse)AuthorFilesLines
2018-04-18update documentszhihui wu2-101/+0
- fix outdated info - correct mistakes Change-Id: I8ac41e69d4ba6c2120c74c1af405083918282e21 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-04-13Revert "delete the code which will not included in Fraser"zhihui wu2-0/+101
This reverts commit b34030013f9af4c40fd79850a85957c842e76595. Change-Id: Ief09eaa4b009a47d7509f548fc1117bb4839d2ba Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-04-08delete the code which will not included in Fraserzhihui wu2-101/+0
- legacy code - the function of network test isn't completed. - outdated documents Change-Id: Id59d35f6985d876ef09aef0845dde38ae19b589a Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-08-30Merge "Add developer guide for QTIP-WEB services"Yujun Zhang2-0/+101
2017-08-28Add developer guide for QTIP-WEB servicesakhilbatra8982-0/+101
Change-Id: Idadd343367841cfa9e10b5f6f3d3a9ccc0917d5a Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
2017-08-26Move storage-qpi proposal to devguideYujun Zhang2-0/+113
Change-Id: I91402f15ac3fafce112c2568e0e3b8b3464ba1d5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-06-29Amend compute QPI design documentYujun Zhang1-19/+16
- keep it consistent with yaml specification - fix typo in content Change-Id: I71a56d792fdd9a1310eadcd2628ae6faf528135f Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-05-15Update readme of running with native `ansible-playbook` commandYujun Zhang2-0/+156
Change-Id: Idd021dd6301c7ced7658460622ba4961b071c3c2 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-26Add developer guide for frameworkYujun Zhang2-0/+82
Change-Id: Iff4a45847ef12320afd3e64acfe32152e6ca0595 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-11Add document about how to release QTIP Python packageTaseer1-0/+11
JIRA: QTIP-240 Change-Id: Ie946504d9e52a889bc1dfe97248d45c205b1069f Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-04-02Add instructions for releasingYujun Zhang1-0/+31
Change-Id: I9a76b0eaec0ba7630fc6915197c71ff93a62c1e3 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-04-02Add instructions about branchingYujun Zhang1-0/+19
Change-Id: Iecaabe34dcc2eabf520d0b2793edad26b4b0df79 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-31Fix document titleYujun Zhang1-3/+3
Change-Id: Ie4865676420fc573ebba6f019f5bbfafdf3e38b4 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-30Normalize all section headersYujun Zhang5-32/+33
- folder with `index.rst` for parts, using # with overline for heading - `*.rst` file for chapter, using * with overline for heading In each *.rst file, use the following token for heading - =, for sections - -, for subsections - ^, for subsubsections - ", for paragraphs Change-Id: I6c247c1f1e27e891d0dade099195ef521f7dbb72 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-29Add more content to developer overviewYujun Zhang1-15/+78
- copy "Coding Style" from `CONTRIBUTING.md` - copy "Testing" from `DEVELOP.md` - add links of primary packages Change-Id: Ia4da2c610a3ceb41ec710904e9437b0449d0a46f Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-28Merge "Add API docs"Yujun Zhang1-2/+237
2017-03-27Add overview in developer guideYujun Zhang2-0/+28
Change-Id: I491f921d87cf0cec3bbef5a78e9f3065b1e012a1 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-27Add API docsakhilbatra8981-2/+237
- Add developer guide for API - Add user guide for API - Add api to user guide doctree JIRA: QTIP-234 Change-Id: Id388f82c52e31b3c75599ab846e64431be8083b7 Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
2017-03-23Rename docs/testing/developer/design to docs/testing/developer/devguideYujun Zhang7-0/+203
See https://git.opnfv.org/opnfvdocs/tree/docs/testing/testing-dev.rst Change-Id: Iac14adf4a2876fd74972dcf6279f7022e92cb9b5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>