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 20, 2024
1 parent 9e818cf commit e3ca103
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mum4k/termdash v0.18.0
github.com/olekukonko/tablewriter v0.0.5
github.com/open-traffic-generator/snappi/gosnappi v1.7.2
github.com/open-traffic-generator/snappi/gosnappi v1.8.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
google.golang.org/protobuf v1.34.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/mum4k/termdash v0.18.0 h1:wpy3FKcVV5s2TOoMTKzqQXwL5VClZIlNrRqZDpeIzBA
github.com/mum4k/termdash v0.18.0/go.mod h1:VWL18wLZDKVKF/f4TkMRiKZb9Eg8Ax99PtNuGuRAguw=
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
Expand Down
6 changes: 3 additions & 3 deletions test/systest/cpdp-frr/topo.clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ topology:
nodes:
ixc:
kind: linux
image: ghcr.io/open-traffic-generator/keng-controller:1.7.2-1
image: ghcr.io/open-traffic-generator/keng-controller:1.8.0-1
network-mode: host
cmd: --accept-eula --http-port 8443
ports:
Expand All @@ -22,7 +22,7 @@ topology:
WAIT_FOR_IFACE: Yes
pe1:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.392
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.393
network-mode: container:te1
startup-delay: 5
env:
Expand All @@ -48,7 +48,7 @@ topology:
WAIT_FOR_IFACE: Yes
pe2:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.392
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.393
network-mode: container:te2
startup-delay: 5
env:
Expand Down
2 changes: 1 addition & 1 deletion test/systest/dp-b2b/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
controller:
image: ghcr.io/open-traffic-generator/keng-controller:1.7.2-1
image: ghcr.io/open-traffic-generator/keng-controller:1.8.0-1
command: --accept-eula --http-port 8443
network_mode: "host"
restart: always
Expand Down

0 comments on commit e3ca103

Please sign in to comment.