Add resource resolution gRPC client. 40/100740/2
authorMarek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Thu, 23 Jan 2020 15:27:26 +0000 (15:27 +0000)
committerKAPIL SINGAL <ks220y@att.com>
Fri, 24 Jan 2020 14:59:47 +0000 (14:59 +0000)
commit5064cb8bc7c7890283f810fbe27b284e5581c641
treea9b5813c52e5797c08c3028ef3e7f3c936f6649e
parent95000d792e2e5001c7f566b0dedff997dc649ab8
Add resource resolution gRPC client.

Adds a python module that contains new resource resolution client that
should replace previous helpers done in Jython.

Issue-ID: CCSDK-1989
Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Change-Id: I48b22acdc7fec31f28de84232c5b6b37124a0c2a
ms/py-executor/.coveragerc [new file with mode: 0644]
ms/py-executor/resource_resolution/README [new file with mode: 0644]
ms/py-executor/resource_resolution/__init__.py [new file with mode: 0644]
ms/py-executor/resource_resolution/client.py [new file with mode: 0644]
ms/py-executor/resource_resolution/tests/__init__.py [new file with mode: 0644]
ms/py-executor/resource_resolution/tests/client_test.py [new file with mode: 0644]
ms/py-executor/test-requirements.txt [new file with mode: 0644]
ms/py-executor/tox.ini [new file with mode: 0644]