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

[voq][chassis] decap/fib tests fail with error in pipeline run #10194

Closed
judyjoseph opened this issue Sep 28, 2023 · 1 comment
Closed

[voq][chassis] decap/fib tests fail with error in pipeline run #10194

judyjoseph opened this issue Sep 28, 2023 · 1 comment
Assignees

Comments

@judyjoseph
Copy link
Contributor

Description

Tests decap/fib fail with error in pipeline run for voq chassis in 202205

2023-09-18T15:23:19.4500504Z decap/test_decap.py::test_decap[ttl=pipe, dscp=uniform, vxlan=disable] 
2023-09-18T15:23:19.4502816Z -------------------------------- live log setup --------------------------------
2023-09-18T15:23:19.4504260Z 15:23:19 __init__._fixture_func_decorator         L0073 ERROR  | 
2023-09-18T15:23:19.4505229Z KeyError(u'20.0.0.1',)
2023-09-18T15:23:19.4506059Z Traceback (most recent call last):
2023-09-18T15:23:19.4510683Z   File "/azp/_work/8/s/tests/common/plugins/log_section_start/__init__.py", line 71, in _fixture_func_decorator
2023-09-18T15:23:19.4512014Z     return fixture_func(*args, **kargs)
2023-09-18T15:23:19.4513036Z   File "/azp/_work/8/s/tests/common/fixtures/fib_utils.py", line 300, in fib_info_files
2023-09-18T15:23:19.4514177Z     fib_info = get_t2_fib_info(duthosts, duts_config_facts, duts_minigraph_facts)
2023-09-18T15:23:19.4515461Z   File "/azp/_work/8/s/tests/common/fixtures/fib_utils.py", line 107, in get_t2_fib_info
2023-09-18T15:23:19.4516534Z     remote_duthost_name = sys_neigh[neigh_ip]['duthost_name']
2023-09-18T15:23:19.4517873Z KeyError: u'20.0.0.1'
2023-09-18T15:23:19.5371182Z ERROR                                                                    [ 25%]
2023-09-18T15:23:19.5386458Z decap/test_decap.py::test_decap[ttl=pipe, dscp=uniform, vxlan=set_unset] SKIPPED [ 50%]
2023-09-18T15:23:19.5402139Z decap/test_decap.py::test_decap[ttl=pipe, dscp=pipe, vxlan=disable] SKIPPED [ 75%]
2023-09-18T15:24:03.8712371Z decap/test_decap.py::test_decap[ttl=pipe, dscp=pipe, vxlan=set_unset] SKIPPED [100%]

The issue is root caused to route entry not getting cleaned up correctly when doing a config load_minigraph during earlier test bgp/test_traffic_shift.py::test_load_minigraph_with_traffic_shift_away

Steps to reproduce the issue:
1.
2.
3.

Describe the results you received:

Describe the results you expected:

Additional information you deem important:

**Output of `show version`:**

```
(paste your output here)
```

**Attach debug file `sudo generate_dump`:**

```
(paste your output here)
```
@judyjoseph judyjoseph self-assigned this Sep 28, 2023
@judyjoseph
Copy link
Contributor Author

judyjoseph commented Sep 28, 2023

should get resolved with sonic-net/sonic-buildimage#16454

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

No branches or pull requests

2 participants