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

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