X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fpython-logging%2Ftest_python_logging.in;fp=tests%2Fregression%2Fust%2Fpython-logging%2Ftest_python_logging.in;h=be0422cf037884533e8716ee3a065aac3f5b0da8;hp=5de8dd72f72e489e75f55f0959871b0e5db3ffbd;hb=695f70446965aeac8b1118bb08d572630c96114d;hpb=cade690d4a2d1c398be9a519295de5b959c3f8bc diff --git a/tests/regression/ust/python-logging/test_python_logging.in b/tests/regression/ust/python-logging/test_python_logging.in index 5de8dd72f..be0422cf0 100755 --- a/tests/regression/ust/python-logging/test_python_logging.in +++ b/tests/regression/ust/python-logging/test_python_logging.in @@ -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