Fix: filter tests now accept "." in identifiers
[lttng-tools.git] / tests / regression / tools / streaming / test_kernel
index 1e272c39aa92f0f48cd074b7b7637736e90c549a..d54bcedf52e995891e768a757f1da8d9e54e7d0c 100755 (executable)
@@ -47,11 +47,11 @@ function test_kernel_before_start ()
        diag "Test kernel streaming with event enable BEFORE start"
        lttng_create_session_uri
        lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME
-       start_lttng_tracing $SESSION_NAME
+       start_lttng_tracing_ok $SESSION_NAME
        # Give a second
        sleep 1
-       stop_lttng_tracing $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 }
 
 # Deactivated since this feature is not yet available where we can enable
@@ -60,12 +60,12 @@ function test_kernel_after_start ()
 {
        diag "Test kernel streaming with event enable AFTER start"
        lttng_create_session_uri
-       start_lttng_tracing $SESSION_NAME
+       start_lttng_tracing_ok $SESSION_NAME
        lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME
        # Give a second
        sleep 1
-       stop_lttng_tracing $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 }
 
 plan_tests $NUM_TESTS
This page took 0.023165 seconds and 4 git commands to generate.