X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2FREADME;fp=tests%2Fregression%2Fust%2Ftype-declarations%2FREADME;h=e81baf4b123117dd67aa3cfab080a038651664ba;hb=10b56aefc3e1de5cee607994f64c3b8a7d85c391;hp=0000000000000000000000000000000000000000;hpb=c82fce01c4a94b36b54149f46b1824ec10321734;p=lttng-tools.git diff --git a/tests/regression/ust/type-declarations/README b/tests/regression/ust/type-declarations/README new file mode 100644 index 000000000..e81baf4b1 --- /dev/null +++ b/tests/regression/ust/type-declarations/README @@ -0,0 +1,22 @@ +Type declarations test +----------------------------- + +This test checks if tracepoints using type declarations work correctly. + +DESCRIPTION +----------- + +This test launches a process which generates events with fields using type +declarations. + +The test makes sure the events are present and the fields have all the +correct data. + +DEPENDENCIES +------------ + +To run this test, you will need: + + - lttng-tools (with python bindings) + - babeltrace + - python 3.0 or better