Tests: metadata env scope values
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 5 Sep 2019 23:24:04 +0000 (19:24 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 23:39:24 +0000 (19:39 -0400)
commit382257755fa9ce1052457039989ec51a14151538
treecbc4cb917973889132c6752cc65a2453d0bf2b92
parent93245d75d76d267006dce586ebf8b186f4a48bc8
Tests: metadata env scope values

The tests extract information from the metadata env scope of the trace
and reconstruct an lttng directory hierarchy to validate that the
information found in the metadata is correct.

Testing this way simulate a viewer that must reconstruct a lttng directory
hierarchy from metadata information only. This information is mostly there
for this purpose.

While there we validate the value of other env field when possible.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
tests/regression/Makefile.am
tests/regression/tools/Makefile.am
tests/regression/tools/metadata/Makefile.am [new file with mode: 0644]
tests/regression/tools/metadata/test_kernel [new file with mode: 0755]
tests/regression/tools/metadata/test_ust [new file with mode: 0755]
tests/regression/tools/metadata/utils.sh [new file with mode: 0644]
tests/utils/utils.sh
This page took 0.024974 seconds and 4 git commands to generate.