<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/tests/test_task_scheduler.py, branch rolling</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-06-28T21:16:52+00:00</updated>
<entry>
<title>T7591: remove copyright years from source files</title>
<updated>2025-06-28T21:16:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-28T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1478516ae437f19ebeb7d6ff9b83dd74f8e76758'/>
<id>urn:sha1:1478516ae437f19ebeb7d6ff9b83dd74f8e76758</id>
<content type='text'>
The legal team says years are not necessary so we can go ahead with it, since
it will simplify backporting.

Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \
's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors &lt;maintainers@vyos.io&gt;/g'

In addition we will error-out during "make" if someone re-adds a legacy
copyright notice
</content>
</entry>
<entry>
<title>T6510: remove shebang for "make test" testcases</title>
<updated>2024-06-26T19:47:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-26T19:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=33d4f8adb85fbf5e3b279ef59f1d2f113639e62f'/>
<id>urn:sha1:33d4f8adb85fbf5e3b279ef59f1d2f113639e62f</id>
<content type='text'>
Tests must run supervisioned by unittest framework and should not be
executed manually
</content>
</entry>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</content>
</entry>
<entry>
<title>unittests: cleanup unused imports</title>
<updated>2020-10-19T10:09:58+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-10-19T10:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1592875cadcda61b04cb479a5becebbae08d0d4'/>
<id>urn:sha1:d1592875cadcda61b04cb479a5becebbae08d0d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "adjusted unit test"</title>
<updated>2019-01-22T18:33:14+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-01-22T18:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=58d1afe53c2ad1385b87323c899286dab276974e'/>
<id>urn:sha1:58d1afe53c2ad1385b87323c899286dab276974e</id>
<content type='text'>
This reverts commit 0d80b06ccd33fc2a0001b8641ce45070f0e8726d.
</content>
</entry>
<entry>
<title>adjusted unit test</title>
<updated>2019-01-21T21:10:46+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-01-21T21:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0d80b06ccd33fc2a0001b8641ce45070f0e8726d'/>
<id>urn:sha1:0d80b06ccd33fc2a0001b8641ce45070f0e8726d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T462: make cron jobs run with vyattacfg GID.</title>
<updated>2018-05-24T18:47:09+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-24T18:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8e26cb731b36e8fb0ec48c40be5670c3f77cf346'/>
<id>urn:sha1:8e26cb731b36e8fb0ec48c40be5670c3f77cf346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T644: update op mode and rename the test suite.</title>
<updated>2018-05-16T16:05:24+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T16:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b4297ec7c1ce330396e283797127c72d5818a26d'/>
<id>urn:sha1:b4297ec7c1ce330396e283797127c72d5818a26d</id>
<content type='text'>
</content>
</entry>
</feed>
