Skip to content

Commit

Permalink
feat: updated events assertions for podman smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
l0r1s committed Apr 18, 2023
1 parent 5caaf0e commit f942e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/smoke/0001-smoke.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ alice: count of log lines containing "imported" is at least 4 within 10 seconds


# Events assertions
alice: system event contains "A candidate was included" within 20 seconds
alice: system event matches glob "*was backed*" within 10 seconds
alice: system event matches "paraId(.)*[0-9]+" within 10 seconds
alice: system event contains "A candidate was included" within 40 seconds
alice: system event matches glob "*was backed*" within 20 seconds
alice: system event matches "paraId(.)*[0-9]+" within 20 seconds

# Custom scripts
alice: js-script ./0001-custom.js return is greater than 1 within 200 seconds
Expand Down

0 comments on commit f942e0d

Please sign in to comment.