Base framework and liblttng-ust-ctl test
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:57:56 +0000 (17:57 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:57:56 +0000 (17:57 -0400)
commitde9b991ba1163882d83d4b60030014fedb8300cc
tree488602ed259d414389ffe1590a8562b3361ac07f
parent872a9a9ba0ed1751f7862ef1e7222c5d11eaeacd
Base framework and liblttng-ust-ctl test

Provide building block for building projects and a base primer for
pytest usage.

test_ust_so_name_vs_tools.py uses parametrized tests to ease the
handling of matrix testing.

Note that matrix can also be restricted to only tuples where certains
projects are constituent. This can be set under setting.py for now.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lttng_ivc/__init__.py [new file with mode: 0644]
lttng_ivc/config.yaml [new file with mode: 0644]
lttng_ivc/launch.py [new file with mode: 0644]
lttng_ivc/settings.py [new file with mode: 0644]
lttng_ivc/tests/__init__.py [new file with mode: 0644]
lttng_ivc/tests/ust_soname_vs_tools/__init__.py [new file with mode: 0644]
lttng_ivc/tests/ust_soname_vs_tools/test_ust_so_name_vs_tools.py [new file with mode: 0644]
lttng_ivc/utils/ProjectFactory.py [new file with mode: 0644]
lttng_ivc/utils/project.py [new file with mode: 0644]
lttng_ivc/utils/skip.py [new file with mode: 0644]
This page took 0.025648 seconds and 5 git commands to generate.