Remove lttng_event_rule_tracepoint
[lttng-tools.git] / tests / regression / ust / python-logging / test_python_logging.in
index 5de8dd72f72e489e75f55f0959871b0e5db3ffbd..be0422cf037884533e8716ee3a065aac3f5b0da8 100755 (executable)
@@ -693,13 +693,13 @@ function test_python_trigger_notify_action
        diag "Test Python trigger with notify action"
 
        lttng_add_trigger_ok "my_python_trigger" \
-               --condition event-rule-matches --domain=python --action notify
+               --condition event-rule-matches --type=python --action notify
 
        cat > "${tmp_expected_stdout}" <<- EOF
        - name: my_python_trigger
          owner uid: ${uid}
          condition: event rule matches
-           rule: * (type: tracepoint, domain: python)
+           rule: * (type: python:logging)
          actions:
            notify
              errors: none
This page took 0.023414 seconds and 4 git commands to generate.