Test: client: start, stop, destroy: add tests for --glob/--all
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 21 Apr 2023 19:48:56 +0000 (15:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Apr 2023 17:55:24 +0000 (13:55 -0400)
commitb978006283473456b0e545d1c21de60d3e298dc5
tree96aa5cfb6bc019cdee1bc93bf7c52f115228ac98
parent767954d25dee78ad2c5ccfc1ee40a5dbb157ca21
Test: client: start, stop, destroy: add tests for --glob/--all

Test the CLI client's start, stop, and destroy commands along with their
--all and --glob options.

The tests validate that only the targeted sessions are affected by the
various commands and that the commands don't error-out when multiple
sessions are targetted.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ie39e999608a063cc4573d790120fbe0896917d6f
configure.ac
tests/regression/Makefile.am
tests/regression/tools/Makefile.am
tests/regression/tools/client/Makefile.am [new file with mode: 0644]
tests/regression/tools/client/test_session_commands.py [new file with mode: 0755]
tests/utils/lttngtest/lttng.py
tests/utils/lttngtest/lttngctl.py
This page took 0.025194 seconds and 4 git commands to generate.