Commit Graph

19 Commits

Author SHA1 Message Date
ozaki-r
95dd9007db Commonalize and add tests of creating/destroying interfaces 2018-02-01 05:22:01 +00:00
ozaki-r
16ca3747e1 Use the utility functions for rump_server 2017-03-28 01:27:46 +00:00
knakahara
ff8a15d36e add wait_for_disconnected to run_test() as well as run_test6().
Before commited MP-safe patch, IPv4 test can run in time without
wait_for_disconnected. Currently, wait_for_disconnected is required
because of locking overhead.
2016-12-14 03:30:30 +00:00
knakahara
446d4c27f3 fix accidentally if_pppoe atf failure depends on cpu workload.
advised by s-yamaguchi@IIJ, thanks.
2016-12-12 09:56:58 +00:00
knakahara
a3ee55e14c fix typo. ping6 deadline option is not "-w" but "-X". 2016-12-02 06:19:50 +00:00
knakahara
5c3ea1ee6e fix accidentally if_pppoe atf failure depends on cpu workload. 2016-12-02 05:28:27 +00:00
ozaki-r
5a2201ed49 Move HIJACKING definition to net_common.sh 2016-11-24 09:03:53 +00:00
ozaki-r
39b7e5ca2e Add missing $NetBSD$ tag 2016-11-24 07:31:14 +00:00
knakahara
bca5eda0a9 fix: extend waittime to avoid unintended fail at high cpu load. 2016-11-10 10:32:59 +00:00
ozaki-r
1c189061c4 Accept DEBUG environment variable
By doing so, we can easily turn DEBUG on/off without modifying
the ATF scripts.
2016-11-07 05:25:36 +00:00
knakahara
4aa36fb22d fix rarely rump.ping6 failures by "UDP connect". and fix typo. 2016-10-27 09:59:17 +00:00
knakahara
56b9040c4f Fix error when wait_for_session_established() is called without argument.
From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
2016-10-26 03:55:56 +00:00
knakahara
38602079e1 Add new test cases(PAP and CHAP) for IPv6 PPPoE.
From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
2016-10-26 03:27:24 +00:00
ozaki-r
9f81ad9409 Make sure to run cleanup
Should fix "tests: did not complete" failures.
2016-10-19 00:19:13 +00:00
ozaki-r
54d2407a67 Make test names self-descriptive 2016-10-18 04:10:24 +00:00
knakahara
8db6a4e495 Disable rechallenge for chap test case.
NetBSD's PPPoE client doesn't support chap rechallenge yet.

From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
2016-09-14 01:48:08 +00:00
christos
a893ddcd72 add a chap test; need to investigate what's wrong with it... 2016-09-12 14:47:24 +00:00
pgoyette
2c49ff4a48 Add rumpdev library since we're now calling config_cfdriver_attach()
Should fix the newly-introduced test failure.
2016-08-07 23:34:31 +00:00
ozaki-r
c73a69e593 Add a new test case for PPPoE using PAP
From s-yamaguchi@IIJ (with some tweaks by me)
2016-04-15 01:38:16 +00:00