summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/cli
AgeCommit message (Collapse)AuthorFilesLines
2018-05-08Merge "Add deploy result model to testapi client"Serena Feng1-7/+5
2018-05-07Merge "Add result model to the client"Serena Feng1-6/+3
2018-05-07Merge "Add testcase model in the client"Serena Feng1-12/+7
2018-05-07Merge "Add project model in testapiclient"Serena Feng1-6/+9
2018-05-07Merge "Add scenario and scenario related models to testapi client"Serena Feng1-53/+94
2018-05-07Add deploy result model to testapi clientthuva41-7/+5
Change-Id: I53881146306087da5da967408d2a585a8775f641 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-05-07Add get functionality for the import modulethuva41-2/+5
Tested Module will deserialize the json objects from the server to Pod instance. Change-Id: I3e2cb9386f8949d544624be687ee227ae4529d72 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-05-07Add scenario and scenario related modelsthuva41-53/+94
to testapi client Change-Id: I9d1f7f19b030b8a7a762abed33e7b4f0efa0854f Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-05-07Add project model in testapiclientthuva41-6/+9
Change-Id: If238e2d22f3c895264c90579c7c4d0b442f6c82a Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-05-07Add testcase model in the clientthuva41-12/+7
Change-Id: I54b8caf8b1291229b01eb39d50c3997983dd81e9 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-05-07Add result model to the clientthuva41-6/+3
Change-Id: I0921835f8d1042b2d0c12f3972bda24736741d55 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-04-23impl import-testapiclient frameworkSerenaFeng1-2/+3
the usage: from testapiclient.client import pods pod_client = pods.PodsClient(user='test', password='pass') pod_client.create({'name': 'test-api', 'mode':'metal', 'role':'community_ci', 'details':''} from testapiclient.client import pods from testapiclient.models import pods as pm pod_client = pods.PodsClient(user='test', password='pass') pod = pm.Pods(name='test') pod_client.create(pod.__dict__) Change-Id: I6a7770d0b54f5570552a6ebbf1c42a638723997c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-04-13Add CRUD funtionalities for results in testapiclientthuva41-0/+100
Tests included Change-Id: If0bcac51391c2f2debd27831f10ef89e417f9ad1 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-04-10Add CRUD operations for deployresults with teststhuva41-0/+100
Change-Id: I679b6c1b0723ed3df2a9b0e6af5d9a149ede9987 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-23Add scores CRUD in testapiclientthuva41-0/+35
implement interface to do CRUD operations for scores in testapiclient Tests are added Change-Id: Icf73a0ecdadcd51c0457837306d24ec7851500eb Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-23Add trust indicators CRUD in testapiclientthuva41-0/+36
implement interface to do CRUD operations for trust indicators in testapiclient Tests are added Change-Id: I06b4c217d11fa55fa34387b9199aa98ac273e0a2 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-23Add customs CRUD in testapiclientthuva41-0/+99
implement interface to do CRUD operations for customs in testapiclient Tests are added Change-Id: I8a18323c2e679ab022702a607a53ad01ee60a6af Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-23Add projects CRUD in testapiclientthuva41-0/+89
implement interface to do CRUD operations for projects in testapiclient Tests are added Change-Id: I777b684b0a48a81de4555aa77bef88fd19249458 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-23CRUD operations for scenario versions inthuva41-0/+107
testapiclient Test are added Change-Id: I8be5c04f4b6baed47dbf6d229c32eff5a47a8558 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-23Add installers CRUD in testapiclientthuva41-0/+65
implement interface to do CRUD operations for installers in testapiclient Tests are added Change-Id: I025b01c5b48d5b04cfcead8ee7818c0a1752cec0 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-21Add testcases CRUD in testapiclientthuva41-0/+119
implement interface to do CRUD operations for testcases in testapiclient + tests Change-Id: I59a810b6ba496d672fdf04be465ca5581dc58a3f Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-19Add scenarios CRUD in testapiclientthuva41-0/+131
implement interface to do CRUD operations for scenarios in testapiclient + tests Change-Id: Ia952bd29e88d867a2873af79c3424953142676d3 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-14bugfix: TestAPI Cookie cannot be foundSerenaFeng3-38/+21
Change-Id: Ibab60aba26e30669dddab74ce61ed00197dc86a8 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-14bugfix: list projects failedSerenaFeng1-1/+1
Change-Id: I4d5ccdf788f2e5791a8ed46384cdba73fad500c7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-13Add tests for projects in testapiclientthuva41-8/+3
Change-Id: Id32dc102f4cc594496cb72949bc6ce1cf6bad86b Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-13format URLsSerenaFeng2-14/+10
1. unify URL query 2. unify URL format Change-Id: I4bdf13067c4f726df42a8e34b4365fed4f58924e Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-13format outputSerenaFeng2-17/+35
JIRA: RELENG-348 Change-Id: I8f6edae6ed70542f5dde45d81601c35d32af96d9 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2018-03-11Fix return value in project url - testapiclientthuva41-1/+1
Change-Id: Ia879b208027b857e543f5d4c23415da19deb94f3 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
2018-03-09restructure testapiclient projectSerenaFeng4-0/+187
Change-Id: I13d24ce7b436f203a66fe14f4930e58b3ab1193c Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>