Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bkreddy143 opened this issue May 17, 2023 · 0 comments

Comments

@bkreddy143
Copy link

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"
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant