X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftrigger%2Frate-policy%2Ftest_ust_rate_policy;fp=tests%2Fregression%2Ftools%2Ftrigger%2Frate-policy%2Ftest_ust_rate_policy;h=63993aa5150e0f007f04ebe6dec48646ef773839;hp=27d813048769e95c60be6d5f90ac235f7f3d94a1;hb=bbadb5e0b423348492c56ef7d8430087d9d9349d;hpb=7f4d5b07cf7be895b38b69073389a4fcc318ec29 diff --git a/tests/regression/tools/trigger/rate-policy/test_ust_rate_policy b/tests/regression/tools/trigger/rate-policy/test_ust_rate_policy index 27d813048..63993aa51 100755 --- a/tests/regression/tools/trigger/rate-policy/test_ust_rate_policy +++ b/tests/regression/tools/trigger/rate-policy/test_ust_rate_policy @@ -38,7 +38,7 @@ function test_rate_policy_every_n() $TRIGGER_NAME \ --condition on-event -u "tp:tptest" \ --action notify \ - --fire-every 5 + --rate-policy=every:5 # Add a trigger with a notify action for the tp:end event of the test # application. This allow us to "delimit" the reception loop for the @@ -124,7 +124,7 @@ function test_rate_policy_once_after_n() $TRIGGER_NAME \ --condition on-event -u "tp:tptest" \ --action notify \ - --fire-once-after 5 + --rate-policy=once-after:5 # Add a trigger with a notify action for the tp:end event of the test # application. This allow us to "delimit" the reception loop for the