summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/setup.cfg
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-03-19 23:50:47 +0530
committerthuva4 <tharma.thuva@gmail.com>2018-03-19 23:50:47 +0530
commit797f5b340dd4e468ed35e260e502d6cfe48b3d20 (patch)
tree6b4345f2f1af3915d2446bcbfd78814ea9913f72 /testapi/testapi-client/setup.cfg
parent3f179ccef8a3d49993ecdec58a008054288b622b (diff)
Add scenarios CRUD in testapiclient
implement interface to do CRUD operations for scenarios in testapiclient + tests Change-Id: Ia952bd29e88d867a2873af79c3424953142676d3 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/testapi-client/setup.cfg')
-rw-r--r--testapi/testapi-client/setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/testapi/testapi-client/setup.cfg b/testapi/testapi-client/setup.cfg
index 72a5a57..a0d5e0d 100644
--- a/testapi/testapi-client/setup.cfg
+++ b/testapi/testapi-client/setup.cfg
@@ -26,6 +26,12 @@ testapi =
project delete = testapiclient.cli.projects:ProjectDelete
project put = testapiclient.cli.projects:ProjectPut
+ scenario create = testapiclient.cli.scenarios:ScenarioCreate
+ scenario get = testapiclient.cli.scenarios:ScenarioGet
+ scenario getone = testapiclient.cli.scenarios:ScenarioGetOne
+ scenario delete = testapiclient.cli.scenarios:ScenarioDelete
+ scenario put = testapiclient.cli.scenarios:ScenarioPut
+
[egg_info]
tag_build =
tag_date = 0