Skip to content

Commit 6ac51e5

Browse files
author
Taarini Sarath Chander
committed
Releasing v25.2
1 parent cd4ea25 commit 6ac51e5

File tree

6 files changed

+0
-322
lines changed

6 files changed

+0
-322
lines changed

docs/changelog/2025/february.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ Changelogs
3838
New
3939
--------------------------------------------------------------------------------
4040

41-
* iosxe/vpagent
42-
* Add connection provider for vpagent
43-
4441
* iosxe
4542
* Added to Configure Error Patterns
4643
* Added the regex to match error pattern "127.0 / 255.0 is an invalid network."

src/unicon/plugins/iosxe/vpagent/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/unicon/plugins/iosxe/vpagent/connection_provider.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/unicon/plugins/iosxe/vpagent/settings.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/unicon/plugins/tests/mock_data/iosxe/iosxe_mock_data_vpagent.yaml

Lines changed: 0 additions & 200 deletions
This file was deleted.

src/unicon/plugins/tests/test_plugin_iosxe.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -266,17 +266,6 @@ def test_operating_mode_check(self):
266266
finally:
267267
c.disconnect()
268268

269-
def test_vpagent_connect(self):
270-
c = Connection(hostname='Router',
271-
start=['mock_device_cli --os iosxe --state vpagent_login --hostname Router'],
272-
os='iosxe',
273-
credentials=dict(default=dict(username='cisco', password='cisco')))
274-
try:
275-
c.connect()
276-
self.assertEqual(c.spawn.match.match_output, 'end\r\nRouter#')
277-
finally:
278-
c.disconnect()
279-
280269
def test_unlicensed_prompt(self):
281270
c = Connection(hostname='UUT',
282271
start=['mock_device_cli --os iosxe --state unlicensed_prompt --hostname UUT'],

0 commit comments

Comments
 (0)