Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I have been having some issues using the gNMI parts of the YDK.Because I run a non-Ubuntu Linux distro, I'm setting up a build env inside of the official YDK docker, which works OK. Running my code, I get the following error when running go vet:g...
Hi, regarding the function: As you can tell from importing the "testing" package and the function call on the formfunc TestXxx(*testing.T)This is a test function using the standard Go testing package.In regards to those environment variables, adding ...
This is the file in its entirety. It is just supposed to do some preliminary tests, but it doesn't even pass compilation.package upstream
import (
"fmt"
session "github.com/CiscoDevNet/ydk-go/gnmi/ydk/path"
"github.com/CiscoDevNet/ydk-go/gnmi/ydk...
Hi, I've looked into this a bit more. I haven't got it to work this time either, this is what I did:I fetched the docker usingdocker run -it ydksolutions/ydk-gen:0.8.6To make it easier, I immediately ranbashAnd added these to the environment:export C...
I pulled it with the following command, per the GitHub README file: docker run -it ydkdev/ydk-goThe resulting image has the hash c62814c15bab, and is tagged as "latest" in docker.Inside the docker, the last commit in the ydk-go git project is "c2453...