<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/smoketest/scripts/cli/test_interfaces_macsec.py, branch equuleus</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=equuleus</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2022-08-15T16:00:56+00:00</updated>
<entry>
<title>smoketest: macsec: T4537: validate macsec_csindex for both AES-GCM-128 and AES-GCM-256</title>
<updated>2022-08-15T16:00:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-04T18:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=84f96733bb405453a66557322e43cc566f9ad29b'/>
<id>urn:sha1:84f96733bb405453a66557322e43cc566f9ad29b</id>
<content type='text'>
(cherry picked from commit e19889adf8cef101d85a279055271a68b078ec73)
</content>
</entry>
<entry>
<title>smoketest: macsec: T4537: verify macsec_csindex</title>
<updated>2022-08-15T16:00:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-04T06:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=ae139a68883caae9591e6ce17674e41d9e65c836'/>
<id>urn:sha1:ae139a68883caae9591e6ce17674e41d9e65c836</id>
<content type='text'>
(cherry picked from commit 17e76dc77801ac58b2587f664c884c0d671a55c0)
</content>
</entry>
<entry>
<title>smoketest: dhcp: T4203: move testcase to base class</title>
<updated>2022-02-20T18:35:54+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-02-20T17:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=e86eb6f311270b4f0ed539b25c7627258b2bb0ed'/>
<id>urn:sha1:e86eb6f311270b4f0ed539b25c7627258b2bb0ed</id>
<content type='text'>
We do not only provide DHCP functionality to ethernet interfaces, it's a common
feature so the testcase should be made available for multiple interface types.

(cherry picked from commit 5d14a04b6ffbd592e8257d98d71da5acb1bb45a9)
</content>
</entry>
<entry>
<title>smoketest: add shim for every test to re-use common tasts</title>
<updated>2021-07-25T19:10:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-17T18:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=fb94d0b6091e09099c972355886918ef63ee9d97'/>
<id>urn:sha1:fb94d0b6091e09099c972355886918ef63ee9d97</id>
<content type='text'>
Currently every smoketest does the setup and destruction of the configsession
on its own durin setUp(). This creates a lot of overhead and one configsession
should be re-used during execution of every smoketest script.

In addiion a test that failed will leaf the system in an unconsistent state.
For this reason before the test is executed we will save the running config
to /tmp and the will re-load the config after the test has passed, always
ensuring a clean environment for the next test.

(cherry picked from commit 0f3def974fbaa4a26e6ad590ee37dd965bc2358f)
</content>
</entry>
<entry>
<title>vyos.util: T3532: Replace func get_interface_config</title>
<updated>2021-05-20T20:01:30+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-05-20T20:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=8fdebbe140bdd92d3c3086ac90a3f869f740b74d'/>
<id>urn:sha1:8fdebbe140bdd92d3c3086ac90a3f869f740b74d</id>
<content type='text'>
Replace function get_interface_config to
function get_interface_config, as we have
in 1.4 branch.
It need after this cherry-picked commit edcdea8</content>
</entry>
<entry>
<title>vyos.util: provide single implementation for get_json_iface_options()</title>
<updated>2021-03-06T08:28:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-28T09:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=bab4537ae4c64dd622e69b43c97b79e8e6e63863'/>
<id>urn:sha1:bab4537ae4c64dd622e69b43c97b79e8e6e63863</id>
<content type='text'>
There had been four implementations of "ip -d -j link show interface" scattered
accross the codebase. Those implementations have now been combined into a new
helper:

vyos.util.get_json_iface_options()

(cherry picked from commit f13cc56d665a91ff3fac47df260301afefb1a3a5)
</content>
</entry>
<entry>
<title>macsec: T3368: add support for gcm-aes-256 cipher</title>
<updated>2021-02-27T23:57:02+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-27T21:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=ea10a87430452b5d1def7007dbf6fd349bce4c01'/>
<id>urn:sha1:ea10a87430452b5d1def7007dbf6fd349bce4c01</id>
<content type='text'>
(cherry picked from commit 5bcc549edeaeaa767d77a68b33751e834d467c34)
</content>
</entry>
<entry>
<title>smoketest: refactor setUp() for all interface based testcases</title>
<updated>2021-01-27T18:51:06+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-26T19:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=788f741a0beb9a2dbf52f8c7b9d0b0903ec6a87c'/>
<id>urn:sha1:788f741a0beb9a2dbf52f8c7b9d0b0903ec6a87c</id>
<content type='text'>
It does not make sense (at all!) to re-initialize the entire class with every
call to setUp(). We neither change the enabled/disabled tastcases dynamically,
not do we adjust the testinterfaces during a run.

Remove the runtime overhead and place one-time init calls into setUpClass()
instead.

(cherry picked from commit b48890396dcff074d1e9336ca1db9d3eafe2a12f)
</content>
</entry>
<entry>
<title>smoketest: interface: enable ip/ipv6 tests on additional interfaces</title>
<updated>2021-01-12T20:24:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-12T19:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=0377085171f83b5ca6f4099350eb2e849c496945'/>
<id>urn:sha1:0377085171f83b5ca6f4099350eb2e849c496945</id>
<content type='text'>
(cherry picked from commit 910919d856d790ff8905d513c280fdf12f8892ef)
</content>
</entry>
<entry>
<title>smoketest: adjust test method names</title>
<updated>2020-12-29T21:47:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-29T20:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=f2b2bbdd51cb00a8be1aefa1f9028212fcffc1d3'/>
<id>urn:sha1:f2b2bbdd51cb00a8be1aefa1f9028212fcffc1d3</id>
<content type='text'>
This is for better readability during testruns
</content>
</entry>
</feed>
