diff options
author | William Cohen <wcohen@redhat.com> | 2009-09-04 10:33:56 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-09-04 10:33:56 -0400 |
commit | ee12772bc817283f8045c9e9e66332c9343a06ca (patch) | |
tree | 8f2180123ca206aa6e5ad0379aa430ba3b4fa503 /testsuite | |
parent | a5d268f35032292b8f85cc75a316930ed0b95aab (diff) | |
download | systemtap-steved-ee12772bc817283f8045c9e9e66332c9343a06ca.tar.gz systemtap-steved-ee12772bc817283f8045c9e9e66332c9343a06ca.tar.xz systemtap-steved-ee12772bc817283f8045c9e9e66332c9343a06ca.zip |
Get tcpdumplike.stp tested on "make check"
Diffstat (limited to 'testsuite')
-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" |