From f59b6fb9ce9ccc47931720e6575e449a656aaae0 Mon Sep 17 00:00:00 2001 From: Abdulwasiu Apalowo Date: Thu, 18 Aug 2022 12:13:17 +0100 Subject: tests: check container engines subcommand Check that "lcitool container engines" returns a status code of zero (0). Signed-off-by: Abdulwasiu Apalowo --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) 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"] ] -- cgit v1.1