Skip to content

Commit 6d69635

Browse files
committed
Release v1.8.0-1
1 parent b44cb45 commit 6d69635

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

docker-compose/b2b-3pair/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:1.7.2-1
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.8.0-1
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always

docker-compose/b2b/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:1.7.2-1
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.8.0-1
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always

docker-compose/cpdp-b2b/compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:1.7.2-1
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.8.0-1
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always
@@ -31,14 +31,14 @@ services:
3131
- OPT_NO_PINNING=Yes
3232
- WAIT_FOR_IFACE=Yes
3333
protocol_engine_1:
34-
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.392
34+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.393
3535
restart: always
3636
privileged: true
3737
network_mode: service:traffic_engine_1
3838
environment:
3939
- INTF_LIST=veth0
4040
protocol_engine_2:
41-
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.392
41+
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.393
4242
restart: always
4343
privileged: true
4444
network_mode: service:traffic_engine_2

docker-compose/cpdp-b2b/tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-traffic-generator/otg-examples/cpdp-b2b/tests
33
go 1.19
44

55
require (
6-
github.com/open-traffic-generator/snappi/gosnappi v1.7.2
6+
github.com/open-traffic-generator/snappi/gosnappi v1.8.0
77
google.golang.org/protobuf v1.34.2
88
)
99

docker-compose/cpdp-b2b/tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
99
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
1010
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
1111
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
12-
github.com/open-traffic-generator/snappi/gosnappi v1.7.2 h1:uj4ZO/m2g2BQw5pMxivc7yVszfN0yVGK89b4UCemRUI=
13-
github.com/open-traffic-generator/snappi/gosnappi v1.7.2/go.mod h1:2FoOlkhPRlBJBiGJyi3/Luswu9ihpvzdQXTLIHRy4Is=
12+
github.com/open-traffic-generator/snappi/gosnappi v1.8.0 h1:zvVBkS8GKjqtpVv3h86uRST3iY8pDoBDvPp6b7XF/Rc=
13+
github.com/open-traffic-generator/snappi/gosnappi v1.8.0/go.mod h1:3OLmjWsPNyP8MsBTU74p0lHBZ/mewCnQH92lysPB7ic=
1414
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1515
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
1616
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=

docker-compose/cpdp-frr/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
controller:
3-
image: ghcr.io/open-traffic-generator/keng-controller:1.7.2-1
3+
image: ghcr.io/open-traffic-generator/keng-controller:1.8.0-1
44
command: --accept-eula --http-port 8443
55
network_mode: "host"
66
restart: always

hw/ixhw-b2b/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
controller:
4-
image: ghcr.io/open-traffic-generator/keng-controller:1.7.2-1
4+
image: ghcr.io/open-traffic-generator/keng-controller:1.8.0-1
55
restart: always
66
ports:
77
- "8443:8443"
@@ -23,7 +23,7 @@ services:
2323
max-file: "10"
2424
mode: "non-blocking"
2525
layer23-hw-server:
26-
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:1.7.1-4
26+
image: ghcr.io/open-traffic-generator/keng-layer23-hw-server:1.8.0-1
2727
restart: always
2828
command:
2929
- "dotnet"

snappi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
argparse==1.4.0
2-
snappi==1.7.2
2+
snappi==1.8.0

0 commit comments

Comments
 (0)