Skip to content
Snippets Groups Projects
Commit 4f06883e authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

removed arista SBI related code

parent f73cb52e
No related branches found
No related tags found
2 merge requests!114WIP: Complete testing,!90Develop
Pipeline #66701 passed with warnings
......@@ -16,7 +16,7 @@ import (
func main() {
log.SetLevel(log.DebugLevel)
sbi := &nucleus.Arista{}
sbi := &nucleus.OpenConfig{}
device := nucleus.Device{
GoStruct: sbi.Schema().Root,
......
......@@ -2,13 +2,13 @@ package main
import (
"code.fbi.h-da.de/cocsn/gosdn/nucleus/util"
"code.fbi.h-da.de/cocsn/yang-models/generated/arista"
"code.fbi.h-da.de/cocsn/yang-models/generated/openconfig"
log "github.com/sirupsen/logrus"
)
func main() {
log.SetLevel(log.DebugLevel)
schema, _ := arista.Schema()
schema, _ := openconfig.Schema()
paths := util.NewPaths()
paths.ParseSchema(schema, "device")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment