<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>e1e636193db45630c7881246d25902e57c43d24e - tests: move atf_python/sys/ into the tests package</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#e1e636193db45630c7881246d25902e57c43d24e</link>
        <description>tests: move atf_python/sys/ into the tests packageReviewed by:	markjMFC after:	1 weekPull Request:	https://github.com/freebsd/freebsd-src/pull/1174

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Tue, 16 Apr 2024 11:18:23 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>fee65b7e21eeeb625dcaba8cf2b9e0cf5af83498 - tests: split netlink.py into multiple files to impove maintainability.</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#fee65b7e21eeeb625dcaba8cf2b9e0cf5af83498</link>
        <description>tests: split netlink.py into multiple files to impove maintainability.This diff does not contain any functional changes.Its sole purpose is splitting netlink.py into smaller chunks.The new code simplifies the upcoming generic netlink supportintroduction.MFC after:	2 weeksDifferential Revision: https://reviews.freebsd.org/D39365

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Fri, 31 Mar 2023 09:55:36 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80f03e63d67ede8fedbed4bd6bf6b12ec2ab2cfb - netlink: improve interface handling</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#80f03e63d67ede8fedbed4bd6bf6b12ec2ab2cfb</link>
        <description>netlink: improve interface handling* Separate interface creation from interface modification code* Support setting some interface attributes (ifdescr, mtu, up/down, promisc)* Improve interaction with the cloners requiring to parse/write custom interface attributes* Add bitmask-based way of checking if the attribute is present in themessage* Don&apos;t use multipart RTM_GETLINK replies when searching for thespecific interface names* Use ENODEV instead of ENOENT in case of failed RTM_GETLINK search* Add python netlink test helpers* Add some netlink interface testsDifferential Revision: https://reviews.freebsd.org/D37668

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Wed, 14 Dec 2022 19:45:01 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8eb2bee6c0f4957c6c1cea826e59cda4d18a2a64 - testing: Add basic atf support to pytest.</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#8eb2bee6c0f4957c6c1cea826e59cda4d18a2a64</link>
        <description>testing: Add basic atf support to pytest.Implementation consists of the pytest plugin implementing ATF format anda simple C++ wrapper, which reorders the provided arguments from ATF formatto the format understandable by pytest. Each test has this wrapper specifiedafter the shebang. When kyua executes the test, wrapper calls pytest, whichloads atf plugin, does the work and returns the result. Additionally, aseparate python &quot;package&quot;, `/usr/tests/atf_python` has been added to collectcode that may be useful across different tests.Current limitations:* Opaque metadata passing via X-Name properties. Require some fixtures to write* `-s srcdir` parameter passed by the runner is ignored.* No `atf-c-api(3)` or similar - relying on pytest framework &amp; existing python libraries* No support for `atf_tc_&lt;get|has&gt;_config_var()` &amp; `atf_tc_set_md_var()`. Can be probably implemented with env variables &amp; autoload fixturesDifferential Revision: https://reviews.freebsd.org/D31084Reviewed by:	kp, ngie

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Sat, 25 Jun 2022 19:01:45 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1e636193db45630c7881246d25902e57c43d24e - tests: move atf_python/sys/ into the tests package</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#e1e636193db45630c7881246d25902e57c43d24e</link>
        <description>tests: move atf_python/sys/ into the tests packageReviewed by:	markjMFC after:	1 weekPull Request:	https://github.com/freebsd/freebsd-src/pull/1174

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Tue, 16 Apr 2024 11:18:23 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>fee65b7e21eeeb625dcaba8cf2b9e0cf5af83498 - tests: split netlink.py into multiple files to impove maintainability.</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#fee65b7e21eeeb625dcaba8cf2b9e0cf5af83498</link>
        <description>tests: split netlink.py into multiple files to impove maintainability.This diff does not contain any functional changes.Its sole purpose is splitting netlink.py into smaller chunks.The new code simplifies the upcoming generic netlink supportintroduction.MFC after:	2 weeksDifferential Revision: https://reviews.freebsd.org/D39365

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Fri, 31 Mar 2023 09:55:36 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80f03e63d67ede8fedbed4bd6bf6b12ec2ab2cfb - netlink: improve interface handling</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#80f03e63d67ede8fedbed4bd6bf6b12ec2ab2cfb</link>
        <description>netlink: improve interface handling* Separate interface creation from interface modification code* Support setting some interface attributes (ifdescr, mtu, up/down, promisc)* Improve interaction with the cloners requiring to parse/write custom interface attributes* Add bitmask-based way of checking if the attribute is present in themessage* Don&apos;t use multipart RTM_GETLINK replies when searching for thespecific interface names* Use ENODEV instead of ENOENT in case of failed RTM_GETLINK search* Add python netlink test helpers* Add some netlink interface testsDifferential Revision: https://reviews.freebsd.org/D37668

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Wed, 14 Dec 2022 19:45:01 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8eb2bee6c0f4957c6c1cea826e59cda4d18a2a64 - testing: Add basic atf support to pytest.</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#8eb2bee6c0f4957c6c1cea826e59cda4d18a2a64</link>
        <description>testing: Add basic atf support to pytest.Implementation consists of the pytest plugin implementing ATF format anda simple C++ wrapper, which reorders the provided arguments from ATF formatto the format understandable by pytest. Each test has this wrapper specifiedafter the shebang. When kyua executes the test, wrapper calls pytest, whichloads atf plugin, does the work and returns the result. Additionally, aseparate python &quot;package&quot;, `/usr/tests/atf_python` has been added to collectcode that may be useful across different tests.Current limitations:* Opaque metadata passing via X-Name properties. Require some fixtures to write* `-s srcdir` parameter passed by the runner is ignored.* No `atf-c-api(3)` or similar - relying on pytest framework &amp; existing python libraries* No support for `atf_tc_&lt;get|has&gt;_config_var()` &amp; `atf_tc_set_md_var()`. Can be probably implemented with env variables &amp; autoload fixturesDifferential Revision: https://reviews.freebsd.org/D31084Reviewed by:	kp, ngie

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Sat, 25 Jun 2022 19:01:45 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1e636193db45630c7881246d25902e57c43d24e - tests: move atf_python/sys/ into the tests package</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#e1e636193db45630c7881246d25902e57c43d24e</link>
        <description>tests: move atf_python/sys/ into the tests packageReviewed by:	markjMFC after:	1 weekPull Request:	https://github.com/freebsd/freebsd-src/pull/1174

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Tue, 16 Apr 2024 11:18:23 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>fee65b7e21eeeb625dcaba8cf2b9e0cf5af83498 - tests: split netlink.py into multiple files to impove maintainability.</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#fee65b7e21eeeb625dcaba8cf2b9e0cf5af83498</link>
        <description>tests: split netlink.py into multiple files to impove maintainability.This diff does not contain any functional changes.Its sole purpose is splitting netlink.py into smaller chunks.The new code simplifies the upcoming generic netlink supportintroduction.MFC after:	2 weeksDifferential Revision: https://reviews.freebsd.org/D39365

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Fri, 31 Mar 2023 09:55:36 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80f03e63d67ede8fedbed4bd6bf6b12ec2ab2cfb - netlink: improve interface handling</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#80f03e63d67ede8fedbed4bd6bf6b12ec2ab2cfb</link>
        <description>netlink: improve interface handling* Separate interface creation from interface modification code* Support setting some interface attributes (ifdescr, mtu, up/down, promisc)* Improve interaction with the cloners requiring to parse/write custom interface attributes* Add bitmask-based way of checking if the attribute is present in themessage* Don&apos;t use multipart RTM_GETLINK replies when searching for thespecific interface names* Use ENODEV instead of ENOENT in case of failed RTM_GETLINK search* Add python netlink test helpers* Add some netlink interface testsDifferential Revision: https://reviews.freebsd.org/D37668

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Wed, 14 Dec 2022 19:45:01 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8eb2bee6c0f4957c6c1cea826e59cda4d18a2a64 - testing: Add basic atf support to pytest.</title>
        <link>http://opengrok.net:8080/history/src/tests/atf_python/sys/net/Makefile#8eb2bee6c0f4957c6c1cea826e59cda4d18a2a64</link>
        <description>testing: Add basic atf support to pytest.Implementation consists of the pytest plugin implementing ATF format anda simple C++ wrapper, which reorders the provided arguments from ATF formatto the format understandable by pytest. Each test has this wrapper specifiedafter the shebang. When kyua executes the test, wrapper calls pytest, whichloads atf plugin, does the work and returns the result. Additionally, aseparate python &quot;package&quot;, `/usr/tests/atf_python` has been added to collectcode that may be useful across different tests.Current limitations:* Opaque metadata passing via X-Name properties. Require some fixtures to write* `-s srcdir` parameter passed by the runner is ignored.* No `atf-c-api(3)` or similar - relying on pytest framework &amp; existing python libraries* No support for `atf_tc_&lt;get|has&gt;_config_var()` &amp; `atf_tc_set_md_var()`. Can be probably implemented with env variables &amp; autoload fixturesDifferential Revision: https://reviews.freebsd.org/D31084Reviewed by:	kp, ngie

            List of files:
            /src/tests/atf_python/sys/net/Makefile</description>
        <pubDate>Sat, 25 Jun 2022 19:01:45 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
