Skip to content

Commit

Permalink
Merge pull request #2 from btr1975/feature/1
Browse files Browse the repository at this point in the history
Updated to pyats 21.12 and genie 21.12 updated tests data to reflect …
  • Loading branch information
btr1975 authored Jan 11, 2022
2 parents 5acd07d + 89957c6 commit 61f4094
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyats_genie_command_parse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyats==21.7
genie==21.7
pyats==21.12
genie==21.12
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
]

install_requires = [
'pyats == 21.7',
'genie == 21.7',
'pyats == 21.12',
'genie == 21.12',
]

tests_require = [
Expand Down
4 changes: 2 additions & 2 deletions tests/test_data/ios_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 61f4094

Please sign in to comment.