Test: fix: firing policy name has changed
[lttng-tools.git] / tests / regression / tools / trigger / test_remove_trigger_cli
index fbfc202b6d50271eef297fe68be0aef3058af1d8..126355a09107952b4d39cc81df5f1c96c63494ff 100755 (executable)
@@ -73,16 +73,16 @@ lttng_add_trigger_ok "DEF" --condition event-rule-matches --domain=user --action
 
 cat > "${tmp_expected_stdout}" <<- EOF
 - name: ABC
-  user id: ${uid}
-  condition: event rule hit
+  owner uid: ${uid}
+  condition: event rule matches
     rule: aaa (type: tracepoint, domain: ust, filter: p == 2)
   actions:
     notify
       errors: none
   errors: none
 - name: DEF
-  user id: ${uid}
-  condition: event rule hit
+  owner uid: ${uid}
+  condition: event rule matches
     rule: * (type: tracepoint, domain: ust)
   actions:
     notify
@@ -95,8 +95,8 @@ remove_trigger "ABC"
 
 cat > "${tmp_expected_stdout}" <<- EOF
 - name: DEF
-  user id: ${uid}
-  condition: event rule hit
+  owner uid: ${uid}
+  condition: event rule matches
     rule: * (type: tracepoint, domain: ust)
   actions:
     notify
This page took 0.023479 seconds and 4 git commands to generate.