mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 22:09:08 -07:00
Issue/38837 (#49873)
* Fix Issue #38837 Signed-off-by: Anas Badaha <anasb@mellanox.com> * Fix Issue #38837 2 Signed-off-by: Anas Badaha <anasb@mellanox.com> * Enhance decumentation Signed-off-by: Anas Badaha <anasb@mellanox.com> * Fix Failures in Shippable Signed-off-by: Anas Badaha <anasb@mellanox.com> * Fix Version Added Signed-off-by: Anas Badaha <anasb@mellanox.com> * Add version_added:2.8 in purge attributes Signed-off-by: Anas Badaha <anasb@mellanox.com>
This commit is contained in:
parent
1558f77081
commit
c0dbc1a441
2 changed files with 15 additions and 7 deletions
|
@ -68,7 +68,8 @@ class TestOnyxBgpModule(TestOnyxModule):
|
|||
|
||||
def test_bgp_del_neighbor(self):
|
||||
set_module_args(dict(as_number=172,
|
||||
networks=['172.16.1.0/24']))
|
||||
networks=['172.16.1.0/24'],
|
||||
purge=True))
|
||||
commands = ['router bgp 172 no neighbor 10.2.3.4 remote-as 173']
|
||||
self.execute_module(changed=True, commands=commands)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue