summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/main.py
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14save authentication with save auth_completeSerenaFeng1-1/+1
✗ testapi -u xxx -p xxxxx -v initialize_app (testapi) pod create '{}' authenticating..... Create failed: name Missing (testapi) pod create '{}' Create failed: name Missing Change-Id: I9de0949b0bf203032a7b0763e791bd0cd10de7fb Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-14bugfix: TestAPI Cookie cannot be foundSerenaFeng1-5/+20
Change-Id: Ibab60aba26e30669dddab74ce61ed00197dc86a8 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-09restructure testapiclient projectSerenaFeng1-6/+6
Change-Id: I13d24ce7b436f203a66fe14f4930e58b3ab1193c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07refactor config process in testapiclientSerenaFeng1-3/+0
substitue config file with env variable Change-Id: Ie8243a7dd429708998bde9d612c9a4552a76c14f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-07apply openstack import ruleSerenaFeng1-5/+7
Change-Id: I765a3aa64906cfa6d8f21ee7b7f2510d6c4ad7a2 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-02-08create Testapi clientthuva41-0/+40
implement auth in testapi client implement pods in testapi client Change-Id: Idd5c9dcf938ad5994e655b55d49625ab462ab710 Signed-off-by: thuva4 <tharma.thuva@gmail.com>