diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-27 11:46:19 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-27 11:51:48 +0200 |
commit | 724a09e40ef2830ec730e7d3f0c729d31b030399 (patch) | |
tree | 32364b9cdcc79453bb181570c3aff9862d640f37 /test/apiv2/01-basic.at | |
parent | 5ee35ca783d55711793bdd1a101205049d08f4c8 (diff) | |
download | podman-724a09e40ef2830ec730e7d3f0c729d31b030399.tar.gz podman-724a09e40ef2830ec730e7d3f0c729d31b030399.tar.bz2 podman-724a09e40ef2830ec730e7d3f0c729d31b030399.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>
Diffstat (limited to 'test/apiv2/01-basic.at')
-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 |