Skip to content

Commit

Permalink
(test suite): Add basic hping3 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 20, 2017
1 parent 07cbd0d commit 9f2efc5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/completion/hping3.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assert_source_completions hping3
1 change: 1 addition & 0 deletions test/docker/Dockerfile-ubuntu14
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ RUN apt-get update && \
growisofs \
grub \
hddtemp \
hping3 \
htop \
icedtea-netx \
idn \
Expand Down
18 changes: 18 additions & 0 deletions test/lib/completions/hping3.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
proc setup {} {
save_env
}


proc teardown {} {
assert_env_unmodified
}


setup


assert_complete_any "hping3 "
sync_after_int


teardown

0 comments on commit 9f2efc5

Please sign in to comment.