Skip to content

Enhancement: add test for VerifyRoutingTableSize on all vrf ( not only default one ) #1479

@claudebouchard-arista

Description

@claudebouchard-arista

VerifyRoutingTableSize only check for the Table size of the defauklt vrf. It would be more powerfull to have a test that can test multiple vrfs at once..

current command for the test VerifyRoutingTableSize

    categories: ClassVar[list[str]] = ["routing"]
    commands: ClassVar[list[AntaCommand | AntaTemplate]] = [AntaCommand(command="show ip route summary", revision=3)]

We could use something like show ip route summary vrf all instead and implement check on every vrfs

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions