Only pass 'schema' to the validator creation.

This commit is contained in:
Pim van Pelt
2022-03-13 16:48:52 +00:00
parent 0313666f69
commit 881c0faaab
6 changed files with 14 additions and 14 deletions

View File

@ -16,7 +16,7 @@ def get_by_name(yaml, ifname):
return None
def validate_bridgedomains(args, yaml):
def validate_bridgedomains(yaml):
result = True
msgs = []
logger = logging.getLogger('vppcfg.validator')