testsuite: Add basic l2ping test case.

This commit is contained in:
Ville Skyttä 2011-05-11 23:48:09 +03:00
parent 0bc2bb5897
commit a3360f0cb8
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions l2ping

View File

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