CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Mar 10 14:49:17 UTC 2011

Modified Files:
src/tests/usr.bin/shmif_dumpbus: Makefile

Log Message:
remember to install test data files too.  thanks, Paul.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/shmif_dumpbus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 11 10:35:29 UTC 2011

Modified Files:
src/tests/usr.bin/shmif_dumpbus: Makefile shmbus.bz2.uue t_basic.sh
Added Files:
src/tests/usr.bin/shmif_dumpbus: d_pcap.out.bz2.uue
d_pkthdrs.out.bz2.uue
Removed Files:
src/tests/usr.bin/shmif_dumpbus: d_pcap.out d_pkthdrs.out

Log Message:
dumdidumdum, can't generate an incompatible test busfile and assume
that test will work.  so replace the test data with something a bit
more realistic.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/shmif_dumpbus/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/usr.bin/shmif_dumpbus/d_pcap.out \
src/tests/usr.bin/shmif_dumpbus/d_pkthdrs.out
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/shmif_dumpbus/d_pcap.out.bz2.uue \
src/tests/usr.bin/shmif_dumpbus/d_pkthdrs.out.bz2.uue
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/shmif_dumpbus/shmbus.bz2.uue \
src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Mar 11 16:41:27 UTC 2011

Modified Files:
src/tests/usr.bin/shmif_dumpbus: t_basic.sh

Log Message:
get the directories right ...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Mar 13 15:40:01 UTC 2011

Modified Files:
src/tests/usr.bin/shmif_dumpbus: d_pcap.out.bz2.uue t_basic.sh

Log Message:
Use tcpdump -tt so that TZ doesn't affect the test result.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/shmif_dumpbus/d_pcap.out.bz2.uue
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-03-14 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Mar 14 09:25:01 UTC 2011

Modified Files:
src/tests/usr.bin/shmif_dumpbus: t_basic.sh

Log Message:
xfail PR bin/44721


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2011-04-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Apr 11 20:08:10 UTC 2011

Modified Files:
src/tests/usr.bin/shmif_dumpbus: t_basic.sh

Log Message:
Should no longer fail - if it still does, be sure to have a proper
/var/chroot/tcpdump/etc/protocols file installed (i.e. by running
postinstall)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2012-03-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 18 21:23:57 UTC 2012

Modified Files:
src/tests/usr.bin/shmif_dumpbus: t_basic.sh

Log Message:
say what happened.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2013-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  7 19:14:03 UTC 2013

Modified Files:
src/tests/usr.bin/shmif_dumpbus: t_basic.sh

Log Message:
don't run with -n if you expect protocol translation from number to name.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2018-04-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Apr  9 16:21:05 UTC 2018

Modified Files:
src/tests/usr.bin/shmif_dumpbus: d_pcap.out.bz2.uue t_basic.sh

Log Message:
Use tcpdump -n to avoid reverse DNS lookup. There is no point in having
different results from running this test in a networked vs. a non-networked
environment.
Adjust golden output accordingly.
Fixes PR 53150.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/shmif_dumpbus/d_pcap.out.bz2.uue
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin/shmif_dumpbus

2020-04-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr  2 00:00:16 UTC 2020

Modified Files:
src/tests/usr.bin/shmif_dumpbus: t_basic.sh

Log Message:
Add path.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/shmif_dumpbus/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.