<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tests/atf_python, branch releng/14.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-04-29T14:11:07Z</updated>
<entry>
<title>tests: move atf_python/sys/ into the tests package</title>
<updated>2024-04-29T14:11:07Z</updated>
<author>
<name>Lexi Winter</name>
<email>lexi@le-Fay.ORG</email>
</author>
<published>2024-04-16T11:18:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=59e7c575c5449044164b3814d9c898de3e910ad9'/>
<id>urn:sha1:59e7c575c5449044164b3814d9c898de3e910ad9</id>
<content type='text'>
Reviewed by:	markj
MFC after:	1 week
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1174

(cherry picked from commit e1e636193db45630c7881246d25902e57c43d24e)
</content>
</entry>
<entry>
<title>pkgbase: Put atf_python files in FreeBSD-tests</title>
<updated>2023-10-18T14:36:31Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2023-10-12T17:41:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3469786f20357f45a0e07878f5e4623d139d6e0f'/>
<id>urn:sha1:3469786f20357f45a0e07878f5e4623d139d6e0f</id>
<content type='text'>
Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG

(cherry picked from commit 944223076fbcb681a8eb3e118ddafab79b21ac3d)
</content>
</entry>
<entry>
<title>pf: test rules evaluation in the face of multiple IPv6 fragment headers</title>
<updated>2023-08-04T13:24:16Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2023-07-13T06:34:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b23dbabb7f3edb3f323a64f03e37be2c9a8b2a45'/>
<id>urn:sha1:b23dbabb7f3edb3f323a64f03e37be2c9a8b2a45</id>
<content type='text'>
Send an ICMPv6 echo request packet with multiple IPv6 fragment headers.
Set rules to pass all packets, except for ICMPv6 echo requests.

pf ought to drop the echo request, but doesn't because it reassembles
the packet, and then doesn't handle the second fragment header. In other
words: it fails to detect the ICMPv6 echo header.

Reported by:	Enrico Bassetti bassetti@di.uniroma1.it (NetSecurityLab @ Sapienza University of Rome)
MFC after:	instant
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>ipfw: add eaction tests</title>
<updated>2023-06-15T06:36:16Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2023-06-15T06:36:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84b41342da1ff3b9cf4eb785752201575c5e4391'/>
<id>urn:sha1:84b41342da1ff3b9cf4eb785752201575c5e4391</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>ipfw(8): add ioctl/instruction generation tests</title>
<updated>2023-06-13T11:55:37Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2023-06-11T08:12:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f44a47fd07924afc035991af15d84e6585dea4f'/>
<id>urn:sha1:9f44a47fd07924afc035991af15d84e6585dea4f</id>
<content type='text'>
Differential Revision: https://reviews.freebsd.org/D40488
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>ktest: make ktest work with Netlink loaded as a module.</title>
<updated>2023-06-13T06:04:14Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2023-06-01T07:25:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0eb0d2333546cc2af4027e43a5a254a0e2790dce'/>
<id>urn:sha1:0eb0d2333546cc2af4027e43a5a254a0e2790dce</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>netlink: add support for decoding genl ops/groups in pytest</title>
<updated>2023-06-01T10:45:29Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2023-06-01T10:45:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54b955f4df5e76b5679ba7f3eb6bb2d5fc62923d'/>
<id>urn:sha1:54b955f4df5e76b5679ba7f3eb6bb2d5fc62923d</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>netlink: add support for adding/deleting interface addresses</title>
<updated>2023-05-16T19:39:13Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2023-05-15T11:59:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10b94e406444d65af99d344f87d1de320b6cd87e'/>
<id>urn:sha1:10b94e406444d65af99d344f87d1de320b6cd87e</id>
<content type='text'>
Differential Revision: https://reviews.freebsd.org/D40103
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>testing: improve vnet support in pytest</title>
<updated>2023-05-16T15:00:45Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2023-05-16T15:00:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=584ad4126c76721b7f5da39d4ca4818ded7d64db'/>
<id>urn:sha1:584ad4126c76721b7f5da39d4ca4818ded7d64db</id>
<content type='text'>
* Allow vnet object to be directly referenced
 (self.vnet1 vs self.vnet_map["vnet1"])
* Allow iface object to be directly reference
 (vnet.bridge vs vnet.iface_alias_map["bridge"])
* Allow arbitrary interface alias names insted of ifX
* Add wait_objects_any() method for waiting object from
 multiple vnets
* Add wait() method for indefinite sleep on vnet handlers

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>testing: rename IfattrType to IfaAttrType for consistency</title>
<updated>2023-05-15T11:47:07Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2023-05-15T11:47:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d91f8db5f1822c43cd256f19aae1d059e4b25a26'/>
<id>urn:sha1:d91f8db5f1822c43cd256f19aae1d059e4b25a26</id>
<content type='text'>
All other attribute classes are named as 'type'AttrType and 'type'
 int this case is ifa (interface address).

MFC after:	2 weeks
</content>
</entry>
</feed>
