Skip to content

Commit

Permalink
Release v1.8.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Aug 19, 2024
1 parent 3a78548 commit ef58d90
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# update for any release using
# curl -kLO https://github.com/open-traffic-generator/ixia-c/releases/download/v1.7.2-1/versions.yaml
# curl -kLO https://github.com/open-traffic-generator/ixia-c/releases/download/v1.8.0-1/versions.yaml
VERSIONS_YAML="versions.yaml"
VETH_A="veth-a"
VETH_Z="veth-z"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/dreadl0ck/gopcap v0.0.0-20190327214342-be2a4d78505f
github.com/open-traffic-generator/snappi/gosnappi v1.7.2
github.com/open-traffic-generator/snappi/gosnappi v1.8.0
github.com/openconfig/gnmi v0.9.1
github.com/openconfig/goyang v1.2.0
github.com/openconfig/ygnmi v0.7.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTS
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/open-traffic-generator/snappi/gosnappi v1.7.2 h1:uj4ZO/m2g2BQw5pMxivc7yVszfN0yVGK89b4UCemRUI=
github.com/open-traffic-generator/snappi/gosnappi v1.7.2/go.mod h1:2FoOlkhPRlBJBiGJyi3/Luswu9ihpvzdQXTLIHRy4Is=
github.com/open-traffic-generator/snappi/gosnappi v1.8.0 h1:zvVBkS8GKjqtpVv3h86uRST3iY8pDoBDvPp6b7XF/Rc=
github.com/open-traffic-generator/snappi/gosnappi v1.8.0/go.mod h1:3OLmjWsPNyP8MsBTU74p0lHBZ/mewCnQH92lysPB7ic=
github.com/openconfig/gnmi v0.0.0-20200414194230-1597cc0f2600/go.mod h1:M/EcuapNQgvzxo1DDXHK4tx3QpYM/uG4l591v33jG2A=
github.com/openconfig/gnmi v0.0.0-20200508230933-d19cebf5e7be/go.mod h1:M/EcuapNQgvzxo1DDXHK4tx3QpYM/uG4l591v33jG2A=
github.com/openconfig/gnmi v0.0.0-20220920173703-480bf53a74d2/go.mod h1:Y9os75GmSkhHw2wX8sMsxfI7qRGAEcDh8NTa5a8vj6E=
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black; python_version > '3.6'
flake8
pypcapfile==0.12.0
snappi==1.7.2
snappi==1.8.0
pytest == 6.2.5
pytest-html
pytest-metadata == 1.11.0
8 changes: 4 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
release: 1.7.2-1
release: 1.8.0-1
images:
- name: controller
path: ghcr.io/open-traffic-generator/keng-controller
tag: 1.7.2-1
tag: 1.8.0-1
- name: gnmi-server
path: ghcr.io/open-traffic-generator/otg-gnmi-server
tag: 1.14.7
tag: 1.14.8
- name: traffic-engine
path: ghcr.io/open-traffic-generator/ixia-c-traffic-engine
tag: 1.8.0.25
- name: protocol-engine
path: ghcr.io/open-traffic-generator/ixia-c-protocol-engine
tag: 1.00.0.392
tag: 1.00.0.393

0 comments on commit ef58d90

Please sign in to comment.