From 85f2a92945ef7e412079bd9f6c702e7a6468a0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Mar 2023 10:49:54 +0100 Subject: Add dep8 tests --- debian/tests/smoke | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/tests/smoke (limited to 'debian/tests/smoke') diff --git a/debian/tests/smoke b/debian/tests/smoke new file mode 100644 index 0000000..a2adbb2 --- /dev/null +++ b/debian/tests/smoke @@ -0,0 +1,8 @@ +#!/bin/sh +set -ex + +# dep8 smoke test for ipmitool +# Test that the ipmitool binary exists and can get the version and help page + +ipmitool -h +ipmitool -V -- cgit v1.2.3