diff options
Diffstat (limited to 'debian/tests/smoke')
-rw-r--r-- | debian/tests/smoke | 8 |
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 |