History log of /src/tests/net/if_pppoe/t_pppoe.sh |
Revision | | Date | Author | Comments |
1.33 |
| 01-Jun-2021 |
yamaguchi | Update test case. The state of IPCP and IPv6CP is Closed when those are disabled.
|
1.32 |
| 13-May-2021 |
yamaguchi | Fix the wrong state check
After disconnection from PPPoE server, the client waits for reconnection in initial state or reconnects in PADI state.
|
1.31 |
| 11-May-2021 |
yamaguchi | Add tests for "pppoectl {no}[ipcp|ipv6cp]"
|
1.30 |
| 11-May-2021 |
yamaguchi | Added missing '$'
|
1.29 |
| 06-May-2021 |
yamaguchi | branches: 1.29.2; Added missing waiting for DAD completion
|
1.28 |
| 23-Apr-2021 |
yamaguchi | Added a test case for MTU of pppoe(4)
|
1.27 |
| 23-Apr-2021 |
yamaguchi | Make IFF_DEBUG enabled if $DEBUG is true
|
1.26 |
| 23-Apr-2021 |
yamaguchi | functionalize rump.ifconfig and pppoectl for clearer test code
|
1.25 |
| 23-Apr-2021 |
yamaguchi | Added test cases for "pppoectl passiveauthproto"
|
1.24 |
| 25-Nov-2020 |
yamaguchi | Use a state of IPCP and IPv6CP to wait for connection established
|
1.23 |
| 25-Sep-2020 |
yamaguchi | update test cases for AC-Name and Service-Name
|
1.22 |
| 25-Sep-2020 |
yamaguchi | Add test cases for AC-Name and Service-Name
|
1.21 |
| 23-Sep-2020 |
yamaguchi | Add a limit for auth at a test for invalid account
|
1.20 |
| 23-Sep-2020 |
yamaguchi | Fix typo
|
1.19 |
| 19-Aug-2019 |
ozaki-r | tests: use rump_server_add_iface to create interfaces
|
1.18 |
| 01-Feb-2018 |
ozaki-r | branches: 1.18.4; Commonalize and add tests of creating/destroying interfaces
|
1.17 |
| 28-Mar-2017 |
ozaki-r | branches: 1.17.4; Use the utility functions for rump_server
|
1.16 |
| 14-Dec-2016 |
knakahara | branches: 1.16.2; 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.
|
1.15 |
| 12-Dec-2016 |
knakahara | fix accidentally if_pppoe atf failure depends on cpu workload.
advised by s-yamaguchi@IIJ, thanks.
|
1.14 |
| 02-Dec-2016 |
knakahara | fix typo. ping6 deadline option is not "-w" but "-X".
|
1.13 |
| 02-Dec-2016 |
knakahara | fix accidentally if_pppoe atf failure depends on cpu workload.
|
1.12 |
| 24-Nov-2016 |
ozaki-r | Move HIJACKING definition to net_common.sh
|
1.11 |
| 10-Nov-2016 |
knakahara | fix: extend waittime to avoid unintended fail at high cpu load.
|
1.10 |
| 07-Nov-2016 |
ozaki-r | Accept DEBUG environment variable
By doing so, we can easily turn DEBUG on/off without modifying the ATF scripts.
|
1.9 |
| 27-Oct-2016 |
knakahara | fix rarely rump.ping6 failures by "UDP connect". and fix typo.
|
1.8 |
| 26-Oct-2016 |
knakahara | Fix error when wait_for_session_established() is called without argument.
From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
|
1.7 |
| 26-Oct-2016 |
knakahara | Add new test cases(PAP and CHAP) for IPv6 PPPoE.
From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
|
1.6 |
| 19-Oct-2016 |
ozaki-r | Make sure to run cleanup
Should fix "tests: did not complete" failures.
|
1.5 |
| 18-Oct-2016 |
ozaki-r | Make test names self-descriptive
|
1.4 |
| 14-Sep-2016 |
knakahara | Disable rechallenge for chap test case.
NetBSD's PPPoE client doesn't support chap rechallenge yet.
From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
|
1.3 |
| 12-Sep-2016 |
christos | add a chap test; need to investigate what's wrong with it...
|
1.2 |
| 07-Aug-2016 |
pgoyette | Add rumpdev library since we're now calling config_cfdriver_attach()
Should fix the newly-introduced test failure.
|
1.1 |
| 15-Apr-2016 |
ozaki-r | branches: 1.1.2; Add a new test case for PPPoE using PAP
From s-yamaguchi@IIJ (with some tweaks by me)
|
1.1.2.3 |
| 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.1.2.2 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.1.2.1 |
| 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.16.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.17.4.1 |
| 26-Feb-2018 |
snj | Pull up following revision(s) (requested by ozaki-r in ticket #572): sys/net/if_bridge.c: 1.138, 1.148 tests/net/if_bridge/t_bridge.sh: 1.18 tests/net/if_gif/t_gif.sh: 1.12 tests/net/if_ipsec/t_ipsec.sh: 1.3 tests/net/if_l2tp/t_l2tp.sh: 1.4 tests/net/if_loop/t_basic.sh: 1.2 tests/net/if_pppoe/t_pppoe.sh: 1.18 tests/net/if_tap/t_tap.sh: 1.7 tests/net/if_tun/Makefile: 1.2 tests/net/if_tun/t_tun.sh: 1.5 tests/net/if_vlan/t_vlan.sh: 1.8 tests/net/net_common.sh: 1.26 Remove unnecessary splsoftnet -- If the bridge is not running, don't call bridge_stop. Otherwise the following commands will crash the kernel: ifconfig bridge0 create ifconfig bridge0 destroy -- Commonalize and add tests of creating/destroying interfaces
|
1.18.4.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.29.2.1 |
| 31-May-2021 |
cjep | sync with head
|