Skip to content
Open
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 docs/lab-examples/ixiacone-srl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| **Resource requirements**[^1] | :fontawesome-solid-microchip: 2 <br/>:fontawesome-solid-memory: 2 GB |
| **Topology file** | [ixiacone-srl.clab.yaml][topofile] |
| **Name** | ixiac01 |
| **Version information**[^2] | `containerlab:0.46.2`, `ixia-c-one:1.40.0-15`, `srlinux:23.10.1`, `docker-ce:20.10.2` |
| **Version information**[^2] | `containerlab:0.46.2`, `ixia-c-one:1.41.0-1`, `srlinux:23.10.1`, `docker-ce:20.10.2` |

## Description

Expand Down
2 changes: 1 addition & 1 deletion lab-examples/ixiac01/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ixiac01

go 1.24.0

require github.com/open-traffic-generator/snappi/gosnappi v1.40.3
require github.com/open-traffic-generator/snappi/gosnappi v1.41.0

require (
github.com/Masterminds/semver/v3 v3.4.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions lab-examples/ixiac01/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/open-traffic-generator/snappi/gosnappi v1.40.3 h1:FEpYsVmoae+ak5/JfeqN5dwhGkOdwbA0FGbqYArjecU=
github.com/open-traffic-generator/snappi/gosnappi v1.40.3/go.mod h1:GJZ9fZcD2zA9+6DHoMUT6+XrEHu9zied5xtJeNcvSiw=
github.com/open-traffic-generator/snappi/gosnappi v1.41.0 h1:P1hUTpkbgAJXK1OvvAujKLNq7iNThWZhQmcxYF+c61s=
github.com/open-traffic-generator/snappi/gosnappi v1.41.0/go.mod h1:GJZ9fZcD2zA9+6DHoMUT6+XrEHu9zied5xtJeNcvSiw=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
Expand Down
2 changes: 1 addition & 1 deletion lab-examples/ixiac01/ixiac01.clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ topology:
nodes:
ixia-c:
kind: keysight_ixia-c-one
image: ghcr.io/open-traffic-generator/ixia-c-one:1.40.0-15
image: ghcr.io/open-traffic-generator/ixia-c-one:1.41.0-1
srl:
kind: nokia_srlinux
image: ghcr.io/nokia/srlinux:23.10.1
Expand Down
2 changes: 1 addition & 1 deletion tests/04-basic-ixiacone/04-ixiacone01-clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ topology:
nodes:
ixia:
kind: keysight_ixia-c-one
image: ghcr.io/open-traffic-generator/ixia-c-one:1.40.0-15
image: ghcr.io/open-traffic-generator/ixia-c-one:1.41.0-1
linux:
kind: linux
image: alpine:3
Expand Down
Loading