<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/src/tests, branch current</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2025-03-20T15:02:55+00:00</updated>
<entry>
<title>T7246: update libvyosconfig hash and add nosetest</title>
<updated>2025-03-20T15:02:55+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-03-18T17:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=fbf871b3cdbbe6fd4fd6cad3281adc24438acc79'/>
<id>urn:sha1:fbf871b3cdbbe6fd4fd6cad3281adc24438acc79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7121: use dunder equal instead of string rep comparison, where possible</title>
<updated>2025-03-17T04:55:12+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-02-05T22:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=4dc02b404311aa39b2f5374103c106367d2cc14e'/>
<id>urn:sha1:4dc02b404311aa39b2f5374103c106367d2cc14e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7042: drop use of inspect module in favor of ast for source analysis</title>
<updated>2025-01-11T04:49:13+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-01-11T03:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=d5b1bfc7c9009202782b47102d9ff3072c12394d'/>
<id>urn:sha1:d5b1bfc7c9009202782b47102d9ff3072c12394d</id>
<content type='text'>
This avoids importing the config mode script as a module, with requisite
dependencies, which may be inconvenient.
</content>
</entry>
<entry>
<title>multicast: T6746: flatten CLI by merging "multicast route" to "mroute" CLI tagNode</title>
<updated>2024-12-16T21:24:50+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-08T08:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=13baad691410009d1e5f7e6f6bf5afe72afd2f73'/>
<id>urn:sha1:13baad691410009d1e5f7e6f6bf5afe72afd2f73</id>
<content type='text'>
This will save an entire level for the configuration and there is no need for a
parent "multicast" node, as it will only have "route" as tagNode below.

Move set protocols static multicast route &lt;x.x.x.x/y&gt; to:
* set protocols static mroute &lt;x.x.x.x/y&gt;
</content>
</entry>
<entry>
<title>T6632: add missing standard functions to config scripts</title>
<updated>2024-08-02T14:20:29+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-08-02T00:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=31de01242a26dff8ff993061ea2f86102a8a7493'/>
<id>urn:sha1:31de01242a26dff8ff993061ea2f86102a8a7493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>smoketest: T6510: remove build time test to check for /dev/input/event0</title>
<updated>2024-06-27T06:57:22+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-27T06:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=93e6e6ce744f0fe9fd0bd14b0663d8e8cee22acb'/>
<id>urn:sha1:93e6e6ce744f0fe9fd0bd14b0663d8e8cee22acb</id>
<content type='text'>
The container used for the Jenkins package builds does not provide a
/dev/input/event0 file, thus the build time test fails. Remove the test case
as it's not mandatory.
</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-contrib/veeos-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>smoketest: T6510: make test_configd_inspect.py a build time test</title>
<updated>2024-06-26T19:47:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-26T18:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=6890cd7b0f2419d6b1a720d892f9a7d07b7cfd05'/>
<id>urn:sha1:6890cd7b0f2419d6b1a720d892f9a7d07b7cfd05</id>
<content type='text'>
Rather then waiting for a fully assembled ISO image to validate if there is no
incompatibility with vyos-configd - like more then one instance of Config(),
make this a build time test case for "make test"
</content>
</entry>
<entry>
<title>T6199: drop unused Python imports</title>
<updated>2024-04-02T22:15:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-02T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=274b2da242acd1f1f64ff1dee471e34295137c5f'/>
<id>urn:sha1:274b2da242acd1f1f64ff1dee471e34295137c5f</id>
<content type='text'>
found using "git ls-files *.py | xargs pylint | grep W0611"
</content>
</entry>
<entry>
<title>utils: T5738: always use vyos.utils.network.interface_exists over os.path.exists</title>
<updated>2024-04-01T18:38:56+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-01T18:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=5bb27f0c6220fd940b63cdd37a60c312c0ac3efd'/>
<id>urn:sha1:5bb27f0c6220fd940b63cdd37a60c312c0ac3efd</id>
<content type='text'>
</content>
</entry>
</feed>
