Skip to content

Commit

Permalink
test/apiv2: add a simple events test
Browse files Browse the repository at this point in the history
Add a simple test to exercise the events API without the "filters"
parameter.  Prevents regressing on containers#7078.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Jul 27, 2020
1 parent 5ee35ca commit 724a09e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/apiv2/01-basic.at
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ else
_show_ok 0 "Time for ten /info requests" "<= 5 seconds" "$delta_t seconds"
fi

# Simple events test (see #7078)
t GET "events?stream=false" 200
t GET "libpod/events?stream=false" 200

# vim: filetype=sh

0 comments on commit 724a09e

Please sign in to comment.