Skip to content

Commit

Permalink
Merge pull request #30 from napalm-automation-community/develop
Browse files Browse the repository at this point in the history
Release 4.0.1
  • Loading branch information
bewing authored Aug 18, 2022
2 parents aed3b08 + ed69b51 commit 716109b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions napalm_mos/mos.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def get_facts(self):
uptime = timedelta(
days=int(u_match["day"]),
hours=int(u_match["hour"]),
minutes=int(u_match["minute"]),
seconds=int(u_match["second"]),
).total_seconds()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="napalm-mos",
version="4.0.0",
version="4.0.1",
packages=find_packages(),
author="Benny Holmgren, Brandon Ewing",
author_email="[email protected], [email protected]",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"uptime": 28816, "vendor": "Metamako", "hostname": "vMOS", "fqdn": "vMOS.local", "os_version": "0.14.1", "serial_number": "C16-B2-12345-6", "model": "MetaConnect 16", "interface_list": ["et1", "et2", "et3", "et4", "et5", "et6", "et7", "et8", "et9", "et10", "et11", "et12", "et13", "et14", "et15", "et16", "ma1"]}
{"uptime": 31756, "vendor": "Metamako", "hostname": "vMOS", "fqdn": "vMOS.local", "os_version": "0.14.1", "serial_number": "C16-B2-12345-6", "model": "MetaConnect 16", "interface_list": ["et1", "et2", "et3", "et4", "et5", "et6", "et7", "et8", "et9", "et10", "et11", "et12", "et13", "et14", "et15", "et16", "ma1"]}

0 comments on commit 716109b

Please sign in to comment.