Logging level to INFO
[deliverable/lttng-ivc.git] / README
... / ...
CommitLineData
1LTTng inter-version compatibility test suite.
2============================================
3
4This project aim to provide an inter-version compatibility test suite to
5document, automate, validate behaviours of the LTTng projects between version
6and prevent unexpected regression.
7
8This project is intended to run inside a Continuous Integration environment.
9A running version will be made available on ci.lttng.org.
10
11A python3 virtual env is recommenced to run this test suite.
12
13The suite is currently run under a python 3.5.3 virtual environment situated at
14the root of the current directly under .venv.
15
16The virtualenv can be configured with the provided requirement.txt
17
18The running environment should provide all dependencies required by
19lttng-ust/lttng-tools/lttng-modules 2.7/2.8/2.9/2.10, babeltrace 1.3/1.4/1.5.
20
21Latest liburcu stable is also recommended.
22
23How to run:
24==========
25
261: python lttng_ivc/bootstrap.py
272: python lttng_ivc/build_projects.py
283: pytest -sv lttng_ivc/tests/
This page took 0.022816 seconds and 5 git commands to generate.