Re: [PATCH 0/2] perf test: Add tests/shell/lib/waiting.sh

From: Namhyung Kim
Date: Wed Sep 14 2022 - 12:41:27 EST


On Wed, Sep 14, 2022 at 1:02 AM Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:
>
> Hi
>
> As requested by Namhyung, move functions from test_intel_pt.sh
> to tests/shell/lib/waiting.sh, and parameterize timeouts.
>
>
> Adrian Hunter (2):
> perf test: test_intel_pt.sh: Move helper functions for waiting
> perf test: waiting.sh: Parameterize timeouts

Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks,
Namhyung


>
> tools/perf/tests/shell/lib/waiting.sh | 77 +++++++++++++++++++++++++++++++++
> tools/perf/tests/shell/test_intel_pt.sh | 68 ++---------------------------
> 2 files changed, 81 insertions(+), 64 deletions(-)
> create mode 100644 tools/perf/tests/shell/lib/waiting.sh
>
>
> Regards
> Adrian