Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# update for any release using
# curl -kLO https://github.com/open-traffic-generator/ixia-c/releases/download/v1.53.0-1/versions.yaml
# curl -kLO https://github.com/open-traffic-generator/ixia-c/releases/download/v1.53.0-12/versions.yaml
VERSIONS_YAML="versions.yaml"
VETH_A="veth-a"
VETH_Z="veth-z"
Expand Down
8 changes: 4 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
release: 1.53.0-1
release: 1.53.0-12
images:
- name: controller
path: ghcr.io/open-traffic-generator/keng-controller
tag: 1.53.0-1
tag: 1.53.0-12
- name: gnmi-server
path: ghcr.io/open-traffic-generator/otg-gnmi-server
tag: 1.53.0
tag: 1.53.2
- name: traffic-engine
path: ghcr.io/open-traffic-generator/ixia-c-traffic-engine
tag: 1.8.0.245
- name: protocol-engine
path: ghcr.io/open-traffic-generator/ixia-c-protocol-engine
tag: 1.00.0.522
tag: 1.00.0.523
Loading