-
Notifications
You must be signed in to change notification settings - Fork 71
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
Swagger pyang plugin fails if a container doesn't "use" groupings #303
Comments
For more details on the issue Operating System: Ubuntu 14.04.5 LTS The yang files I am using is similar to the ones mentioned in the issue - ict-strauss/COP#2 Command used: pyang -f swagger -p e9-mb-409-Schema/ e9-mb-409-Schema/[email protected] -o 409.json Error: Traceback (most recent call last): |
Hi, I've been running the current swagger pyang plugin uploaded into the EAGLE repository and I cannot reproduce the same problems mentioned here and in ict-strauss/COP#2. My setup is the following: pyang version - pyang 1.7.5 Using the yang examples included into the issue - ict-strauss/COP#2 I obtained the following results which seems to be correct: Example 1:Input:
Output:
Example 2:Input:
Output:
Example 3:Input:
Output:
|
Similar to ict-strauss/COP#2
This issue still exists with pyang verion 1.7
The text was updated successfully, but these errors were encountered: