From 89957c68848492e9dcb5122fe23a81169429abe8 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 11 Jan 2022 08:19:51 -0600 Subject: [PATCH] Updated to pyats 21.12 and genie 21.12 updated tests data to reflect new parsers --- pyats_genie_command_parse/version.py | 2 +- requirements.txt | 4 ++-- setup.py | 4 ++-- tests/test_data/ios_test_data.py | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyats_genie_command_parse/version.py b/pyats_genie_command_parse/version.py index 6250c54..fce733a 100644 --- a/pyats_genie_command_parse/version.py +++ b/pyats_genie_command_parse/version.py @@ -8,7 +8,7 @@ __credits__ = None __license__ = 'The MIT License (MIT)' __status__ = 'prod' -__version_info__ = (1, 2, 4) +__version_info__ = (1, 2, 5) __version__ = '.'.join(map(str, __version_info__)) __maintainer__ = 'Benjamin P. Trachtenberg' __email__ = 'e_ben_75-python@yahoo.com' diff --git a/requirements.txt b/requirements.txt index bfbc67c..64cc318 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pyats==21.7 -genie==21.7 +pyats==21.12 +genie==21.12 diff --git a/setup.py b/setup.py index d94a678..031c3d6 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ ] install_requires = [ - 'pyats == 21.7', - 'genie == 21.7', + 'pyats == 21.12', + 'genie == 21.12', ] tests_require = [ diff --git a/tests/test_data/ios_test_data.py b/tests/test_data/ios_test_data.py index 707072c..273afdd 100644 --- a/tests/test_data/ios_test_data.py +++ b/tests/test_data/ios_test_data.py @@ -35,8 +35,8 @@ 'oper_status': 'down', 'connected': False, 'type': 'Gigabit Ethernet', 'mac_address': '0019.aa7d.0701', 'phys_address': '0019.aa7d.0701', 'description': 'UNUSED', 'delay': 10, 'mtu': 1500, 'bandwidth': 1000000, 'reliability': '255/255', 'txload': '1/255', - 'rxload': '1/255', 'encapsulations': {'encapsulation': 'arpa'}, 'err_disabled': False, - 'keepalive': 10, + 'rxload': '1/255', 'suspended': False, 'encapsulations': {'encapsulation': 'arpa'}, + 'err_disabled': False, 'keepalive': 10, 'duplex_mode': 'full', 'port_speed': '1000mb/s', 'media_type': '10/100/1000BaseTX', 'flow_control': {'receive': False, 'send': False}, 'arp_type': 'arpa', 'arp_timeout': '04:00:00', 'last_input': 'never', 'last_output': 'never',