Add command line argument masking for exec_cmd 33/15733/2
authorPeter Barabas <peter.barabas@ericsson.com>
Thu, 16 Jun 2016 11:19:43 +0000 (13:19 +0200)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Thu, 16 Jun 2016 13:36:29 +0000 (13:36 +0000)
commitb89bb115265ecda35dac2f9d4356bfbf0368faed
tree913d8a4b6b3fb525348436089bd6a239e32230ed
parent294150c7f9e36477ff0a25f947fb2c8002999a3b
Add command line argument masking for exec_cmd

exec_cmd() now takes 2 additional optional arguments: mask_args and
mask_str. The former expects an array of positions to mask, the latter
expects a string to be used as mask.

Change-Id: I445141a68929a0d2837e7692ce8b4d071154cfa7
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
deploy/common.py