Tests: add a recording rule listing test
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 15 Jun 2023 20:38:08 +0000 (16:38 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Jun 2023 18:08:22 +0000 (14:08 -0400)
commit03f7bb03e6c63b16e2992a53b4d9abab80fce07f
tree13b177cf509a6a869e7b3db527be123800ed7c2c
parentdcd24bbf7dbc74e3584d1d0d52715e749023c452
Tests: add a recording rule listing test

Add a test that validates that recording rules can be added to a channel
and listed back. Most of the changes are to the lttngtest package in
order to provide the requisite capabilities to the test itself.

This test is also intended as a reproducer for #1373.

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