Issues
- 0
Allow defining multiple response codes with empty content in the openapi spec
#426 opened by pmajumdarKS - 0
Un-marhsall for choice properties has issue
#452 opened by Vibaswan - 0
Schema validation errors are not helpful to pinpoint exact line which has the bad keyword/typo.
#460 opened by apratimmukherjee - 0
Generate Unit Tests for SDKs
#457 opened by ashutshkumr - 0
Generated .proto seems to convert upper case enum values to lower case enum values
#447 opened by ashutshkumr - 0
Default proto package name should not be sanity and artifact dir should not be art
#381 opened by ashutshkumr - 0
- 0
- 0
x-field-pattern now should generate uint32 values instead of int values as packet headers generally does not have negative values
#438 opened by Vibaswan - 1
Enable logging support in go sdk
#346 opened by ASHNA-AGGARWAL-KEYSIGHT - 2
Enable logging support in python sdk
#347 opened by ASHNA-AGGARWAL-KEYSIGHT - 1
Fix controller CI dp python test cases and do changes in controller for the data type refactor.
#442 opened by Vibaswan - 0
valid formats for supported integer type is not checked
#436 opened by Vibaswan - 0
Current unit test structure has weird nomenclature and is missing multiple edge cases, Need to have a new models schema for openapaiart unit test cases which is readable, well structured and covers all edge cases
#439 opened by Vibaswan - 0
Telemetry Support for go-snappi
#435 opened by Vibaswan - 0
Support Telemetry in sanppi
#434 opened by Vibaswan - 0
- 1
API call with arguments consisting of an object with choices need to facilitate stronger type safety
#360 opened by ashutshkumr - 1
- 0
python SDK should support only HTTP
#368 opened by alakendu - 0
- 0
- 1
- 0
Correctly install golanci-lint in CI and use it to raise any linter errors in generated Go code
#372 opened by ashutshkumr - 1
- 0
Lint artifacts.py as well
#374 opened by ashutshkumr - 1
Add a command in do.py do install deps, generate code, lint code and run tests all at once (for pre-commit step)
#375 opened by ashutshkumr - 2
Go/Python CI should use openapiart python package instead of source code to generate SDK
#376 opened by ashutshkumr - 1
Generated python SDK does not hold all intended requirements in requirements.txt
#378 opened by ashutshkumr - 1
Add CI for testing dev env
#377 opened by ashutshkumr - 0
- 0
- 0
- 0
go generated SDK should have proper nomenclature
#391 opened by Vibaswan - 0
- 0
Validation throws an error stating invalid type str when an out-of-range int (64 in this case) is passed in ("property port_number shall be of type <class 'int'> at <class 'port_model.Port'> \n got bad of type <class 'str'> , expected min 1, expected max 32"). Error message must not mention type if type is not an issue
#420 opened by lylefile - 0
Any 2xx response should satisfy the response requirements for openapi requests
#424 opened by pmajumdarKS - 0
- 0
Dev workflow is currently very painful
#430 opened by ashutshkumr - 0
- 4
gRPC responses for equivalent HTTP 4xx or 5xx responses should be returned as an error instead of response object in OK status
#359 opened by ashutshkumr - 0
schema which has required choices are throwing required validation error at time of initialization
#407 opened by Vibaswan - 0
Required properties cannot be set with 'None'.
#395 opened by dipendughosh - 0
Allow choices with no properties
#365 opened by lyle-thompson-keysight - 1
Need to generate proper error message upon API call between client and server with incompatible API version
#389 opened by ashutshkumr - 1
- 0
- 5
KeyError with empty choice
#364 opened by Rangababu-R - 2
- 0
list of int64 formatted integers is not being deserialized or serialized in python snappi
#350 opened by Rangababu-R