jsnapy
jsnapy copied to clipboard
Python version of Junos Snapshot Administrator
Jsnapy prompt failing for password after giving username. Fix is to remove 'AND' clause with password and action field as None action is already handled and will cause 'AND' clause...
**Description of Issue/Question** Hi all, Just wanted to ask if it is possible to include more than 1 email address in the email yml file/ send_mail.yml? That would be the...
### Description of Issue/Question How to pass ansible variables to jsnapy test files? ### Setup (Please provide relevant configs, xml snapshots and related files (Be sure to remove sensitive info).)...
### Description of Issue/Question Hi, I have integrated jsnapy with ansible so that I can use ansible playbook to run jsnapy. However the info and err from my jsnapy tests...
### Description of Issue/Question When running snap and not providing username or password in config.yml or command line, snap will prompt for username and then error out with exceptions and...
Issue #400 fix, line 669 remove "and action None" from else statement to allow password prompt to appear Note, I do not know if this has implications outside my scenarios...
### Description of Issue/Question When a device is upgraded, a new environmental item is detected in post check, whilst not detected in precheck, the test errors out. ``` ERROR!! AttributeError...
### Description of Issue/Question @vnitinv @rahkumar651991 Thanks guys for reviewing and approving my Pull Request. Once thing that I've noticed after the official release the is the following --- etc/...
Hello! I have an error with this Python code. AttributeError: 'SnapAdmin' object has no attribute 'host_list' What i'm doing wrong? from jnpr.jsnapy import SnapAdmin from jnpr.junos import Device js =...
Hello! How to do arphimetic operations in the snapcheck tests? For example, real free memory in "show system memory" can be calculated like (total-free-cache-inactive/total), but how this formula can be...