-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interface counter is not working on gscli #81
Comments
@r-suke This is a bug introduced by this commit. Your fix seems good to me. Could you open a PR? I'd appreciate it if you could add a test here. |
Sorry, now we have no CI environment for goldstone. Now I'm changing code directly on GFT. Maybe It takes time to prepare it (and I have to understand how the test code works). |
Sure, no problem. Basically, you only need Docker for the CI environment. $ make tester # build the tester image
$ docker run -t -v `pwd`:`pwd` -w `pwd` ghcr.io/oopt-goldstone/mgmt/tester make unittest This will run the unittest. |
Thank you for telling. I'll prepare it. |
Now I'm testing GFT and I found interface counter is not working on gscli.
and I changed
/usr/local/lib/python3.10/site-packages/goldstone/north/cli/interface.py
it looks work (I don't know well it is correct or not) .
I could not find
interface.py
code (Is it packaged some where?) and could not make pull request.First, I'd like to report that there is a syntax error in the
interface.py
and that it's not working clearly.The text was updated successfully, but these errors were encountered: