<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-ansible-collection.git/tests/integration/targets, branch master</title>
<subtitle>Ansible Network Collection for VyOS (mirror of https://github.com/vyos/vyos-ansible-collection.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-ansible-collection.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/'/>
<updated>2024-03-05T10:16:03+00:00</updated>
<entry>
<title>Avoid unsafe conditions for integration tests (#340)</title>
<updated>2024-03-05T10:16:03+00:00</updated>
<author>
<name>Rahmanim Benny</name>
<email>brahmani@redhat.com</email>
</author>
<published>2024-03-05T10:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=21e3948bddf9dd39339bda6a8d655919a5ee8ca6'/>
<id>urn:sha1:21e3948bddf9dd39339bda6a8d655919a5ee8ca6</id>
<content type='text'>
* Avoid unsafe conditions for integration tests

* Remove .idea/ folder

* remove another jinja templating expression from asserts condition

* remove shortname jinja templating expression from asserts condition

* Update changelog

* changelog updates</content>
</entry>
<entry>
<title>Fix prefix-lists Integration tests (#338)</title>
<updated>2023-12-06T09:35:19+00:00</updated>
<author>
<name>Vinay M</name>
<email>63404819+roverflow@users.noreply.github.com</email>
</author>
<published>2023-12-06T09:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=b2dd05465b80e666c957ebc857b875f8681699e8'/>
<id>urn:sha1:b2dd05465b80e666c957ebc857b875f8681699e8</id>
<content type='text'>
* Fix prefix-lists Integration tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove autoversion

* fix galaxy.yml

* sanity fix

* sanity ignore

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix ignore file

---------

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix integration test connection var (#325)</title>
<updated>2023-05-09T12:55:34+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2023-05-09T12:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=5476af448b35c76154a3d6edfca1eb1edb1a4ee1'/>
<id>urn:sha1:5476af448b35c76154a3d6edfca1eb1edb1a4ee1</id>
<content type='text'>
* Fix integration test connection var

* Fix straggler</content>
</entry>
<entry>
<title>Add ansible-lint (#322)</title>
<updated>2023-05-04T01:46:19+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2023-05-04T01:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=65eaf174d90485c566d71ec9b49365cb5bc494ba'/>
<id>urn:sha1:65eaf174d90485c566d71ec9b49365cb5bc494ba</id>
<content type='text'>
* Add ansible-lint

* Fix some tasks

* Ignore ignore_errors

* Stop prettier and yamllint from fighting</content>
</entry>
<entry>
<title>Delete bond2 interface when clearing config (#307)</title>
<updated>2023-03-28T18:06:30+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2023-03-28T18:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=5541214d04d136cb4be55d2dc3aecbeea25793a4'/>
<id>urn:sha1:5541214d04d136cb4be55d2dc3aecbeea25793a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always clear config before setting base config in tests. (#306)</title>
<updated>2023-03-28T13:32:38+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2023-03-28T13:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=2653fa8d08af498677604927399451415b25884e'/>
<id>urn:sha1:2653fa8d08af498677604927399451415b25884e</id>
<content type='text'>
* Always clear config before setting base config in tests.

* Clear bond before removing</content>
</entry>
<entry>
<title>Add prettier and isort to pre-commit. (#270)</title>
<updated>2023-01-25T13:37:58+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2023-01-25T13:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=e9911888f6dcdf9031f3fdb2e32c52e45815fdbe'/>
<id>urn:sha1:e9911888f6dcdf9031f3fdb2e32c52e45815fdbe</id>
<content type='text'>
* Add prettier and isort to pre-commit.

* Bump line-length to 100

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Remove deprecated modules and provider (#277)</title>
<updated>2022-10-13T17:11:19+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2022-10-13T17:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=5c6a97ae5052684aed513427f81dc1da96c094e3'/>
<id>urn:sha1:5c6a97ae5052684aed513427f81dc1da96c094e3</id>
<content type='text'>
* Remove deprecated modules and provider

* Remove tests for removed modules

* Remove references to vyos_argument_spec</content>
</entry>
<entry>
<title>Remove tests for net_* modules (#278)</title>
<updated>2022-10-12T18:06:05+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2022-10-12T18:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=7712afd90de9a2b4f6d91f3fbea77de20d6ed40e'/>
<id>urn:sha1:7712afd90de9a2b4f6d91f3fbea77de20d6ed40e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix `pre-commit` Issues (#223)</title>
<updated>2022-09-02T13:22:14+00:00</updated>
<author>
<name>Shawn Wilsher</name>
<email>656602+sdwilsh@users.noreply.github.com</email>
</author>
<published>2022-09-02T13:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-ansible-collection.git/commit/?id=69a2882d106171f050fac193a552542cdab418a8'/>
<id>urn:sha1:69a2882d106171f050fac193a552542cdab418a8</id>
<content type='text'>
* Fix `pre-commit` Issues

This change fixes `.pre-commit-config.yaml` so that `main` no longer has
errors on it.  To accomplish that, two things had to be done:
* Update the version of `black` that `pre-commit` uses to match what `tox` uses.
* Run `pre-commit run --all-files` and commit the results

Co-authored-by: Kate Case &lt;this.is@katherineca.se&gt;</content>
</entry>
</feed>
