Skip to content

Commit

Permalink
Release v1.12.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Sep 2, 2024
1 parent e3ca103 commit 438a6e7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ 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.8.0
github.com/open-traffic-generator/snappi/gosnappi v1.12.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
google.golang.org/protobuf v1.34.2
)

require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.5.4 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
Expand Down
10 changes: 5 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0=
github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down 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.8.0 h1:zvVBkS8GKjqtpVv3h86uRST3iY8pDoBDvPp6b7XF/Rc=
github.com/open-traffic-generator/snappi/gosnappi v1.8.0/go.mod h1:3OLmjWsPNyP8MsBTU74p0lHBZ/mewCnQH92lysPB7ic=
github.com/open-traffic-generator/snappi/gosnappi v1.12.0 h1:nEaSh7imm+0dId04UAZScd2n3grjIS2lbhoO8UJ7pjo=
github.com/open-traffic-generator/snappi/gosnappi v1.12.0/go.mod h1:Y0hBgoswmEQPWtGUdYKcSe+bptCPC6r88H2eDwxt/aY=
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 All @@ -52,7 +52,7 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
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.8.0-1
image: ghcr.io/open-traffic-generator/keng-controller:1.12.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.393
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.398
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.393
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.398
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.8.0-1
image: ghcr.io/open-traffic-generator/keng-controller:1.12.0-1
command: --accept-eula --http-port 8443
network_mode: "host"
restart: always
Expand Down

0 comments on commit 438a6e7

Please sign in to comment.