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