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
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
We could use something like show ip route summary vrf all instead and implement check on every vrfs