Revert "dut-power: Enable streaming of results and Ctrl+C interupts."

This reverts commit 116451b08dc7ba94d4bc24b8d7a51e66d61b3bec.

Reason for revert: Caused bug b://372922498

Original change's description:
> dut-power: Enable streaming of results and Ctrl+C interupts.
>
> This is a generalized approach to ensure we do not cache any output
> of the commands run in the container.
>
> Due to limitations of the docker api we are not able the get the PID
> of the processes run with exec_run - so we have to assume only one
> of the processes is running at a time and find the PID with ps aux.
>
> This will break if the same command is running in the same container
> more than 1 time.
>
> BUG=b:368270752
> TEST=dut-control with timeout, dut-control with Ctrl+C
>
> Change-Id: Ied5cbffc3808cbfb551abed55c49606d8463e857
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/hdctools/+/5920889
> Tested-by: Keith Haddow <haddowk@chromium.org>
> Reviewed-by: Łukasz Hajec <hajec@google.com>
> Commit-Queue: Łukasz Hajec <hajec@google.com>
> Auto-Submit: Keith Haddow <haddowk@chromium.org>
> Reviewed-by: 488603086791@cloudbuild.gserviceaccount.com <488603086791@cloudbuild.gserviceaccount.com>

BUG=b:368270752

Change-Id: I4ff5ee3f5197c8520cb62110741f67e256f81cce
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/hdctools/+/5924849
Auto-Submit: Keith Haddow <haddowk@chromium.org>
Tested-by: Keith Haddow <haddowk@chromium.org>
Reviewed-by: Łukasz Hajec <hajec@google.com>
Commit-Queue: Keith Haddow <haddowk@chromium.org>
Reviewed-by: 488603086791@cloudbuild.gserviceaccount.com <488603086791@cloudbuild.gserviceaccount.com>
1 file changed