open-traffic-generator / ixia-c

Ixia-c Traffic Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Randomly "context deadline exceeded" error seen while pushing config to ixia HW with OTG

bkreddy143 opened this issue · comments

Randomly seeing below errors while running https://github.com/openconfig/featureprofiles/tree/main/feature/gribi/otg_tests/ack_in_presence_other_routes on ixia HW chassis.

oute_ack_test.go:296: PushConfig(t) on ATE{Dims:Dims{Name:127.0.0.1:40051 Vendor:IXIA HardwareModel: SoftwareVersion: Ports:map[port1:Port{Name:xxxxxxxx;10;1 Speed:SPEED_UNSPECIFIED CardModel: PMD:PMD_UNSPECIFIED} port2:Port{Name:xxxxx;10;2 Speed:SPEED_UNSPECIFIED CardModel: PMD:PMD_UNSPECIFIED} port3:Port{Name:xxxx;10;3 Speed:SPEED_UNSPECIFIED CardModel: PMD:PMD_UNSPECIFIED}] CustomData:map[]}}: {
"code": 4,
"errors": [
"error on request {\nconfig: {\n ports: {\n location: "xxxxx;10;1"\n name: "port1"\n }\n ports: {\n location: "xxxx;10;2"\n name: "port2"\n }\n ports: {\n location: "xxxx;10;3"\n name: "port3"\n }\n devices: {\n ethernets: {\n connection: {\n choice: port_name\n port_name: "port1"\n }\n ipv4_addresses: {\n gateway: "192.0.2.1"\n address: "192.0.2.2"\n prefix: 30\n name: "port1.IPv4"\n }\n mac: "02:00:01:01:01:01"\n mtu: 1500\n name: "port1.Eth"\n }\n name: "port1"\n }\n devices: {\n ethernets: {\n connection: {\n choice: port_name\n port_name: "port2"\n }\n ipv4_addresses: {\n gateway: "192.0.2.5"\n address: "192.0.2.6"\n prefix: 30\n name: "port2.IPv4"\n }\n mac: "02:00:02:01:01:01"\n mtu: 1500\n name: "port2.Eth"\n }\n name: "port2"\n }\n devices: {\n ethernets: {\n connection: {\n choice: port_name\n port_name: "port3"\n }\n ipv4_addresses: {\n gateway: "192.0.2.9"\n address: "192.0.2.10"\n prefix: 30\n name: "port3.IPv4"\n }\n mac: "02:00:03:01:01:01"\n mtu: 1500\n name: "port3.Eth"\n }\n name: "port3"\n }\n}\n}: context deadline exceeded"
]
}