diff options
author | Dave Brolley <brolley@redhat.com> | 2009-09-04 16:25:50 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-09-04 16:25:50 -0400 |
commit | 1393520fe0a1064665938bcea0d6382610a478b0 (patch) | |
tree | b05195f2a045995dc5f50fefcb4901736072dbe5 | |
parent | f78b609a2bdb878d6400aeec7f06b5e963738808 (diff) | |
parent | ee12772bc817283f8045c9e9e66332c9343a06ca (diff) | |
download | systemtap-steved-1393520fe0a1064665938bcea0d6382610a478b0.tar.gz systemtap-steved-1393520fe0a1064665938bcea0d6382610a478b0.tar.xz systemtap-steved-1393520fe0a1064665938bcea0d6382610a478b0.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
-rw-r--r-- | testsuite/systemtap.examples/network/tcpdumplike.meta | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/network/tcpdumplike.meta b/testsuite/systemtap.examples/network/tcpdumplike.meta index 8fb9fccb..0de45d5e 100644 --- a/testsuite/systemtap.examples/network/tcpdumplike.meta +++ b/testsuite/systemtap.examples/network/tcpdumplike.meta @@ -9,4 +9,5 @@ exit: user-controlled output: timed scope: system-wide description: The tcpdumplike.stp prints out a line for each TCP packet received. Each line includes the source and destination IP addresses, the source and destination ports, and flags. +test_check: stap -p4 tcpdumplike.stp test_installcheck: stap tcpdumplike.stp -c "sleep 1" |