Module Name:src
Committed By: roy
Date: Fri Sep 18 16:33:49 UTC 2020
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
arp tests: Delete ARP entry after failed ping test
As it might hang around in WAITDELETE for a few seconds.
To generate a diff of this commit:
c
Module Name:src
Committed By: roy
Date: Thu Sep 17 11:51:01 UTC 2020
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
arp_rtm: Only ping once
Pointless doing 10 pings.
On a slow system, it's possible that many RTM_MISS messages could
overflow into the next test.
Module Name:src
Committed By: roy
Date: Tue Sep 15 11:19:10 UTC 2020
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Don't check lifetime when testing published
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/tests/net/arp/t_arp.sh
Please note
Module Name:src
Committed By: roy
Date: Sun Sep 13 14:36:32 UTC 2020
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
arp test: Use the ndp cache expiration test in place of the old one
As the logic is the same.
While here, GC some variables and comment out a redu
Module Name:src
Committed By: ozaki-r
Date: Fri Apr 6 09:23:36 UTC 2018
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add tests for GARP without DAD
Additionally make the existing tests for GARP more explicit.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: ozaki-r
Date: Fri Apr 6 09:21:57 UTC 2018
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Improve packet checks and error reporting
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/tests/net/arp/t_arp.sh
Please no
Module Name:src
Committed By: kre
Date: Thu Nov 23 06:22:12 UTC 2017
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Clean up the arp_rtm subtest...
1. Be assertive when claiming the pid of the background route monitor command,
not polite... (ie: $! will give
Module Name:src
Committed By: ozaki-r
Date: Wed Jun 21 03:10:42 UTC 2017
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Set net.inet.arp.keep only if it's required
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/tests/net/arp/t_arp.sh
Please
Module Name:src
Committed By: ozaki-r
Date: Sat Mar 11 02:01:10 UTC 2017
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
Improve test stability and output messages on failure
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/net/arp/t_dad.s
Module Name:src
Committed By: ozaki-r
Date: Wed Mar 8 05:30:56 UTC 2017
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
Improve test stability and output messages on failure
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/net/arp/t_dad.s
Module Name:src
Committed By: ozaki-r
Date: Thu Nov 24 11:34:51 UTC 2016
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
Add missing bus argument for extract_new_packets
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/arp/t_dad.sh
Pl
Module Name:src
Committed By: christos
Date: Wed Sep 14 16:00:10 UTC 2016
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
adjust for new ifconfig output.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/arp/t_dad.sh
Please note that dif
Module Name:src
Committed By: christos
Date: Tue Aug 23 16:03:45 UTC 2016
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
no functional change
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/net/arp/t_arp.sh
Please note that diffs are no
Module Name:src
Committed By: kre
Date: Wed Aug 10 22:05:07 UTC 2016
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
+ -lrumpdev
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/arp/t_dad.sh
Please note that diffs are not public domain;
Module Name:src
Committed By: ozaki-r
Date: Mon Apr 18 02:27:34 UTC 2016
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add a test case for static ARP
It tests receiving an ARP request that has a spa (i.e., IP address) whose
ARP entry already exists in the table
Module Name:src
Committed By: ozaki-r
Date: Fri Mar 4 04:18:44 UTC 2016
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Improve tests of proxy arp
The tests make it clear how it behaves though, I don't know if the current
behavior is what it should be.
To gene
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 25 03:23:15 UTC 2016
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add basic tests for Proxy ARP
The tests don't much enough and need more realitic tests, for example
tests for a setup using ppp found in PR 44
Module Name:src
Committed By: ozaki-r
Date: Wed Dec 2 06:05:14 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Make checks strict
rump.arp should fail with File exists (EEXIST).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/ne
Module Name:src
Committed By: ozaki-r
Date: Mon Aug 31 08:08:20 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Reflect the current ARP cache implementation in tests
net.inet.arp.prune and net.inet.arp.refresh were obsoleted.
To generate a diff of this
Module Name:src
Committed By: ozaki-r
Date: Tue Aug 25 02:24:34 UTC 2015
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
Give a chance to send a DAD announce packet
ifconfig -w ensures IP addresses have left tentative state, however,
it doesn't guarantee that a D
Module Name:src
Committed By: ozaki-r
Date: Thu Aug 13 10:22:21 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Reflect a fix on rt_refcnt
The test was adjusted based on wrong behavior.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/te
Module Name:src
Committed By: ozaki-r
Date: Fri Aug 7 05:32:12 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Check MAC address of ARP caches additionally
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/arp/t_arp.sh
Please n
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 31 10:16:36 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Return 0 explicitly to avoid unexpected failures when $DEBUG=false
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 31 02:39:12 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add tests of cache overwriting
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/arp/t_arp.sh
Please note that diffs
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 31 02:35:09 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add tests for temp option
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/arp/t_arp.sh
Please note that diffs are
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 31 00:23:54 UTC 2015
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
Remove remaining debug code
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/arp/t_dad.sh
Please note that diffs ar
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 31 00:22:44 UTC 2015
Modified Files:
src/tests/net/arp: t_dad.sh
Log Message:
Fix cleanup; halt all running rump_servers
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/arp/t_dad.sh
Please not
Module Name:src
Committed By: ozaki-r
Date: Thu Jul 30 08:41:18 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add tests for arp -a option
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/arp/t_arp.sh
Please note that diffs ar
Module Name:src
Committed By: ozaki-r
Date: Thu Jul 30 05:43:43 UTC 2015
Modified Files:
src/tests/net/arp: Makefile
Log Message:
Fix TESTS_SH assignment
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/arp/Makefile
Please note that diffs are no
Module Name:src
Committed By: ozaki-r
Date: Thu Jul 30 02:51:05 UTC 2015
Modified Files:
src/tests/net/arp: t_arp.sh
Log Message:
Add tests for GARP
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/arp/t_arp.sh
Please note that diffs are not pub
30 matches
Mail list logo