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