fix example validator

This commit is contained in:
checktheroads 2020-02-16 19:20:22 -07:00
parent 96af268a93
commit b997a3f41a

View file

@ -11,7 +11,7 @@ from hyperglass.configuration.models.params import Params
from hyperglass.configuration.models.routers import Routers
from hyperglass.configuration.models.commands import Commands
EXAMPLES = Path(__file__).cwd().parent / "hyperglass" / "examples"
EXAMPLES = Path(__file__).parent.parent / "hyperglass" / "examples"
DEVICES = EXAMPLES / "devices.yaml"
COMMANDS = EXAMPLES / "commands.yaml"