<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/tests, branch yevhen-secrets</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=yevhen-secrets</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=yevhen-secrets'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-08-02T14:20:29+00:00</updated>
<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/vyos-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/vyos-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/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>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/vyos-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/vyos-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/vyos-1x.git/commit/?id=5bb27f0c6220fd940b63cdd37a60c312c0ac3efd'/>
<id>urn:sha1:5bb27f0c6220fd940b63cdd37a60c312c0ac3efd</id>
<content type='text'>
</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>tests: T5869: consolidate duplicated test cases</title>
<updated>2023-12-29T12:30:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-29T12:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=80e2e80b5504d1da643a0d5c9772a1f9dee0aa99'/>
<id>urn:sha1:80e2e80b5504d1da643a0d5c9772a1f9dee0aa99</id>
<content type='text'>
We have had duplicated test cases in test_jinja_filters.py and test_template.py,
They have been consolidated into test_template.py.
</content>
</entry>
<entry>
<title>vyos.template: T5869: first_host_address() does not honor RFC4291 section 2.6.1</title>
<updated>2023-12-29T12:30:20+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-29T12:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cc4ce81ece57faca8ce111b8f3748389ecb40202'/>
<id>urn:sha1:cc4ce81ece57faca8ce111b8f3748389ecb40202</id>
<content type='text'>
The subnet router anycast address is predefined. Its format is as follows:

|                         n bits                 |   128-n bits   |
+------------------------------------------------+----------------+
|                   subnet prefix                | 00000000000000 |
+------------------------------------------------+----------------+
The "subnet prefix" in an anycast address is the prefix that identifies a
specific link. This anycast address is syntactically the same as a unicast
address for an interface on the link with the interface identifier set to zero.

Packets sent to the Subnet-Router anycast address will be delivered to one
router on the subnet. All routers are required to support the Subnet-Router
anycast addresses for the subnets to which they have interfaces.

The Subnet-Router anycast address is intended to be used for applications where
a node needs to communicate with any one of the set of routers.

Our code as of now returns the subnet router anycast address as the
first_host_address().
</content>
</entry>
<entry>
<title>conf-mode: T5412: move dependency check from smoketest to nosetest</title>
<updated>2023-09-07T02:05:04+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-09-06T18:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=12440ea1af8e60482a6a91c1cb04dcb86d7f4a68'/>
<id>urn:sha1:12440ea1af8e60482a6a91c1cb04dcb86d7f4a68</id>
<content type='text'>
</content>
</entry>
</feed>
