Skip to content

Commit 676cd40

Browse files
committed
update from master
2 parents 84eaf95 + 920e91a commit 676cd40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+12626
-1141
lines changed

.github/pull_request_template.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
### Feature Overview
2+
- **Related Issue:** (e.g., Fixes `#<issue_number>`)
3+
- **Brief Description:**
4+
Summarize the new feature. What problem does it solve? Who benefits from it?
5+
6+
---
7+
8+
### Feature Details
9+
- [Redocly docs for this feature/branch](<url>)
10+
- **New Locations/Nomenclature:**
11+
Specify where new attributes/nodes have been added in the models hierarchy to allow viewers to quickly navigate to the correct areas in the generated Redocly view corresponding to the model change.
12+
13+
- [Dev-Snappi branch reference](<url>)
14+
- Example command to fetch the dev-snappi branch:
15+
```
16+
go get github.com/open-traffic-generator/snappi/gosnappi@<dev-snappi-branch>
17+
```
18+
19+
---
20+
21+
### Code snippets
22+
Please provide a concise, well-commented code snippet demonstrating how to use the new feature in snappi/gosnappi:
23+
The snippet should we within
24+
```go/python
25+
// Please provide clear and concise comments for the newly added code snippets.
26+
// Well-written comments help document the purpose and reasoning behind the code, making it easier for others to understand, maintain, and extend the codebase.
27+
```
28+
29+
---
30+
31+
### Test Specification (Optional)
32+
While not mandatory, add a simple port-DUT or port-DUT-port test case or scenario demonstrating how the feature can be used to test a representative `Device Under Test`.
33+
- **Example test scenario:**
34+
- Configuration details: Description or example of usage of the new attributes or nodes in set_config or other APIs that can be used to emulate the test case on the test ports.
35+
- GetStats/GetStates/DUT telemetry to verify:
36+
New added attributes or choices in get_metrics/get_states or other APIs that can be used to verify the specified test case(s)

api/info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
Contributions can be made in the following ways:
99
- [open an issue](https://github.com/open-traffic-generator/models/issues) in the models repository
1010
- [fork the models repository](https://github.com/open-traffic-generator/models) and submit a PR
11-
version: 1.35.0
11+
version: 1.49.0
1212
contact:
1313
url: https://github.com/open-traffic-generator/models
1414
license:

0 commit comments

Comments
 (0)