summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/pods.py
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09unify message promptSerenaFeng1-12/+7
Change-Id: I31a10c0aa92a72fdbd76475e6f618f63fef9b925 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
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-08refactor url procesSerenaFeng1-10/+13
Change-Id: I8a253cc921875b810b954abafaad84f61f559ef5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07refactor config process in testapiclientSerenaFeng1-2/+2
substitue config file with env variable Change-Id: Ie8243a7dd429708998bde9d612c9a4552a76c14f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07simply user session processSerenaFeng1-4/+1
Change-Id: I1e6a95cb97f54ec633933c73c4b8d7055f34336f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07simply http client processSerenaFeng1-5/+1
Change-Id: I85b87be7d57b7c3ecb087b27729bc86934283366 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07apply openstack import ruleSerenaFeng1-13/+11
Change-Id: I765a3aa64906cfa6d8f21ee7b7f2510d6c4ad7a2 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07leverage authenticate decorator to identity checkSerenaFeng1-13/+4
Change-Id: If9248161ecb02153d0685c8f4325be96f2f1d5da Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07leverage testapiclient.command to process common auth parserSerenaFeng1-29/+17
Change-Id: I7a2491278db64a2a09da02accb22613305fc6d7c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07add too long line check in pep8SerenaFeng1-12/+37
Change-Id: I13bd62699c14bb504751b2e1149de0812b771ba0 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-02-08create Testapi clientthuva41-0/+87
implement auth in testapi client implement pods in testapi client Change-Id: Idd5c9dcf938ad5994e655b55d49625ab462ab710 Signed-off-by: thuva4 <tharma.thuva@gmail.com>