X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fpython-logging%2Ftest_python_logging.in;h=470452260eb49132258425ab7a914e62bbe6f58f;hb=8ce7c93a4e83444a093f00aa7ed04c75233cd7a0;hp=5de8dd72f72e489e75f55f0959871b0e5db3ffbd;hpb=7539dcec4401832f0557f85daf6c8564615170f6;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