Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 14:12:34 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 59e7c575c544 - stable/14 - tests: move atf_python/sys/ into the tests package
Message-ID:  <202404291412.43TECYgi045818@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=59e7c575c5449044164b3814d9c898de3e910ad9

commit 59e7c575c5449044164b3814d9c898de3e910ad9
Author:     Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-04-16 11:18:23 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-04-29 14:11:07 +0000

    tests: move atf_python/sys/ into the tests package
    
    Reviewed by:    markj
    MFC after:      1 week
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1174
    
    (cherry picked from commit e1e636193db45630c7881246d25902e57c43d24e)
---
 tests/atf_python/sys/Makefile              | 1 +
 tests/atf_python/sys/net/Makefile          | 1 +
 tests/atf_python/sys/netlink/Makefile      | 1 +
 tests/atf_python/sys/netpfil/Makefile      | 1 +
 tests/atf_python/sys/netpfil/ipfw/Makefile | 1 +
 5 files changed, 5 insertions(+)

diff --git a/tests/atf_python/sys/Makefile b/tests/atf_python/sys/Makefile
index 85f66a85088e..a5a1a532104d 100644
--- a/tests/atf_python/sys/Makefile
+++ b/tests/atf_python/sys/Makefile
@@ -2,6 +2,7 @@
 
 .PATH:	${.CURDIR}
 
+PACKAGE=tests
 FILES=	__init__.py
 SUBDIR=	net netlink netpfil
 
diff --git a/tests/atf_python/sys/net/Makefile b/tests/atf_python/sys/net/Makefile
index 05b1d8afe863..70d5b1a3284b 100644
--- a/tests/atf_python/sys/net/Makefile
+++ b/tests/atf_python/sys/net/Makefile
@@ -2,6 +2,7 @@
 
 .PATH:	${.CURDIR}
 
+PACKAGE=tests
 FILES=	__init__.py rtsock.py tools.py vnet.py
 
 .include <bsd.own.mk>
diff --git a/tests/atf_python/sys/netlink/Makefile b/tests/atf_python/sys/netlink/Makefile
index 73ce5ac50261..6a40a93f3ae9 100644
--- a/tests/atf_python/sys/netlink/Makefile
+++ b/tests/atf_python/sys/netlink/Makefile
@@ -2,6 +2,7 @@
 
 .PATH:	${.CURDIR}
 
+PACKAGE=tests
 FILES=	__init__.py attrs.py base_headers.py message.py netlink.py \
 	netlink_generic.py netlink_route.py utils.py
 
diff --git a/tests/atf_python/sys/netpfil/Makefile b/tests/atf_python/sys/netpfil/Makefile
index 417a16d85359..47e7a0d4d4f1 100644
--- a/tests/atf_python/sys/netpfil/Makefile
+++ b/tests/atf_python/sys/netpfil/Makefile
@@ -2,6 +2,7 @@
 
 .PATH:	${.CURDIR}
 
+PACKAGE=tests
 FILES=	__init__.py
 SUBDIR=	ipfw
 
diff --git a/tests/atf_python/sys/netpfil/ipfw/Makefile b/tests/atf_python/sys/netpfil/ipfw/Makefile
index a85dc7de9417..fde36de23c93 100644
--- a/tests/atf_python/sys/netpfil/ipfw/Makefile
+++ b/tests/atf_python/sys/netpfil/ipfw/Makefile
@@ -2,6 +2,7 @@
 
 .PATH:	${.CURDIR}
 
+PACKAGE=tests
 FILES=	__init__.py insns.py insn_headers.py ioctl.py ioctl_headers.py \
 	ipfw.py utils.py
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404291412.43TECYgi045818>