Improving CMD-exec err msgs/handling. 34/105634/1
authorOleg Mitsura <oleg.mitsura@amdocs.com>
Thu, 30 Jan 2020 04:39:49 +0000 (23:39 -0500)
committerDan Timoney <dtimoney@att.com>
Thu, 9 Apr 2020 12:46:12 +0000 (12:46 +0000)
commit189661821e0782434dc473788492c884a5086936
tree4f7803ecff1d671a6745472df37ac4ca30a5bc80
parent0466d6807e71c7c443f60e340445927194c0ee39
Improving CMD-exec err msgs/handling.

Issue-ID: CCSDK-2049

rev1. initial commit
rev2. added better logging/passing errors.
rev3. bugfixes
rev4. bugfix for CommandExecutorServer.prepareEnv return status was still returning bool.
(was caught only during a defective mariadb pip package install!)

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Ifbddaeb0e15857f42b121af10e30e29dec5c20b2
(cherry picked from commit 6f18499858e224a53086a049917037029e6267ee)
ms/blueprintsprocessor/functions/python-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/python/executor/ComponentRemotePythonExecutor.kt
ms/command-executor/src/main/python/command_executor_handler.py
ms/command-executor/src/main/python/command_executor_server.py
ms/command-executor/src/main/python/utils.py