mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
APIv2 basic test: relax APIVersion check
It is tedious and error-prone to update the 'APIVersion=<exact>' test every time there's a minor bump. Change the test so it confirms only the major version. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -18,7 +18,7 @@ t HEAD libpod/_ping 200
|
||||
for i in /version version; do
|
||||
t GET $i 200 \
|
||||
.Components[0].Name="Podman Engine" \
|
||||
.Components[0].Details.APIVersion=3.2.0-dev \
|
||||
.Components[0].Details.APIVersion~3[0-9.-]\\+ \
|
||||
.Components[0].Details.MinAPIVersion=3.1.0 \
|
||||
.Components[0].Details.Os=linux \
|
||||
.ApiVersion=1.40 \
|
||||
|
Reference in New Issue
Block a user