CVS commit: src/tests/net/route

2019-04-18 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Apr 18 07:56:54 UTC 2019

Modified Files:
src/tests/net/route: t_change.sh

Log Message:
tests: dump kernel stats on cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/net/route/t_change.sh

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



CVS commit: src/tests/net/route

2017-12-17 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Dec 18 04:11:46 UTC 2017

Modified Files:
src/tests/net/route: t_change.sh t_route.sh

Log Message:
Adjust outputs of route's flags to include a numeric output


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/route/t_change.sh
cvs rdiff -u -r1.13 -r1.14 src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2017-06-30 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Jun 30 07:57:13 UTC 2017

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh

Log Message:
Check if ARP/NDP entries are purged when a related route is deleted


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.14 -r1.15 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2017-06-26 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jun 27 04:56:13 UTC 2017

Modified Files:
src/tests/net/route: t_flags.sh

Log Message:
Fix wrong comment


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/net/route/t_flags.sh

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



CVS commit: src/tests/net/route

2017-06-26 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jun 27 04:52:45 UTC 2017

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh

Log Message:
Check existence of ARP/NDP entries

Checking ARP/NDP entries is valid rather than checking routes.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.12 -r1.13 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2017-03-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Mar 24 04:06:19 UTC 2017

Modified Files:
src/tests/net/route: t_change.sh

Log Message:
Fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/net/route/t_change.sh

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



CVS commit: src/tests/net/route

2017-03-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Mar 24 03:47:25 UTC 2017

Modified Files:
src/tests/net/route: t_route.sh

Log Message:
Add test cases for PR kern/52077

>From s-yamaguchi@IIJ


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2017-03-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Mar 22 06:30:01 UTC 2017

Modified Files:
src/tests/net/route: t_change.sh

Log Message:
Add some tests to change flags of routes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/route/t_change.sh

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



CVS commit: src/tests/net/route

2017-03-20 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Mar 21 04:03:17 UTC 2017

Modified Files:
src/tests/net/route: t_route.sh

Log Message:
Add a test case for PR kern/52083


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2016-12-20 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Dec 21 02:46:08 UTC 2016

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh t_route.sh

Log Message:
Add ifconfig -w to improve test stability


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.11 -r1.12 src/tests/net/route/t_flags6.sh
cvs rdiff -u -r1.9 -r1.10 src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2016-08-16 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Aug 16 10:34:12 UTC 2016

Modified Files:
src/tests/net/route: t_flags6.sh

Log Message:
Fix test_lo6 because ::1 now has RTF_LOCAL assigned to it.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2016-08-10 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Wed Aug 10 23:00:39 UTC 2016

Modified Files:
src/tests/net/route: t_change.sh t_flags.sh t_flags6.sh t_route.sh

Log Message:
Add -lrumpdev so that tests work again.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/route/t_change.sh
cvs rdiff -u -r1.10 -r1.11 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.6 -r1.7 src/tests/net/route/t_flags6.sh \
src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2016-07-20 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Jul 21 02:02:30 UTC 2016

Modified Files:
src/tests/net/route: t_change.sh

Log Message:
Add some tests for route change


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/route/t_change.sh

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



CVS commit: src/tests/net/route

2016-07-20 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Jul 21 01:56:54 UTC 2016

Modified Files:
src/tests/net/route: t_change.sh

Log Message:
Remove extra grep


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/route/t_change.sh

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



CVS commit: src/tests/net/route

2016-07-20 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Jul 21 01:56:27 UTC 2016

Modified Files:
src/tests/net/route: t_change.sh

Log Message:
Make the test name self-descriptive


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/route/t_change.sh

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



CVS commit: src/tests/net/route

2016-07-08 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Jul  8 08:27:07 UTC 2016

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh

Log Message:
Fix test names


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.5 -r1.6 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2016-06-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Jun 21 10:18:27 UTC 2016

Modified Files:
src/tests/net/route: t_route.sh

Log Message:
Tweak route get outputs to make tests work

"expire" value of route get output is unexpectedly a negative value
on rump kernel for some reasons and the tests almost always fail
on babylon5. So just ignore it to make tests work for now. Should
fix it in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2016-04-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sat Apr 23 15:47:54 UTC 2016

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh

Log Message:
Return 0 for $DEBUG=false case


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2016-04-23 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sat Apr 23 08:54:21 UTC 2016

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh

Log Message:
Add more tests of RTF_REJECT


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2016-04-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Apr 22 06:24:10 UTC 2016

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh

Log Message:
Add more tests of RTF_REJECT


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.2 -r1.3 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2016-04-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Apr 21 09:46:49 UTC 2016

Modified Files:
src/tests/net/route: t_flags.sh t_flags6.sh

Log Message:
Fix tests for blackhole routes

The gateway of a blackhole route must be a loopback interface.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/route/t_flags.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/net/route/t_flags6.sh

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



CVS commit: src/tests/net/route

2016-03-27 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Mar 28 02:35:43 UTC 2016

Modified Files:
src/tests/net/route: t_route.sh

Log Message:
Make outputs informative on failure


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2016-03-27 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Mar 28 01:53:07 UTC 2016

Modified Files:
src/tests/net/route: t_route.sh

Log Message:
Add tests for "route get"


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/route/t_route.sh

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



CVS commit: src/tests/net/route

2015-05-31 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Jun  1 01:36:30 UTC 2015

Modified Files:
src/tests/net/route: t_flags.sh

Log Message:
Improve stability of route_flags_xresolve tests

Insert delays to give route monitor a chance to complete its work.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/route/t_flags.sh

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



CVS commit: src/tests/net/route

2015-05-19 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed May 20 01:30:42 UTC 2015

Modified Files:
src/tests/net/route: t_flags.sh

Log Message:
Add tests for XRESOLVE flag


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/route/t_flags.sh

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



CVS commit: src/tests/net/route

2011-02-09 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Thu Feb 10 07:47:50 UTC 2011

Modified Files:
src/tests/net/route: t_change.sh

Log Message:
Problem was fixed, don't expect to fail anymore


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/route/t_change.sh

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