Test: fix: firing policy name has changed
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 May 2021 19:52:50 +0000 (15:52 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 May 2021 20:00:15 +0000 (16:00 -0400)
The firing policy name from "after every" to "every" in 4edabba83. The
tests are adapted to reflect this change.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ic563c8ce959a6876e1300079ed236c83072efc58

tests/regression/tools/trigger/test_list_triggers_cli

index cb7a3b4760d68f0c0da14c27ba2890a685228314..1ca35356ec9aa99b00d503062bb29fd20110ac8e 100755 (executable)
@@ -575,7 +575,7 @@ test_snapshot_action ()
          condition: event rule matches
            rule: some-event (type: tracepoint, domain: ust)
          actions:
-           snapshot session \`ze-session\`, rate policy: after every 10 occurrences
+           snapshot session \`ze-session\`, rate policy: every 10 occurrences
              errors: none
          errors: none
        - name: T9
@@ -621,7 +621,7 @@ test_notify_action ()
          condition: event rule matches
            rule: some-event (type: tracepoint, domain: ust)
          actions:
-           notify, rate policy: after every 10 occurrences
+           notify, rate policy: every 10 occurrences
              errors: none
          errors: none
        EOF
This page took 0.026901 seconds and 5 git commands to generate.