jsnapy

Python version of Junos Snapshot Administrator

APACHE-2.0 License

Downloads
2.7K
Stars
115
Committers
27

Bot releases are visible (Hide)

jsnapy - For systests(v0.1.3-beta)

Published by Jainpriyal over 8 years ago

Feature Enhancements

  1. RPC error and warning will be stored in snapshots (and database also)

  2. 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 
    
  3. Updated README.md file

Bug Fixes

  1. Fixed bug in not-exists test operator
jsnapy - For systests(v0.1.2-beta)

Published by Jainpriyal over 8 years ago

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.
jsnapy - For systests

Published by vnitinv over 8 years ago

Filter xml issue fixed

jsnapy - for testing

Published by vnitinv over 8 years ago