diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-03 22:34:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 22:34:33 +0000 |
commit | 1b4b01bdbb05c343b4db3272c64160296173cc81 (patch) | |
tree | b1f647f7541d76d3fef7631a87a1f7a16021d102 /test/system/005-info.bats | |
parent | cbad5616961520831b1f169f03da2a9f81203f71 (diff) | |
parent | ecf1033023aa28bd1df888edc6f8b523962ab461 (diff) | |
download | podman-1b4b01bdbb05c343b4db3272c64160296173cc81.tar.gz podman-1b4b01bdbb05c343b4db3272c64160296173cc81.tar.bz2 podman-1b4b01bdbb05c343b4db3272c64160296173cc81.zip |
Merge pull request #11122 from edsantiago/qfile
podman info: try qfile before equery
Diffstat (limited to 'test/system/005-info.bats')
-rw-r--r-- | test/system/005-info.bats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats index 4b419841e..50c3ceb30 100644 --- a/test/system/005-info.bats +++ b/test/system/005-info.bats @@ -33,12 +33,16 @@ cgroupVersion: v[12] expr_nvr="[a-z0-9-]\\\+-[a-z0-9.]\\\+-[a-z0-9]\\\+\." expr_path="/[a-z0-9\\\/.-]\\\+\\\$" + # FIXME: if we're ever able to get package versions on Debian, + # add '-[0-9]' to all '*.package' queries below. tests=" host.buildahVersion | [0-9.] host.conmon.path | $expr_path +host.conmon.package | .*conmon.* host.cgroupManager | \\\(systemd\\\|cgroupfs\\\) host.cgroupVersion | v[12] host.ociRuntime.path | $expr_path +host.ociRuntime.package | .*\\\(crun\\\|runc\\\).* store.configFile | $expr_path store.graphDriverName | [a-z0-9]\\\+\\\$ store.graphRoot | $expr_path |