apurvaraghu
apurvaraghu
> Please check what is the impact of removing "action is None" condition . This doesn't break any part of the code and tests also pass successfully. Are there any...
Is this specific to vmhost device or any Junos device?
Timeout parameter used in Config class and RPC operations have different purposes and function at different levels in Ansible. Timeout in Config class is specifically used for configuration related tasks...
Can you please specify what kind of device you are using?
Please use a different variable name which is not same as a Junos parameter name. The command is working as per design. Below is an example: yaml_data = """ ---...
The no-copy argument used in sw.install() method is used within the PyEZ framework to control how the software installation will be handled and not directly passed to underlying pkgadd command...
Hi, Can you provide a reproduction script for this issue?
Logger initialized with SW and JSNAPy module tend to print output multiple times on console and file
According to your script, each time the function update_progress() is called, it adds a new console handler and a file handler to the root logger. Please try to change the...
Hi @jnpr-bowen, Can you please provide a reproduction script. I tried testing this and I can retrieve the facts successfully.
Device.open() has an optional variable conn_open_timeout which can used to specify timeout in seconds and used while opening a SSH connection to the device. :param int conn_open_timeout: *OPTIONAL* To specify...