testsuite: Add basic mii-diag and mii-tool test cases.

This commit is contained in:
Ville Skyttä 2011-04-28 21:17:50 +03:00
parent f8de014a3e
commit 393ab1f650
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions mii-diag

View File

@ -0,0 +1 @@
assert_source_completions mii-tool

View File

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

View File

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