provided client type for PCL to have proper telemetry#169
provided client type for PCL to have proper telemetry#169xorrkaz merged 4 commits intoCiscoDevNet:masterfrom
Conversation
|
Thanks for this @vprysiaz . But all tests fail. Looks like an indentation issue. Moreover, will this work with PCL >= 2.8? |
|
And by work, I mean will it break PCL >= 2.8 if it's specified? If it is just ignored as a kwargs key, then that's fine. |
|
I will fix it today/tomorrow. yes. it is issue in pcl (we do not ignore kwargs...) |
virl/helpers.py
Outdated
| client = ClientLibrary(server.host, server.user, server.passwd, | ||
| raise_for_auth_failure=True, | ||
| ssl_verify=ssl_verify, | ||
| client_type="VirlUtils", |
There was a problem hiding this comment.
For modernity, this should be "cmlutils"
xorrkaz
left a comment
There was a problem hiding this comment.
This looks good in general. I just had one request.
|
You also still have an indentation issue. See the test results. |
how to run them locally? |
|
I wanna submit fix for a tag and indentation in one commit. |
Pull Request Test Coverage Report for Build 22954427290Details
💛 - Coveralls |
No description provided.