diff options
author | Abdulwasiu Apalowo <abdulwasiuapalowo@gmail.com> | 2022-08-18 12:13:17 +0100 |
---|---|---|
committer | Abdulwasiu Apalowo <abdulwasiuapalowo@gmail.com> | 2023-01-10 14:19:02 +0100 |
commit | f59b6fb9ce9ccc47931720e6575e449a656aaae0 (patch) | |
tree | 0e7c7412a0152cf538fcd35947f64bdfc8c7897b | |
parent | d6ab8437b80f7c0633c357f4f2bbf0baeca0d3ec (diff) | |
download | libvirt-ci-f59b6fb9ce9ccc47931720e6575e449a656aaae0.zip libvirt-ci-f59b6fb9ce9ccc47931720e6575e449a656aaae0.tar.gz libvirt-ci-f59b6fb9ce9ccc47931720e6575e449a656aaae0.tar.bz2 |
tests: check container engines subcommand
Check that "lcitool container engines" returns
a status code of zero (0).
Signed-off-by: Abdulwasiu Apalowo <abdulwasiuapalowo@gmail.com>
-rw-r--r-- | tests/test_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py index 1ae7863..409c86a 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -16,6 +16,7 @@ cli_args = [ ["variables", "almalinux-8", "osinfo-db-tools"], ["dockerfile", "almalinux-8", "osinfo-db-tools"], ["manifest", "-n", Path(__file__).parent.parent.joinpath("examples", "manifest.yml")], + ["container", "engines"] ] |