CVS commit: src/tests/net/if

2017-03-16 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Mar 16 09:43:56 UTC 2017

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Add a test case of ifconfig 

I don't know if  is expected to be accepted instead of
an interface name. Please update the test case if the behavior is
just a bug and ifconfig gets fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/net/if/t_ifconfig.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/if

2017-02-16 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Feb 17 00:51:53 UTC 2017

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Make the test more stable


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/net/if/t_ifconfig.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/if

2017-02-14 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Feb 14 08:43:06 UTC 2017

Modified Files:
src/tests/net/if: Makefile t_ifconfig.sh

Log Message:
Add tests for ifconfig up/down


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/if/Makefile
cvs rdiff -u -r1.15 -r1.16 src/tests/net/if/t_ifconfig.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/if

2016-11-12 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sat Nov 12 15:12:59 UTC 2016

Modified Files:
src/tests/net/if: t_compat.c

Log Message:
Delete inappropriate \n from atd_tc_expect_fail() message


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/if/t_compat.c

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



CVS commit: src/tests/net/if

2016-11-07 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Nov  7 21:46:21 UTC 2016

Modified Files:
src/tests/net/if: t_compat.c

Log Message:
Add PR number to the expected-fail message


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/if/t_compat.c

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



CVS commit: src/tests/net/if

2016-11-06 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Nov  7 02:59:29 UTC 2016

Modified Files:
src/tests/net/if: t_compat.c

Log Message:
Mark this test as "expected failure" since rump doesn't include the
COMPAT_43 code.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if/t_compat.c

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



CVS commit: src/tests/net/if

2016-10-01 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sat Oct  1 22:15:04 UTC 2016

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Don't expect ping to complain about sending to a local address
assigned to an interface that's down - instead it just attempts
to send, and the interface never responds (as it would if it were
a remote address).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/net/if/t_ifconfig.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/if

2016-10-01 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sat Oct  1 15:35:22 UTC 2016

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Adjust tests to new output. Wait for DaD to finish before pinging.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/net/if/t_ifconfig.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/if

2016-09-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep 14 16:18:31 UTC 2016

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Ignore case in deprecated/anycast


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/if/t_ifconfig.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/if

2016-08-10 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Wed Aug 10 22:30:02 UTC 2016

Modified Files:
src/tests/net/if: t_ifconf.sh t_ifconfig.sh

Log Message:
+ -lrumpdev


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/if/t_ifconf.sh
cvs rdiff -u -r1.10 -r1.11 src/tests/net/if/t_ifconfig.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/if

2016-08-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Aug  8 14:54:28 UTC 2016

Modified Files:
src/tests/net/if: Makefile

Log Message:
This one needs librump dev (and librumpvfs) too


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

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



CVS commit: src/tests/net/if

2016-04-27 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Apr 28 01:57:45 UTC 2016

Modified Files:
src/tests/net/if: t_ifconf.sh

Log Message:
Don't depend on the order of interfaces

Instead add tests of querying varying number of interfaces
and tests of checking if removing interfaces is reflected.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if/t_ifconf.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/if

2016-04-27 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Apr 28 01:20:31 UTC 2016

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Don't depend on the order of interfaces

The kernel guarantees nothing about it.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/if/t_ifconfig.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/if

2016-02-29 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Feb 29 08:13:41 UTC 2016

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Add tests deleting active/inactive links


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/if/t_ifconfig.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/if

2015-11-19 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Nov 20 05:05:40 UTC 2015

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Set timeout of ping to reduce execution time


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/net/if/t_ifconfig.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/if

2015-11-05 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Nov  6 02:54:37 UTC 2015

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Improve test stability

"deprecated" flag may not be reflected immediately. We need to add some
delay before checking the result.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/if/t_ifconfig.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/if

2015-11-04 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Nov  5 02:57:36 UTC 2015

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Add tests for ifconfig parameters

>From s-yamaguchi@IIJ


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/if/t_ifconfig.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/if

2015-09-15 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Tue Sep 15 09:51:01 UTC 2015

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Improve test stability

ifconfig -a -v after ifconfig -a -z is expected to show '0 packets' for
all interface. However, shmif0 can receive packets between the two
operations. So we have to keep shmif0 down during such tests.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/if/t_ifconfig.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/if

2015-09-03 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu Sep  3 10:22:52 UTC 2015

Modified Files:
src/tests/net/if: t_ifconfig.sh

Log Message:
Add tests for ifconfig options

>From s-yamaguchi@IIJ (with some tweaks by me)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if/t_ifconfig.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/if

2014-12-07 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Dec  8 07:34:31 UTC 2014

Modified Files:
src/tests/net/if: Makefile

Log Message:
Fix LDADD.t_compat

This unbreaks the build.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/if/Makefile

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