xref: /freebsd/tests/sys/netinet6/frag6/frag6_17.sh (revision f74e6e494f48b76f357d43d3672cca3606ffac04)
1*f74e6e49SBjoern A. Zeeb# $FreeBSD$
2*f74e6e49SBjoern A. Zeeb#-
3*f74e6e49SBjoern A. Zeeb# SPDX-License-Identifier: BSD-2-Clause
4*f74e6e49SBjoern A. Zeeb#
5*f74e6e49SBjoern A. Zeeb# Copyright (c) 2019 Netflix, Inc.
6*f74e6e49SBjoern A. Zeeb#
7*f74e6e49SBjoern A. Zeeb# Redistribution and use in source and binary forms, with or without
8*f74e6e49SBjoern A. Zeeb# modification, are permitted provided that the following conditions
9*f74e6e49SBjoern A. Zeeb# are met:
10*f74e6e49SBjoern A. Zeeb# 1. Redistributions of source code must retain the above copyright
11*f74e6e49SBjoern A. Zeeb#    notice, this list of conditions and the following disclaimer.
12*f74e6e49SBjoern A. Zeeb# 2. Redistributions in binary form must reproduce the above copyright
13*f74e6e49SBjoern A. Zeeb#    notice, this list of conditions and the following disclaimer in the
14*f74e6e49SBjoern A. Zeeb#    documentation and/or other materials provided with the distribution.
15*f74e6e49SBjoern A. Zeeb#
16*f74e6e49SBjoern A. Zeeb# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17*f74e6e49SBjoern A. Zeeb# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18*f74e6e49SBjoern A. Zeeb# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19*f74e6e49SBjoern A. Zeeb# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20*f74e6e49SBjoern A. Zeeb# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21*f74e6e49SBjoern A. Zeeb# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22*f74e6e49SBjoern A. Zeeb# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23*f74e6e49SBjoern A. Zeeb# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24*f74e6e49SBjoern A. Zeeb# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25*f74e6e49SBjoern A. Zeeb# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26*f74e6e49SBjoern A. Zeeb# SUCH DAMAGE.
27*f74e6e49SBjoern A. Zeeb#
28*f74e6e49SBjoern A. Zeeb
29*f74e6e49SBjoern A. Zeeb. $(atf_get_srcdir)/frag6.subr
30*f74e6e49SBjoern A. Zeeb
31*f74e6e49SBjoern A. Zeebatf_test_case "frag6_17" "cleanup"
32*f74e6e49SBjoern A. Zeebfrag6_17_head() {
33*f74e6e49SBjoern A. Zeeb	frag6_head 17
34*f74e6e49SBjoern A. Zeeb}
35*f74e6e49SBjoern A. Zeeb
36*f74e6e49SBjoern A. Zeebfrag6_17_body() {
37*f74e6e49SBjoern A. Zeeb	frag6_body 17
38*f74e6e49SBjoern A. Zeeb}
39*f74e6e49SBjoern A. Zeeb
40*f74e6e49SBjoern A. Zeebfrag6_17_cleanup() {
41*f74e6e49SBjoern A. Zeeb	frag6_cleanup 17
42*f74e6e49SBjoern A. Zeeb}
43*f74e6e49SBjoern A. Zeeb
44*f74e6e49SBjoern A. Zeebatf_init_test_cases()
45*f74e6e49SBjoern A. Zeeb{
46*f74e6e49SBjoern A. Zeeb	atf_add_test_case "frag6_17"
47*f74e6e49SBjoern A. Zeeb}
48