summaryrefslogtreecommitdiffstats
path: root/qtip
AgeCommit message (Collapse)AuthorFilesLines
2016-11-23Merge "push test results to qtip dashboard server"zhihui wu1-0/+8
2016-11-21Cli list related fixeslinux_geek2-2/+3
JIRA: QTIP-154 Change-Id: I95ab04fab35ff599c338ce07870602b58635e833 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-21push test results to qtip dashboard serverSerenaFeng1-0/+8
JIRA: QTIP-166 Change-Id: Ic9b06c5dc0065850f8d766ecb66b74835b8677df Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-11-21Architecture evolution skeletonYujun Zhang4-0/+83
- benchmarks will be driven by qtip.runner - qtip.runner is used by both qtip.cli and qtip.api - unit test for each module will be placed under tests/unit - functional tests will be moved to tests/functional - data as testing sample will be moved to tests/data NOTE: this patch moves files only, it may fails many tests. To be followed up in next step. JIRA: QTIP-148 Change-Id: I27e8169a74783970a1f7818456eb76a7311fb60c Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-18Merge changes from topics 'fix', 'cli'zhihui wu2-30/+35
* changes: Bugfix: Correct the path in setup and entry points Ansible related commands in its own module.
2016-11-17Merge "Need to go one level up to reach project/root directory for listing ↵Yujun Zhang1-1/+1
purposes."
2016-11-17Bugfix: Correct the path in setup and entry pointslinux_geek1-30/+6
JIRA: QTIP-154 Change-Id: I00320818e2d2e633c901b126775cbeb5a721f6fd Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-17Ansible related commands in its own module.linux_geek1-0/+29
JIRA: QTIP-154 JIRA: QTIP-150 Change-Id: I1bdd8d74d8978fd86ea659dae914f12874b6687d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-16Bugfix:Correct the import path in qtip_server.zhifeng.jiang3-4/+4
JIRA:QTIP-158 Change-Id: I962b01496346dc2257b069b4feffaef6dd094322 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-11-16Merge "CLI-Installation Frame work."Yujun Zhang1-0/+54
2016-11-16Merge "Rename command files."zhihui wu3-0/+0
2016-11-16CLI-Installation Frame work.linux_geek1-0/+54
JIRA: QTIP-151 Change-Id: I7ab5240e2d5b85bd98e6059717d20a812b466e4d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-15Merge "bugfix: correct the path of test_plan"zhihui wu2-6/+6
2016-11-14Need to go one level up to reach project/root directory for listing purposes.linux_geek1-1/+1
JIRA: QTIP-154 Change-Id: Ia567a847beb86919ab7118bce54f0265d587c9ac Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-14bugfix: correct the path of test_planwu.zhihui2-6/+6
JIRA: QTIP-161 Change-Id: If591c6b6d6ca1d4d7b721115c93c7b58ff7d819b Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-14bugfix: miss __init__.py under module qtipwu.zhihui1-0/+0
Due to adjust directory, __init__.py is missed for module qtip. And modify related module calls. JIRA: QTIP-161 Change-Id: I20fb366d664155e7d5ad2ac1c6241a5394afd096 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-13Rename command files.linux_geek3-0/+0
Change-Id: I5bae535e9c6c81903b91e08396a020f9a0b3132b Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-10Adjust folder structureYujun Zhang36-0/+1929
Note: this patchset may break existing features, but it will help to accelerate the refactoring work. JIRA: QTIP-131 Change-Id: Ie0cd9d185e6b02316878daef905e26f4e533a66b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>