diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-27 11:46:19 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-27 15:33:26 +0200 |
commit | e2cb457e5fc1e45c84f380b5240b8cd5e9f76ce6 (patch) | |
tree | cbd3ae4c3b57c6c82b166578a3e73635bb9582ab | |
parent | 1a1f9fac06496c6414d1dc57090962b57f6eff6c (diff) | |
download | podman-e2cb457e5fc1e45c84f380b5240b8cd5e9f76ce6.tar.gz podman-e2cb457e5fc1e45c84f380b5240b8cd5e9f76ce6.tar.bz2 podman-e2cb457e5fc1e45c84f380b5240b8cd5e9f76ce6.zip |
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>
-rw-r--r-- | test/apiv2/01-basic.at | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/apiv2/01-basic.at b/test/apiv2/01-basic.at index 18ec9bbe8..79dac990a 100644 --- a/test/apiv2/01-basic.at +++ b/test/apiv2/01-basic.at @@ -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 |