From 83750eee8f8c4af04b258a1f1948f6f65e31ab47 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Mon, 9 Apr 2018 22:39:43 +0530 Subject: Add CRUD funtionalities for results in testapiclient Tests included Change-Id: If0bcac51391c2f2debd27831f10ef89e417f9ad1 Signed-off-by: thuva4 --- testapi/testapi-client/setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testapi/testapi-client/setup.cfg') diff --git a/testapi/testapi-client/setup.cfg b/testapi/testapi-client/setup.cfg index b89fba4..ee1ba54 100644 --- a/testapi/testapi-client/setup.cfg +++ b/testapi/testapi-client/setup.cfg @@ -64,6 +64,10 @@ testapi = deployresult get = testapiclient.cli.deployresults:DeployresultGet deployresult getone = testapiclient.cli.deployresults:DeployresultGetOne + result create = testapiclient.cli.results:ResultCreate + result get = testapiclient.cli.results:ResultGet + result getone = testapiclient.cli.results:ResultGetOne + [egg_info] tag_build = tag_date = 0 -- cgit 1.2.3-korg