Skip to content

Commit

Permalink
Merge pull request #92 from open-traffic-generator/dev-14th-sept
Browse files Browse the repository at this point in the history
v0.0.1-4478
  • Loading branch information
apratimmukherjee authored Sep 14, 2023
2 parents f0f2014 + 930b08f commit 95d6056
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 32 deletions.
12 changes: 6 additions & 6 deletions deployments/ixia-c-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@ data:
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/licensed/ixia-c-controller",
"tag": "0.0.1-4435",
"tag": "0.0.1-4478",
"env": {
"TRACE": "true"
}
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/ixia-c-gnmi-server",
"tag": "1.12.4"
"tag": "1.12.5"
},
{
"name": "traffic-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine",
"tag": "1.6.0.35"
"tag": "1.6.0.45"
},
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine",
"tag": "1.00.0.325"
"tag": "1.00.0.326"
},
{
"name": "controller-community",
"path": "ghcr.io/open-traffic-generator/ixia-c-controller",
"tag": "0.0.1-4435"
"tag": "0.0.1-4478"
},
{
"name": "ixia-c-one",
"path": "ghcr.io/open-traffic-generator/ixia-c-one",
"tag": "0.0.1-4435"
"tag": "0.0.1-4478"
}
]
}
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KIND_VERSION=v0.16.0
METALLB_VERSION=v0.13.6
MESHNET_COMMIT=f26c193
MESHNET_IMAGE="networkop/meshnet\:v0.3.0"
IXIA_C_OPERATOR_VERSION="0.3.4"
IXIA_C_OPERATOR_VERSION="0.3.6"
IXIA_C_OPERATOR_YAML="https://github.com/open-traffic-generator/ixia-c-operator/releases/download/v${IXIA_C_OPERATOR_VERSION}/ixiatg-operator.yaml"
NOKIA_SRL_OPERATOR_VERSION="0.4.6"
NOKIA_SRL_OPERATOR_YAML="https://github.com/srl-labs/srl-controller/config/default?ref=v${NOKIA_SRL_OPERATOR_VERSION}"
Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.18

require (
github.com/dreadl0ck/gopcap v0.0.0-20190327214342-be2a4d78505f
github.com/open-traffic-generator/snappi/gosnappi v0.12.2
github.com/open-traffic-generator/snappi/gosnappi v0.12.3
github.com/openconfig/gnmi v0.9.1
github.com/openconfig/goyang v1.2.0
github.com/openconfig/ygnmi v0.7.7
github.com/openconfig/ygot v0.25.6
golang.org/x/crypto v0.6.0
google.golang.org/grpc v1.57.0
golang.org/x/crypto v0.11.0
google.golang.org/grpc v1.58.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -28,9 +28,9 @@ require (
github.com/openconfig/gocloser v0.0.0-20220310182203-c6c950ed3b0b // indirect
github.com/pkg/errors v0.9.1 // indirect
go.universe.tf/netboot v0.0.0-20210617221821-fc2840fa7b05 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 95d6056

Please sign in to comment.