mirror of
https://github.com/containers/podman.git
synced 2025-07-02 16:57:24 +08:00
test/apiv2: add a simple events test
Add a simple test to exercise the events API without the "filters" parameter. Prevents regressing on #7078. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user