Add condition-targeting error query
[lttng-tools.git] / tests / regression / ust / python-logging / test_python_logging.in
index 5de8dd72f72e489e75f55f0959871b0e5db3ffbd..470452260eb49132258425ab7a914e62bbe6f58f 100755 (executable)
@@ -693,13 +693,14 @@ 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)
+           errors: none
          actions:
            notify
              errors: none
This page took 0.024105 seconds and 4 git commands to generate.