diff --git a/test/systest/cpdp-frr/topo.clab.yml b/test/systest/cpdp-frr/topo.clab.yml index 1254674..1f22816 100644 --- a/test/systest/cpdp-frr/topo.clab.yml +++ b/test/systest/cpdp-frr/topo.clab.yml @@ -3,7 +3,7 @@ topology: nodes: ixc: kind: linux - image: ghcr.io/open-traffic-generator/keng-controller:1.6.2-1 + image: ghcr.io/open-traffic-generator/keng-controller:1.6.2-13 network-mode: host cmd: --accept-eula --http-port 8443 ports: diff --git a/test/systest/dp-b2b/compose.yml b/test/systest/dp-b2b/compose.yml index 504bdd6..a02cc49 100644 --- a/test/systest/dp-b2b/compose.yml +++ b/test/systest/dp-b2b/compose.yml @@ -1,6 +1,6 @@ services: controller: - image: ghcr.io/open-traffic-generator/keng-controller:1.6.2-1 + image: ghcr.io/open-traffic-generator/keng-controller:1.6.2-13 command: --accept-eula --http-port 8443 network_mode: "host" restart: always