PyExecutor ResourceResolution store/retrieve templates 48/106548/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 27 Mar 2020 12:16:22 +0000 (12:16 +0000)
committerDan Timoney <dtimoney@att.com>
Wed, 29 Apr 2020 19:48:16 +0000 (19:48 +0000)
commit687b9ee9bf3dd169b2e032c0aa572e93b38306ca
tree178c77b4e2ec79b93979b5400928847bcca08beb
parent57d845ac71712fd60a350f084a186e63932bc327
PyExecutor ResourceResolution store/retrieve templates

Issue-ID: CCSDK-2156
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I59df2772d004e349532a1b42c4e4abd367c13256
(cherry picked from commit daf7bf3b0726c9574f9f1b7aa34af4f199ee32c3)
12 files changed:
.vscode/settings.json [deleted file]
ms/py-executor/resource_resolution/README.md [moved from ms/py-executor/resource_resolution/README with 75% similarity]
ms/py-executor/resource_resolution/grpc/__init__.py [new file with mode: 0644]
ms/py-executor/resource_resolution/grpc/authorization.py [moved from ms/py-executor/resource_resolution/authorization.py with 100% similarity]
ms/py-executor/resource_resolution/grpc/client.py [moved from ms/py-executor/resource_resolution/client.py with 100% similarity]
ms/py-executor/resource_resolution/http/__init__.py [new file with mode: 0644]
ms/py-executor/resource_resolution/http/client.py [new file with mode: 0644]
ms/py-executor/resource_resolution/resource_resolution.py
ms/py-executor/resource_resolution/tests/authorization_interceptor_test.py
ms/py-executor/resource_resolution/tests/grpc_client_test.py [moved from ms/py-executor/resource_resolution/tests/client_test.py with 89% similarity]
ms/py-executor/resource_resolution/tests/http_client_test.py [new file with mode: 0644]
ms/py-executor/resource_resolution/tests/resource_resolution_test.py