You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to add changes from #5345 to 202205 didn't works:
___________ ERROR collecting platform_tests/test_auto_negotiation.py ___________
/usr/local/lib/python2.7/dist-packages/pluggy/hooks.py:286: in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/manager.py:93: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/manager.py:87: in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/usr/local/lib/python2.7/dist-packages/_pytest/python.py:234: in pytest_pycollect_makeitem
res = list(collector._genfunctions(name, obj))
/usr/local/lib/python2.7/dist-packages/_pytest/python.py:410: in _genfunctions
self.ihook.pytest_generate_tests(metafunc=metafunc)
/usr/local/lib/python2.7/dist-packages/pluggy/hooks.py:286: in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/manager.py:93: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python2.7/dist-packages/pluggy/manager.py:87: in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
conftest.py:1345: in pytest_generate_tests
autoneg_tests_data = get_autoneg_tests_data()
conftest.py:1401: in get_autoneg_tests_data
for dutport, portinfo in ports.items()
E KeyError: 'common_port_speeds'
Steps to reproduce the issue:
run "test_auto_negotiation.py" test
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)
```
The text was updated successfully, but these errors were encountered:
Issue #5447 is closed as provided the fix.
But tests still failed on 202205.
Created the new issue #7076 and updated the skip in branch 202205
Signed-off-by: Anton <[email protected]>
maksymhedeon
pushed a commit
to githedgehog/sonic-mgmt
that referenced
this issue
Jan 5, 2023
Description
The original issue was reported in #5447. As a fix was provided the #5345.
But the issue still exists on branch 202205.
The error message:
Just to add changes from #5345 to 202205 didn't works:
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important:
The text was updated successfully, but these errors were encountered: