HomeSort by: relevance | last modified time | path
    Searched defs:add_test (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/tests/net/mcast/
t_mcast.sh 109 add_test() function
151 add_test conninet4 "-c -4" \
153 add_test connmappedinet4 "-c -m -4" \
155 add_test connmappedbuginet4 "-c -m -b -4" \
157 add_test conninet6 "-c -6" \
159 add_test unconninet4 "-4" \
161 add_test unconnmappedinet4 "-m -4" \
163 add_test unconnmappedbuginet4 "-m -b -4" \
165 add_test unconninet6 "-6" \
t_mcast.sh 109 add_test() function
151 add_test conninet4 "-c -4" \
153 add_test connmappedinet4 "-c -m -4" \
155 add_test connmappedbuginet4 "-c -m -b -4" \
157 add_test conninet6 "-c -6" \
159 add_test unconninet4 "-4" \
161 add_test unconnmappedinet4 "-m -4" \
163 add_test unconnmappedbuginet4 "-m -b -4" \
165 add_test unconninet6 "-6" \
  /src/tests/net/inpcb/
t_broadcast_bind.sh 51 add_test() function
74 add_test basic "bind(2)ing with broadcast and inexistant addresses"
t_inpcb_bind.sh 64 add_test() function
88 add_test ipv4 "tests for inpcb_bind (ipv4)"
89 add_test ipv6 "tests for inpcb_bind (ipv6)"
t_broadcast_bind.sh 51 add_test() function
74 add_test basic "bind(2)ing with broadcast and inexistant addresses"
t_inpcb_bind.sh 64 add_test() function
88 add_test ipv4 "tests for inpcb_bind (ipv4)"
89 add_test ipv6 "tests for inpcb_bind (ipv6)"
  /src/tests/net/npf/
t_npf.sh 51 add_test() function
79 add_test "${tag}" "${desc}"
t_npf.sh 51 add_test() function
79 add_test "${tag}" "${desc}"
  /src/tests/net/net/
t_ipaddress.sh 167 add_test() function
244 add_test same_address "Assigning/deleting an IP address twice"
245 add_test same_address6 "Assigning/deleting an IPv6 address twice"
246 add_test auto_linklocal "Assigning an IPv6 link-local address automatically"
247 add_test alias_address "Tests of behaviors of alias addresses"
t_ipaddress.sh 167 add_test() function
244 add_test same_address "Assigning/deleting an IP address twice"
245 add_test same_address6 "Assigning/deleting an IPv6 address twice"
246 add_test auto_linklocal "Assigning an IPv6 link-local address automatically"
247 add_test alias_address "Tests of behaviors of alias addresses"
  /src/tests/net/if_ipsec/
t_ipsec_pfil.sh 322 add_test() function
354 add_test esp $algo
t_ipsec_pfil.sh 322 add_test() function
354 add_test esp $algo
  /src/tests/net/route/
t_flags6.sh 258 add_test() function
284 add_test lo6 "Tests route flags: loop back interface"
285 add_test connected6 "Tests route flags: connected route"
286 add_test default_gateway6 "Tests route flags: default gateway"
287 add_test static6 "Tests route flags: static route"
288 add_test blackhole6 "Tests route flags: blackhole route"
289 add_test reject6 "Tests route flags: reject route"
290 add_test announce6 "Tests route flags: announce flag"
291 add_test llinfo6 "Tests route flags: announce llinfo"
t_flags6.sh 258 add_test() function
284 add_test lo6 "Tests route flags: loop back interface"
285 add_test connected6 "Tests route flags: connected route"
286 add_test default_gateway6 "Tests route flags: default gateway"
287 add_test static6 "Tests route flags: static route"
288 add_test blackhole6 "Tests route flags: blackhole route"
289 add_test reject6 "Tests route flags: reject route"
290 add_test announce6 "Tests route flags: announce flag"
291 add_test llinfo6 "Tests route flags: announce llinfo"
t_flags.sh 319 add_test() function
345 add_test lo "Tests route flags: loop back interface"
346 add_test connected "Tests route flags: connected route"
347 add_test default_gateway "Tests route flags: default gateway"
348 add_test static "Tests route flags: static route"
349 add_test blackhole "Tests route flags: blackhole route"
350 add_test reject "Tests route flags: reject route"
351 add_test icmp_redirect "Tests route flags: icmp redirect"
352 add_test announce "Tests route flags: announce flag"
353 add_test llinfo "Tests route flags: ARP caches
    [all...]
t_flags.sh 319 add_test() function
345 add_test lo "Tests route flags: loop back interface"
346 add_test connected "Tests route flags: connected route"
347 add_test default_gateway "Tests route flags: default gateway"
348 add_test static "Tests route flags: static route"
349 add_test blackhole "Tests route flags: blackhole route"
350 add_test reject "Tests route flags: reject route"
351 add_test icmp_redirect "Tests route flags: icmp redirect"
352 add_test announce "Tests route flags: announce flag"
353 add_test llinfo "Tests route flags: ARP caches
    [all...]
  /src/tests/net/if_l2tp/
t_l2tp.sh 420 add_test() function
453 add_test ${category} "${desc}" ipv4 ipv4
454 add_test ${category} "${desc}" ipv4 ipv6
455 add_test ${category} "${desc}" ipv6 ipv4
456 add_test ${category} "${desc}" ipv6 ipv6
t_l2tp.sh 420 add_test() function
453 add_test ${category} "${desc}" ipv4 ipv4
454 add_test ${category} "${desc}" ipv4 ipv6
455 add_test ${category} "${desc}" ipv6 ipv4
456 add_test ${category} "${desc}" ipv6 ipv6
  /src/tests/net/if_bridge/
t_bridge.sh 507 add_test() function
530 add_test create_destroy "Tests creating/destroying bridge interfaces"
531 add_test ipv4 "Does basic if_bridge tests (IPv4)"
532 add_test ipv6 "Does basic if_bridge tests (IPv6)"
533 add_test member_ipv4 "Tests if_bridge with members with an IP address (IPv4)"
534 add_test member_ipv6 "Tests if_bridge with members with an IP address (IPv6)"
535 add_test protection "Tests interface protection"
t_bridge.sh 507 add_test() function
530 add_test create_destroy "Tests creating/destroying bridge interfaces"
531 add_test ipv4 "Does basic if_bridge tests (IPv4)"
532 add_test ipv6 "Does basic if_bridge tests (IPv6)"
533 add_test member_ipv4 "Tests if_bridge with members with an IP address (IPv4)"
534 add_test member_ipv6 "Tests if_bridge with members with an IP address (IPv6)"
535 add_test protection "Tests interface protection"
  /src/tests/net/if_vlan/
t_vlan.sh 1008 add_test() function
1031 add_test create_destroy "tests of creation and deletion of vlan interface"
1032 add_test basic "tests of communications over vlan interfaces"
1033 add_test auto_follow_mtu "tests of setting vlan mtu using IPv4"
1034 add_test vlanid "tests of configuration for vlan id"
1035 add_test configs "tests of configuration except vlan id"
1036 add_test bridge "tests of vlan interfaces with bridges (IPv4)"
1037 add_test multicast "tests of multicast address adding and deleting"
1038 add_test l2tp "tests of vlan(IPv4) over l2tp(IPv4)"
1040 add_test create_destroy6 "tests of creation and deletion of vlan interface with IPv6
    [all...]
t_vlan.sh 1008 add_test() function
1031 add_test create_destroy "tests of creation and deletion of vlan interface"
1032 add_test basic "tests of communications over vlan interfaces"
1033 add_test auto_follow_mtu "tests of setting vlan mtu using IPv4"
1034 add_test vlanid "tests of configuration for vlan id"
1035 add_test configs "tests of configuration except vlan id"
1036 add_test bridge "tests of vlan interfaces with bridges (IPv4)"
1037 add_test multicast "tests of multicast address adding and deleting"
1038 add_test l2tp "tests of vlan(IPv4) over l2tp(IPv4)"
1040 add_test create_destroy6 "tests of creation and deletion of vlan interface with IPv6
    [all...]
  /src/tests/net/arp/
t_arp.sh 910 add_test() function
933 add_test cache_expiration "Tests for ARP cache expiration"
934 add_test command "Tests for arp_commands of arp(8)"
935 add_test garp "Tests for GARP"
936 add_test garp_without_dad "Tests for GARP with DAD disabled"
937 add_test cache_overwriting "Tests for behavior of overwriting ARP caches"
938 add_test proxy_arp_pub "Tests for Proxy ARP (pub)"
939 add_test proxy_arp_pubproxy "Tests for Proxy ARP (pub proxy)"
940 add_test link_activation "Tests for activating a new MAC address"
941 add_test static "Tests for static ARP entries
    [all...]
t_arp.sh 910 add_test() function
933 add_test cache_expiration "Tests for ARP cache expiration"
934 add_test command "Tests for arp_commands of arp(8)"
935 add_test garp "Tests for GARP"
936 add_test garp_without_dad "Tests for GARP with DAD disabled"
937 add_test cache_overwriting "Tests for behavior of overwriting ARP caches"
938 add_test proxy_arp_pub "Tests for Proxy ARP (pub)"
939 add_test proxy_arp_pubproxy "Tests for Proxy ARP (pub proxy)"
940 add_test link_activation "Tests for activating a new MAC address"
941 add_test static "Tests for static ARP entries
    [all...]
  /src/tests/net/if_gif/
t_gif.sh 742 add_test() function
775 add_test ${category} "${desc}" ipv4 ipv4
776 add_test ${category} "${desc}" ipv4 ipv6
777 add_test ${category} "${desc}" ipv6 ipv4
778 add_test ${category} "${desc}" ipv6 ipv6

Completed in 39 milliseconds

1 2