Skip to content

Commit

Permalink
Release v1.13.0-9
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Oct 3, 2024
1 parent de95025 commit 9f1f02e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions test/systest/cpdp-frr/topo.clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ topology:
nodes:
ixc:
kind: linux
image: ghcr.io/open-traffic-generator/keng-controller:1.13.0-1
image: ghcr.io/open-traffic-generator/keng-controller:1.13.0-9
network-mode: host
cmd: --accept-eula --http-port 8443
ports:
- 8443:8443
te1:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.25
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.90
ports:
- 5555:5555
- 50071:50071
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.399
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.404
network-mode: container:te1
startup-delay: 5
env:
Expand All @@ -36,7 +36,7 @@ topology:
- ./frr/vtysh.conf:/etc/frr/vtysh.conf
te2:
kind: linux
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.25
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.90
ports:
- 5556:5556
- 50072:50071
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.399
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.404
network-mode: container:te2
startup-delay: 5
env:
Expand Down
6 changes: 3 additions & 3 deletions test/systest/dp-b2b/compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
services:
controller:
image: ghcr.io/open-traffic-generator/keng-controller:1.13.0-1
image: ghcr.io/open-traffic-generator/keng-controller:1.13.0-9
command: --accept-eula --http-port 8443
network_mode: "host"
restart: always
traffic_engine_1:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.25
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.90
network_mode: "host"
restart: always
privileged: true
Expand All @@ -14,7 +14,7 @@ services:
- ARG_IFACE_LIST=virtual@af_packet,veth0
- OPT_NO_HUGEPAGES=Yes
traffic_engine_2:
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.25
image: ghcr.io/open-traffic-generator/ixia-c-traffic-engine:1.8.0.90
network_mode: "host"
restart: always
privileged: true
Expand Down

0 comments on commit 9f1f02e

Please sign in to comment.