Skip to content

Commit

Permalink
fix: skip VerifyLANZ on cEOSLab and vEOS-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
mtache committed Mar 12, 2024
1 parent 4d069c9 commit bb68c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anta/tests/lanz.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from __future__ import annotations

from anta.decorators import skip_on_platforms
from anta.models import AntaCommand, AntaTest


Expand All @@ -24,6 +25,7 @@ class VerifyLANZ(AntaTest):
categories = ["lanz"]
commands = [AntaCommand(command="show queue-monitor length status")]

@skip_on_platforms(["cEOSLab", "vEOS-lab"])
@AntaTest.anta_test
def test(self) -> None:
command_output = self.instance_commands[0].json_output
Expand Down

0 comments on commit bb68c7f

Please sign in to comment.