summaryrefslogtreecommitdiff
path: root/debian/tests/smoke
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-03-12 10:49:54 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-03-12 10:49:54 +0100
commit85f2a92945ef7e412079bd9f6c702e7a6468a0ff (patch)
tree59e845a750f68768339dcad444e500b7fe0d68e7 /debian/tests/smoke
parent6bca140f75532a38120a0921e599940ba024fee5 (diff)
Add dep8 tests
Diffstat (limited to 'debian/tests/smoke')
-rw-r--r--debian/tests/smoke8
1 files changed, 8 insertions, 0 deletions
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