aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28Merge "Add overview in developer guide"Yujun Zhang2-0/+28
2017-03-28Merge "remove replicated dependencies"zhihui wu1-6/+3
2017-03-28update user docswu.zhihui2-95/+103
Change-Id: I7a7a1343c457fe1c3063dfeafa079154d495eac0 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-27Add info about selective runningTaseer1-0/+6
Change-Id: Ic5f7969c3d3969b7790d17beec10d73991ca8d08 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
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-27remove replicated dependenciesSerenaFeng1-6/+3
Change-Id: Ie82153d201a06e7008465a5ea116b389dc1311c6 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-27cite danube.rst in index.rstSerenaFeng1-0/+1
Change-Id: I00aa92a22e4e6aabd69463f3dd97d5d4a58f1e3a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-27Add API docsakhilbatra8983-2/+329
- 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-27Align folder structure `docs/testing/developer` to opnfvdocs templateYujun Zhang3-0/+1
Change-Id: I9ce069cf4b5384b5788ca7cfc70e4188519667d5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-26Update ssh-key requestakhilbatra8981-1/+1
Change-Id: I86e6a5fa020439ee9eca95ea767c241c1e41703d Signed-off-by: akhilbatra898 <akhil.batra@research.iiit.ac.in>
2017-03-25Cleanup DEVELOP.mdYujun Zhang1-88/+0
- remove unecessary content - move CLI develop guide to rst document Change-Id: I20b6f458aa13f1feb1764e6c4d096ec8a9dddf49 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-25Merge "bugfix: regex for dpi"Yujun Zhang1-2/+2
2017-03-25Merge "Update CLI docs."Yujun Zhang1-4/+17
2017-03-24add qtip installation in Dockerfilewu.zhihui1-1/+1
Docker build successfully on local. And QTIP cli works well. Change-Id: I0916c73e67808ae170ff7b290b8e03b605be8e69 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-24bugfix: regex for dpiwu.zhihui1-2/+2
see: https://build.opnfv.org/ci/view/qtip/job/ qtip-os-nosdn-kvm-ha-zte-pod3-daily-danube/3/console Previous regex cann't match with log like: "nDPI throughput: 943.34 K pps / 8.86 Gb/sec". For pps, there are two type of unit: K and M. Same with bps. Change-Id: I247c8b6049cc8b264fe894538cd4f89ba544c0b8 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-24Merge "Rename docs/testing/developer/design to docs/testing/developer/devguide"Yujun Zhang7-0/+0
2017-03-24Merge "Cleanup `docs` folder"Yujun Zhang16-69/+0
2017-03-24Merge "Sync docs from stable/danube 05ef2c4f46a9dc7a704a290eb15817c80a52c2e6"Yujun Zhang11-6/+378
2017-03-24Update CLI docs.Taseer1-4/+17
- Update command to execute runner - Include reporter JIRA: QTIP-231 Change-Id: I834ac94821cea7221078fbb6160ef7467b2bd4cf Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-03-24Merge "Integrate cli, runner and reporter."zhihui wu10-80/+68
2017-03-23Merge "Create folder for TOM tool, R module for performance dataset processing"Morgan Richomme1-0/+4
2017-03-23Integrate cli, runner and reporter.Taseer10-80/+68
- Execute runner via a shell command - Change format of qtip result directory to qtip-timestamp - Add path option in reporter to match with runner JIRA: QTIP-229 Change-Id: I7d8562fd7100b1f40cdc8d53b0daa6a06a55b495 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-03-23Rename docs/testing/developer/design to docs/testing/developer/devguideYujun Zhang7-0/+0
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>
2017-03-23Cleanup `docs` folderYujun Zhang16-69/+0
- move legacy document to `/legacy/docs` - move proposals to `docs/proposal` - remove unused `.gitkeep` files Change-Id: I1ad83ae98b7a6b3bb1738ced9b1f0d22c9c296b6 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-23Sync docs from stable/danube 05ef2c4f46a9dc7a704a290eb15817c80a52c2e6Yujun Zhang11-6/+378
Change-Id: I519c002259143cc92417f34595a80889c93310e1 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-23Merge "Update CLI docs."Yujun Zhang2-0/+130
2017-03-23Merge "Fix socker connection issue in qtip docker"zhihui wu1-1/+21
2017-03-23Merge "Add unit tests for List and get in API."zhihui wu10-89/+209
2017-03-23Update CLI docs.Taseer2-0/+130
JIRA: QTIP-231 Change-Id: I44bc75239e9ff59a70ec9070092101f021a3a291 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-03-23Fix socker connection issue in qtip dockerJulien1-1/+21
ansible can not run correctly in qtip docker currently in centos. Change-Id: I92875924ae8047e20d1bb73ad655b8b8f6a59523 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-22Merge "correct the path of .ansible.cfg"Yujun Zhang1-1/+1
2017-03-22Add unit tests for List and get in API.akhilbatra89810-89/+209
- 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>
2017-03-22correct the path of .ansible.cfgwu.zhihui1-1/+1
In qtip container, /home/opnfv/ is HOME path. So the customized .ansible.cfg should be put under this directory. Change-Id: Ie0cddab9dac72fc45c14d7d3652b6863c5748260 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-21Add missing license headersYujun Zhang2-1/+10
Change-Id: Idd76277c84a6afc9a545d6e2bba39aae6e7f5d71 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-21White space control in report.Taseer1-3/+2
- Flaw: System Info and metric results at same line Packets per Second: 1.45System Information: Change-Id: I22790e4b2c65fd2ef555e1c20e602a51ea97eb3b Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-03-21Merge "mistaken delete usefuel public key"zhihui wu2-8/+14
2017-03-20mistaken delete usefuel public keywu.zhihui2-8/+14
Previously, cleanup_creds.sh will delete public keys which of comment info is "root@$hostname". It could delete useful keys by accident. In this patch, cleanup_creds.sh will only delete the key which matches the key's content. JIRA: QTIP-228 Change-Id: I1095de656570b816b7e170688acd01c27b98e74c Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-20Merge "Refactor reporter module"zhihui wu15-77/+569
2017-03-18Refactor reporter moduleTaseer15-77/+569
- Create templates for report format specific to each metric. - Outputs the details of the specified metric across all the nodes in cluster. - Timeline to be covered in a separate patch JIRA: QTIP-199 Change-Id: Ic83749725b0c9cc5bd9a7f24f21b2cd113abe0e1 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-03-18Merge "provide get_one_exceptions to unify get_xx process"Yujun Zhang2-9/+22
2017-03-17Merge "correct a mistake for os.getenv()"zhihui wu1-1/+1
2017-03-16Merge "Implement 'show' command."Yujun Zhang10-9/+55
2017-03-16correct a mistake for os.getenv()wu.zhihui1-1/+1
os.getenv returns a string not a boolean. Although you set environment variable 'CI_DEBUG=false', the cleanup will not be executed. Change-Id: I077b602069f026a4b9ef6019869ac6c29c401c21 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-15Merge "Add aarch64 patch"Yujun Zhang1-0/+33
2017-03-15provide get_one_exceptions to unify get_xx processSerenaFeng2-9/+22
add refactor get_metric() Change-Id: I972c77e63a654eeb286c573d75efe842b2887c1d Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-15Merge "add the cleanup step in runner.py"zhihui wu4-8/+26
2017-03-14Implement 'show' command.Taseer10-9/+55
- Render the description via templates JIRA: QTIP-205 Change-Id: I10523f85f80350e901a4a701bb65ca4833f8ff7c Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-03-13Add aarch64 patchCristina Pauna1-0/+33
This commit adds a patch that can be applied to the Dockerfile to adapt it for aarch64. When applied from releng, a new Dockerfile.aarch64 is created and an aarch64 qtip image is created. The aarch64 qtip image will be build with the releng fix https://gerrit.opnfv.org/gerrit/30181 JIRA: ARMBAND-219 Change-Id: I551ae7fa1d7fc23c6e5f6381d605b0b22dbec695 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-03-13add the cleanup step in runner.pywu.zhihui4-9/+27
Add the cleanup step in runner.py Change-Id: I0016986485eab5d7ab45d4a7a393bea5fb6f96b5 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-03-13optimize console infowu.zhihui3-43/+24
- use QtipLogger instead of print - delete useless print Change-Id: I1e08382a5d78ce53cf455496363bce3762b81dd2 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>