(testsuite) Add basic ipmitool tests.

This commit is contained in:
Ville Skyttä 2010-09-23 22:43:13 +03:00
parent ba419108b7
commit 7a85f76d01
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions ipmitool

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "ipmitool "
sync_after_int
teardown