summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09unify message promptSerenaFeng4-55/+45
Change-Id: I31a10c0aa92a72fdbd76475e6f618f63fef9b925 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-09Merge "remove unwanted params from arguments"Serena Feng1-5/+3
2018-03-09Merge "Fix the error in testapiclient delete"Serena Feng1-1/+1
2018-03-08remove unwanted params from argumentsthuva41-5/+3
Remove -name from GetOne and Delete command arguments Change-Id: I163444467e0bac95df2d11f5bddda6bc441c4c21 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-08Do not need to check if user has existing sessionthuva41-9/+11
We are currently checking no matter user has a session or not.Fix it. Current implemetation don't allow user to use existing session. Fix it. Change-Id: I5c1bf2bf9b3475f4723d7e136a60effd4287199d Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-08Fix the error in testapiclient deletethuva41-1/+1
Fix delete operation in testapiclient Change-Id: I11b338629bdc81771b7ce911e7de1c3776fef063 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-08refactor url procesSerenaFeng5-31/+66
Change-Id: I8a253cc921875b810b954abafaad84f61f559ef5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07refactor config process in testapiclientSerenaFeng6-27/+9
substitue config file with env variable Change-Id: Ie8243a7dd429708998bde9d612c9a4552a76c14f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07simply user session processSerenaFeng3-30/+25
Change-Id: I1e6a95cb97f54ec633933c73c4b8d7055f34336f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07simply http client processSerenaFeng3-12/+24
Change-Id: I85b87be7d57b7c3ecb087b27729bc86934283366 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07apply openstack import ruleSerenaFeng5-45/+47
Change-Id: I765a3aa64906cfa6d8f21ee7b7f2510d6c4ad7a2 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07leverage authenticate decorator to identity checkSerenaFeng5-51/+31
Change-Id: If9248161ecb02153d0685c8f4325be96f2f1d5da Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07leverage testapiclient.command to process common auth parserSerenaFeng6-84/+73
Change-Id: I7a2491278db64a2a09da02accb22613305fc6d7c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07add too long line check in pep8SerenaFeng8-37/+121
Change-Id: I13bd62699c14bb504751b2e1149de0812b771ba0 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-02-11add projects in testapi clientthuva41-0/+104
Add CRUD functionalities for projects in testapi client Change-Id: I9db23625a7ef12385f42266e68c1d9ffca74fd2c Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-02-08create Testapi clientthuva48-0/+233
implement auth in testapi client implement pods in testapi client Change-Id: Idd5c9dcf938ad5994e655b55d49625ab462ab710 Signed-off-by: thuva4 <tharma.thuva@gmail.com>