<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos.vyos.git/tests/integration/targets/vyos_smoke, branch code-coverage-fix</title>
<subtitle>Ansible Network Collection for VyOS (mirror of https://github.com/vyos/vyos.vyos.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos.vyos.git/atom?h=code-coverage-fix</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos.vyos.git/atom?h=code-coverage-fix'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/'/>
<updated>2025-01-02T19:06:58+00:00</updated>
<entry>
<title>T6988: fix: remove role/level, fix tests (#371)</title>
<updated>2025-01-02T19:06:58+00:00</updated>
<author>
<name>Gaige B Paulsen</name>
<email>gaige@cluetrust.com</email>
</author>
<published>2025-01-02T19:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=9e159990f949652ec1b22f9a9a6e72828bdd1e80'/>
<id>urn:sha1:9e159990f949652ec1b22f9a9a6e72828bdd1e80</id>
<content type='text'>
* T6988: fix: remove role/level, fix tests

* feature: add support for SSH keys

* tests: add integration tests for public_keys

* feat: add encrypted password support

* tests: add unit for encrypted

* tests: fix wrapping in YAML

* tests: fix smoke tests</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.vyos.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.vyos.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>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.vyos.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>Add fqcn to ansible_connection to support stable-2.9 (#254)</title>
<updated>2022-04-25T17:55:07+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-04-25T17:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=b834c87f13e3ec908bfcd79022404ddf71d6559e'/>
<id>urn:sha1:b834c87f13e3ec908bfcd79022404ddf71d6559e</id>
<content type='text'>
Add fqcn to ansible_connection to support stable-2.9

Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY


strip_prompt argument is supported only in netcommon network_cli . Vyos jobs on stable-2.9 is failing with the following error, as this argument is not supported ansibe/ansible. This PR sets ansible_connection to ansible.netcommon.network_cli, so that the correct module is used.
2022-04-21 21:14:54.059623 | controller |     capabilities = Connection(module._socket_path).get_capabilities()
2022-04-21 21:14:54.059626 | controller |   File "/tmp/ansible_vyos.vyos.vyos_config_payload_hjioy2__/ansible_vyos.vyos.vyos_config_payload.zip/ansible/module_utils/connection.py", line 190, in __rpc__
2022-04-21 21:14:54.059629 | controller |     raise ConnectionError(to_text(msg, errors='surrogate_then_replace'), code=code)
2022-04-21 21:14:54.059632 | controller | fatal: [vyos]: FAILED! =&gt; {
2022-04-21 21:14:54.059635 | controller |     "changed": false,
2022-04-21 21:14:54.059638 | controller |     "invocation": {
2022-04-21 21:14:54.059641 | controller |         "module_args": {
2022-04-21 21:14:54.059644 | controller |             "backup": false,
2022-04-21 21:14:54.059647 | controller |             "backup_options": null,
2022-04-21 21:14:54.059650 | controller |             "comment": "configured by vyos_config",
2022-04-21 21:14:54.059653 | controller |             "config": null,
2022-04-21 21:14:54.059656 | controller |             "lines": [
2022-04-21 21:14:54.059658 | controller |                 "delete interfaces ethernet eth1",
2022-04-21 21:14:54.059661 | controller |                 "delete interfaces ethernet eth2"
2022-04-21 21:14:54.059664 | controller |             ],
2022-04-21 21:14:54.059667 | controller |             "match": "none",
2022-04-21 21:14:54.059670 | controller |             "provider": null,
2022-04-21 21:14:54.059673 | controller |             "save": false,
2022-04-21 21:14:54.059676 | controller |             "src": null
2022-04-21 21:14:54.059678 | controller |         }
2022-04-21 21:14:54.059682 | controller |     },
2022-04-21 21:14:54.059685 | controller |     "msg": "send() got an unexpected keyword argument 'strip_prompt'"

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Nilashish Chakraborty &lt;nilashishchakraborty8@gmail.com&gt;</content>
</entry>
<entry>
<title>Add support for single_user_mode (#123)</title>
<updated>2021-02-19T14:48:12+00:00</updated>
<author>
<name>Nilashish Chakraborty</name>
<email>nilashishchakraborty8@gmail.com</email>
</author>
<published>2021-02-19T14:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=ea481d755414ee3390a2ff5792be9c67896fa567'/>
<id>urn:sha1:ea481d755414ee3390a2ff5792be9c67896fa567</id>
<content type='text'>
Add support for single_user_mode

Reviewed-by: https://github.com/apps/ansible-zuul</content>
</entry>
<entry>
<title>Updated from network content collector</title>
<updated>2020-01-16T15:50:24+00:00</updated>
<author>
<name>CaptTrews</name>
<email>capttrews@gmail.com</email>
</author>
<published>2020-01-16T15:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=6b6166151faa3d811ae0ec3010a89e518a26287b'/>
<id>urn:sha1:6b6166151faa3d811ae0ec3010a89e518a26287b</id>
<content type='text'>
Signed-off-by: CaptTrews &lt;capttrews@gmail.com&gt;
</content>
</entry>
<entry>
<title>Updated from network content collector</title>
<updated>2019-12-04T00:26:13+00:00</updated>
<author>
<name>CaptTrews</name>
<email>capttrews@gmail.com</email>
</author>
<published>2019-12-04T00:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba'/>
<id>urn:sha1:f4fff0b4a4ecd2e634f4dcb515bf92c20d3771ba</id>
<content type='text'>
Signed-off-by: CaptTrews &lt;capttrews@gmail.com&gt;
</content>
</entry>
<entry>
<title>Updated from network content collector</title>
<updated>2019-08-29T14:21:30+00:00</updated>
<author>
<name>CaptTrews</name>
<email>capttrews@gmail.com</email>
</author>
<published>2019-08-29T14:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=ae8514ce0289ee2096a3a9f54be6a4654153c880'/>
<id>urn:sha1:ae8514ce0289ee2096a3a9f54be6a4654153c880</id>
<content type='text'>
Signed-off-by: CaptTrews &lt;capttrews@gmail.com&gt;
</content>
</entry>
</feed>
