Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
cf95a75
TCP properties
waseembaig Feb 9, 2024
1edf30a
Http properties
waseembaig Feb 9, 2024
db11360
Update auto generated content
actions-user Feb 9, 2024
ee9897b
updated traffic prodile
waseembaig Feb 16, 2024
cda0061
Update auto generated content
actions-user Feb 9, 2024
a76ab6d
Updates of TrafficProfile
waseembaig Feb 23, 2024
231a907
Update auto generated content
actions-user Feb 16, 2024
80cf35f
Update of objectives
waseembaig Mar 1, 2024
37ba2b2
control models
waseembaig May 10, 2024
a12d95e
control state update
waseembaig May 10, 2024
d1487c6
Update auto generated content
actions-user May 10, 2024
8233258
updated control model
waseembaig May 10, 2024
4ab7b22
Update auto generated content
actions-user May 10, 2024
eccd6d0
Latest updates
waseembaig Jun 26, 2024
e6c62d6
updates
waseembaig Jun 28, 2024
7c6fd72
Update auto generated content
actions-user Jun 28, 2024
802f031
update ethernet.yaml
waseembaig Jul 9, 2024
f1fa86c
update ethernet count
waseembaig Aug 1, 2024
a413d22
Update auto generated content
actions-user Aug 1, 2024
94b52d1
update ethernet count
waseembaig Aug 1, 2024
9c100d7
Merge branch 'L47_model_support' of https://github.com/open-traffic-g…
waseembaig Aug 1, 2024
bfff325
Updates of Vlan, trafficprofile
waseembaig Aug 7, 2024
2b2a43c
Update auto generated content
actions-user Aug 7, 2024
57aaa5b
added http version
waseembaig Aug 7, 2024
8d255bc
Merge branch 'L47_model_support' of https://github.com/open-traffic-g…
waseembaig Aug 7, 2024
4fed600
Update auto generated content
actions-user Aug 7, 2024
f9aee33
updated TCP buffer
waseembaig Aug 27, 2024
00d8bc4
Update auto generated content
actions-user Aug 27, 2024
827a0eb
update objective
waseembaig Aug 27, 2024
2b43d28
Merge branch 'L47_model_support' of https://github.com/open-traffic-g…
waseembaig Aug 27, 2024
64e65ba
Update auto generated content
actions-user Aug 27, 2024
37ff095
update of objective and trafficmap
waseembaig Sep 17, 2024
aef282f
Merge branch 'L47_model_support' of https://github.com/open-traffic-g…
waseembaig Sep 17, 2024
f1152f7
update custom
waseembaig Sep 17, 2024
52ff989
update objective defaults
waseembaig Sep 17, 2024
73ff3e3
update workflow
waseembaig Sep 17, 2024
c1c5b2f
Update auto generated content
actions-user Sep 17, 2024
e8f5b39
update of stats
waseembaig Oct 18, 2024
736153a
Merge branch 'L47_model_support' of https://github.com/open-traffic-g…
waseembaig Oct 18, 2024
9e3d893
Update auto generated content
actions-user Oct 18, 2024
e6334bf
ipv6_support
waseembaig Aug 22, 2025
c09cee7
Update auto generated content
actions-user Aug 22, 2025
e89c960
updates of main
waseembaig Sep 16, 2025
78b90ef
Update auto generated content
actions-user Sep 16, 2025
f6fae3c
updates from main
waseembaig Sep 16, 2025
74c41ec
Merge branch 'L47_model_support' of https://github.com/open-traffic-g…
waseembaig Sep 16, 2025
84eaf95
added ipv6 count
waseembaig Mar 20, 2026
676cd40
update from master
waseembaig Mar 20, 2026
4036364
Update workflow
waseembaig Mar 26, 2026
e4abcf2
update workflow
waseembaig Mar 26, 2026
29b478a
update of http client
waseembaig Mar 27, 2026
684da9e
Update auto generated content
actions-user Mar 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -28,12 +28,10 @@ jobs:
python -m pip install virtualenv
python -m virtualenv .env
.env/bin/python -m pip install -r requirements.txt

- name: Generate artifacts
# generate all artifacts inside artifacts/ directory
run: |
.env/bin/python build.py

- name: Upload artifacts
# upload all files in the artifacts directory
# the artifact zip is available using the following github API
Expand All @@ -53,7 +51,6 @@ jobs:
id: get_version
run: |
echo "::set-output name=version::v$(grep version api/info.yaml | cut -d: -f2 | sed -e 's/ //g')"

- name: Check tag for current version
uses: mukunku/tag-exists-action@v1.0.0
id: check_tag
Expand All @@ -78,7 +75,6 @@ jobs:
else
echo "No changed auto generated content"
fi

- name: Create release and publish artifacts
if: github.ref == 'refs/heads/master' && steps.check_tag.outputs.exists == 'false'
uses: ncipollo/release-action@v1
Expand All @@ -87,4 +83,4 @@ jobs:
body: "View openapi.yaml spec at https://redocly.github.io/redoc/?url=https://github.com/open-traffic-generator/models/releases/download/${{ steps.get_version.outputs.version }}/openapi.yaml"
artifacts: artifacts/openapi.yaml,artifacts/openapi.json,artifacts/otg.proto,artifacts/openapi.html
tag: ${{ steps.get_version.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Trafficprofile"
]
}
21 changes: 12 additions & 9 deletions artifacts/openapi.html

Large diffs are not rendered by default.

Loading