X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=blobdiff_plain;f=lttng_ivc%2Ftests%2Fust_app_vs_ust_tools%2Ftest_ust_app_vs_ust_tools.py;h=c67c46231c59309e8c460e5907028d57ef7256de;hp=65564ea25249dc92d35ed6f923b210a2c1a6119c;hb=87e6d73a423c6b275cd579191904d8d01ef0cad4;hpb=69e4e7d88eeca1dafd3da6de79591f7b9e753fd5 diff --git a/lttng_ivc/tests/ust_app_vs_ust_tools/test_ust_app_vs_ust_tools.py b/lttng_ivc/tests/ust_app_vs_ust_tools/test_ust_app_vs_ust_tools.py index 65564ea..c67c462 100644 --- a/lttng_ivc/tests/ust_app_vs_ust_tools/test_ust_app_vs_ust_tools.py +++ b/lttng_ivc/tests/ust_app_vs_ust_tools/test_ust_app_vs_ust_tools.py @@ -165,6 +165,7 @@ def test_ust_app_tracing_available(tmpdir, ust_label, tools_label, outcome): runtime_app.run(cmd, cwd=app_path) # Stop tracing + runtime_tools.run('lttng stop') runtime_tools.run('lttng destroy -a') cp = runtime_tools.subprocess_terminate(sessiond) if cp.returncode != 0: @@ -240,6 +241,7 @@ def test_ust_app_regen_statedump(tmpdir, ust_label, tools_label, success): utils.create_empty_file(app_sync_end) # Stop tracing + runtime_tools.run('lttng stop') runtime_tools.run('lttng destroy -a') cp = runtime_tools.subprocess_terminate(sessiond) if cp.returncode != 0: @@ -308,6 +310,7 @@ def test_ust_app_starglobing_enabler(tmpdir, ust_label, tools_label, scenario): runtime_app.run(cmd, cwd=app_path) # Stop tracing + runtime_tools.run('lttng stop') runtime_tools.run('lttng destroy -a') cp = runtime_tools.subprocess_terminate(sessiond) if cp.returncode != 0: