We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CI to pass for test_get_netmiko_platform_5_bigip unit test.
Test fails with AssertionError:
====================================================================== FAIL: test_get_netmiko_platform_5_bigip (nautobot_ssot.tests.device42.unit.test_utils_device42.TestUtilsDevice42.test_get_netmiko_platform_5_bigip) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/parameterized/parameterized.py", line 533, in standalone_func return func(*(a + p.args), **p.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/source/nautobot_ssot/tests/device42/unit/test_utils_device42.py", line 174, in test_get_netmiko_platform self.assertEqual(device42.get_netmiko_platform(sent), received) AssertionError: 'bigip_f5' != 'f5_tmsh' - bigip_f5 + f5_tmsh
invoke tests
The text was updated successfully, but these errors were encountered:
I believe this is related to a change in the PYATS_LIB_MAPPER mapping in netutils.
Sorry, something went wrong.
jdrew82
Successfully merging a pull request may close this issue.
Environment
Expected Behavior
CI to pass for test_get_netmiko_platform_5_bigip unit test.
Observed Behavior
Test fails with AssertionError:
Steps to Reproduce
invoke tests
.The text was updated successfully, but these errors were encountered: