summaryrefslogtreecommitdiff
path: root/tests/net
AgeCommit message (Expand)Author
2021-07-14Added tests for adding vlan(4) to a bridge and deleting from ityamaguchi
2021-07-14tests, altq: test new optionsozaki-r
2021-07-14Added a test about clearing IFF_PROMISC at vlan_unconfigyamaguchi
2021-07-14tests: add tests for ALTQ CBQozaki-r
2021-07-09added tests for IFF_PROMISC of vlan(4)yamaguchi
2021-07-06vlan: added checks of linkstateyamaguchi
2021-07-02Added tests for changing a MTU when the vlan(4) is added to bridge(4)yamaguchi
2021-06-17tests/net/if_wg: Only expect this to fail once!riastradh
2021-06-17tests/net/if_wg: Mark as flaky (PR kern/56252).riastradh
2021-06-16tests/net/if_wg: Fix typo: $ifconfig, not $ifconfg.riastradh
2021-06-01Update test case.yamaguchi
2021-05-25Added missing cleanup optionyamaguchi
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-05-13Fix the wrong state checkyamaguchi
2021-05-11Add tests for "pppoectl {no}[ipcp|ipv6cp]"yamaguchi
2021-05-11Added missing '$'yamaguchi
2021-05-06Added missing waiting for DAD completionyamaguchi
2021-04-23Added a test case for MTU of pppoe(4)yamaguchi
2021-04-23Make IFF_DEBUG enabled if $DEBUG is trueyamaguchi
2021-04-23functionalize rump.ifconfig and pppoectl for clearer test codeyamaguchi
2021-04-23Added test cases for "pppoectl passiveauthproto"yamaguchi
2021-03-02Revert previous, 11th time failed after commit. Problem must be elsewhere.simonb
2021-03-02Bump tentative flag timeout (-w) from 10 to 20 seconds. Changes thissimonb
2020-11-25Use a state of IPCP and IPv6CP to wait for connection establishedyamaguchi
2020-11-05Fix typomartin
2020-10-16wg: Fix tests by sprinkling ifconfig -w 10roy
2020-10-01Link librumpclient explicitly. Fix sun2, i.e., MKPIC=no build.rin
2020-09-30Be like other tests and speciy the binary name we installroy
2020-09-30Fix priorroy
2020-09-30tap(4): update the test so that we can open the tap to ping across a bridgeroy
2020-09-29vether(4): Add ATF tests based on the tap(4) tests.roy
2020-09-25update test cases for AC-Name and Service-Nameyamaguchi
2020-09-25Add test cases for AC-Name and Service-Nameyamaguchi
2020-09-23Add a limit for auth at a test for invalid accountyamaguchi
2020-09-23Fix typoyamaguchi
2020-09-18arp tests: Delete ARP entry after failed ping testroy
2020-09-17ndp_rtm: Only ping onceroy
2020-09-17arp_rtm: Only ping onceroy
2020-09-15Don't check lifetime when testing publishedroy
2020-09-13arp test: Use the ndp cache expiration test in place of the old oneroy
2020-09-08Add tests for IP_BINDANY, IPV6_BINDANYchristos
2020-08-31tests/net/if_wg: Allow one second of leeway for rekey.riastradh
2020-08-31Skip timeout tests, pointing to PR 55632.martin
2020-08-29Update the if_wg tests for the human readable 'latest-handshake'tih
2020-08-28Nix trailing whitespace.riastradh
2020-08-28When running the tests with atf-run the directory we are running in ischristos
2020-08-28Remove unneeded sete{u,g}id pointed out by kre.christos
2020-08-27- when running as root, create the socket under a different uid/gid to verifychristos
2020-08-27wg: Check mbuf chain length before m_copydata.riastradh
2020-08-27Use wgconfig as intended to show diagnostics, not a usage message.riastradh