File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/lucasb-eyer/go-colorful v1.3.0
99 github.com/mum4k/termdash v0.20.0
1010 github.com/olekukonko/tablewriter v0.0.5
11- github.com/open-traffic-generator/snappi/gosnappi v1.43 .0
11+ github.com/open-traffic-generator/snappi/gosnappi v1.44 .0
1212 github.com/sirupsen/logrus v1.9.3
1313 github.com/spf13/cobra v1.10.1
1414 google.golang.org/protobuf v1.36.11
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ github.com/mum4k/termdash v0.20.0 h1:g6yZvE7VJmuefJmDrSrv5Az8IFTTSCqG0x8xiOMPbyM
5757github.com/mum4k/termdash v0.20.0 /go.mod h1:/kPwGKcOhLawc2OmWJPLQ5nzR5PmcbiKMcVv9/413b4 =
5858github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec =
5959github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
60- github.com/open-traffic-generator/snappi/gosnappi v1.43 .0 h1:+jsjsnGOrqtIACEKPxQNw8Slhdm4+mfwsCN8Eu1mhQo =
61- github.com/open-traffic-generator/snappi/gosnappi v1.43 .0 /go.mod h1:Lh+VQs2DNQXkTAcGNOIhk135zdTIhvoBADI0rKASc+g =
60+ github.com/open-traffic-generator/snappi/gosnappi v1.44 .0 h1:vvquU43oU28+5bpajuXhtyM70RvWwWtig0OZ0p8OlOU =
61+ github.com/open-traffic-generator/snappi/gosnappi v1.44 .0 /go.mod h1:wz0Sh9u+Ll3HqG8d/WCOlL0ZtlG9tKUZYx3OIuofQy8 =
6262github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
6363github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
6464github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ topology:
33 nodes :
44 ixc :
55 kind : linux
6- image : ghcr.io/open-traffic-generator/keng-controller:1.43 .0-7
6+ image : ghcr.io/open-traffic-generator/keng-controller:1.44 .0-8
77 network-mode : host
88 cmd : --accept-eula --http-port 8443
99 ports :
@@ -22,7 +22,7 @@ topology:
2222 WAIT_FOR_IFACE : Yes
2323 pe1 :
2424 kind : linux
25- image : ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.494
25+ image : ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.501
2626 network-mode : container:te1
2727 startup-delay : 5
2828 env :
@@ -48,7 +48,7 @@ topology:
4848 WAIT_FOR_IFACE : Yes
4949 pe2 :
5050 kind : linux
51- image : ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.494
51+ image : ghcr.io/open-traffic-generator/ixia-c-protocol-engine:1.00.0.501
5252 network-mode : container:te2
5353 startup-delay : 5
5454 env :
Original file line number Diff line number Diff line change 11services :
22 controller :
3- image : ghcr.io/open-traffic-generator/keng-controller:1.43 .0-7
3+ image : ghcr.io/open-traffic-generator/keng-controller:1.44 .0-8
44 command : --accept-eula --http-port 8443
55 network_mode : " host"
66 restart : always
You can’t perform that action at this time.
0 commit comments