Releases: Juniper/jsnapy
Releases · Juniper/jsnapy
For systests(v0.1.3-beta)
Feature Enhancements
-
RPC error and warning will be stored in snapshots (and database also)
-
Renamed devices to device in main yaml config file
example: hosts: - devices: 10.209.16.204 username : abc passwd: pqr tests: - test_exists.yml can be written as: hosts: - device: 10.209.16.204 username : abc passwd: pqr tests: - test_exists.yml
-
Updated README.md file
Bug Fixes
- Fixed bug in not-exists test operator
For systests(v0.1.2-beta)
Feature Enhancement:
1. If password is not given and ssh is also not configured then it will prompt for password.
2. renaming args to kwargs in rpc in yaml testfiles.
3. Modified —diff command, if complete path of snapfile is given then no need to give config file.
Bug Fixes:
1. Modified snapfile names, all special characters are now replaced with underscore
For example:
1. for command show interface terse ge-0/0/0
name is: router_pre_show_interfaces_terse_ge_0_0_0.xml
2. for command show interface terse lo*
name is: router_post_show_interfaces_terse_lo_.xml
2. not-exists operator was not displaying error messages given in testcase, in case of test failure.
3. Disable logs coming from other imported modules.
For systests
Filter xml issue fixed
for testing
v0.1-beta resolving merge conflict