Test n17_6 does not yet exist so remove unrequired files and test case

This commit is contained in:
darrenr 2014-07-12 14:37:12 +00:00
parent c7bd963dad
commit cccb715a0e
6 changed files with 4 additions and 36 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.579 2014/07/09 13:50:48 alnsn Exp $
# $NetBSD: mi,v 1.580 2014/07/12 14:40:06 darrenr Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -1774,7 +1774,6 @@
./usr/tests/ipf/input/n15_6 tests-ipf-tests ipfilter
./usr/tests/ipf/input/n16 tests-ipf-tests ipfilter
./usr/tests/ipf/input/n17 tests-ipf-tests ipfilter
./usr/tests/ipf/input/n17_6 tests-ipf-tests ipfilter
./usr/tests/ipf/input/n18 tests-ipf-tests ipfilter
./usr/tests/ipf/input/n1_6 tests-ipf-tests ipfilter
./usr/tests/ipf/input/n2 tests-ipf-tests ipfilter
@ -1939,7 +1938,6 @@
./usr/tests/ipf/regress/n16 tests-ipf-tests ipfilter
./usr/tests/ipf/regress/n16_6 tests-ipf-tests ipfilter
./usr/tests/ipf/regress/n17 tests-ipf-tests ipfilter
./usr/tests/ipf/regress/n17_6 tests-ipf-tests ipfilter
./usr/tests/ipf/regress/n18 tests-ipf-tests ipfilter
./usr/tests/ipf/regress/n1_6 tests-ipf-tests ipfilter
./usr/tests/ipf/regress/n2 tests-ipf-tests ipfilter

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2012/07/22 16:22:41 darrenr Exp $
# $NetBSD: Makefile,v 1.7 2014/07/12 14:37:49 darrenr Exp $
TESTSDIR= ${TESTSBASE}/ipf
ATFFILE= no
@ -64,7 +64,6 @@ n15 \
n15_6 \
n16 \
n17 \
n17_6 \
n18 \
n1_6 \
n2 \

View File

@ -1,24 +0,0 @@
[out,zx0]
6000 0000 008c 063f 0001 0000 0000 0000 0000 0001 0001 0001 0002 0000 0000 0000 0000 0001 0001 0001
0401 0019 0000 0000 0000 0000 5010 2000 86b7 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000
[in,zx0]
6000 0000 008c 063f 0002 0000 0000 0000 0000 0001 0001 0001 0001 0000 0000 0000 0000 0001 0001 0003
0401 0019 0000 0000 0000 0000 5010 2000 86b7 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2014/06/30 17:02:55 darrenr Exp $
# $NetBSD: Makefile,v 1.8 2014/07/12 14:37:49 darrenr Exp $
TESTSDIR= ${TESTSBASE}/ipf
ATFFILE= no
@ -114,7 +114,6 @@ n15_6 \
n16 \
n16_6 \
n17 \
n17_6 \
n18 \
n1_6 \
n2 \

View File

@ -1 +0,0 @@
bimap zx0 any -> 1::1:1:3

View File

@ -1,4 +1,4 @@
# $NetBSD: t_nat_exec.sh,v 1.18 2013/05/16 07:43:02 martin Exp $
# $NetBSD: t_nat_exec.sh,v 1.19 2014/07/12 14:37:12 darrenr Exp $
#
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@ -97,7 +97,6 @@ failing_test_case_be n9_6 nattest "See PR kern/47665" hex hex -6
test_case n11_6 nattest text text -6
test_case n12_6 nattest hex hex -6
test_case n15_6 nattest text text -6
failing_test_case n17_6 nattest "Test golden output file missing" hex hex -6
atf_init_test_cases()
{
@ -138,6 +137,4 @@ atf_init_test_cases()
atf_add_test_case n11_6
atf_add_test_case n12_6
atf_add_test_case n15_6
atf_add_test_case n17_6
}