Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuts Cisco IOSXE Test Class

This is an example of how to create a custom test class to be used with nuts.

Install

pip install git+https://github.com/briantsaunders/nuts-cisco-iosxe-tests.git

Use in Your Tests

To use this custom test class with your tests you will need to reference it in your test bundle. Below is an example:

---
- test_module: nuts_cisco_iosxe_tests.ntp_status
  test_class: TestNtpStatus
  label: NTP Tests
  test_data:
    - host: br-edge-01a
      ntp_status: synchronized

About

Example of how to write a custom test library for nuts.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages