Skip to content

Commit

Permalink
extra optics are info (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschulman authored May 21, 2023
1 parent f219bdb commit 7323657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netcam_aioeos/topology/eos_check_transceivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _check_exclusive_list(
device=device, check=check, measurement=used_msrd_ports
)

results.append(result.measure())
results.append(result.measure(on_extra=CheckStatus.INFO))


def eos_test_one_interface(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netcam-aioeos"
version = "0.6.3"
version = "0.6.4"
description = "NetCAD/CAM - Arista EOS/eAPI asyncio driver"
readme = "README.md"
authors = ["Jeremy Schulman"]
Expand Down

0 comments on commit 7323657

Please sign in to comment.