Skip to content

Commit

Permalink
Merge pull request #59 from hakasapl/cisco
Browse files Browse the repository at this point in the history
Cisco NXOS Driver
  • Loading branch information
hakasapl authored Sep 10, 2024
2 parents 1e31677 + 6f08c8a commit 7e045a3
Show file tree
Hide file tree
Showing 15 changed files with 2,590 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Ansible site for MOC/OCT switches
## Supported Switch OSes

* Dell OS9 (FTOS9)
* Cisco NXOS

## Site Setup

Expand Down
11 changes: 11 additions & 0 deletions README.tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
To run the unit tests, from the top level of the repository *or* from the `filter_plugins` directory run:

```
pytest
```

To see more information about `xfail` (tests that are expected to fail) and other skipped tests:

```
pytest -rxXs
```
Loading

0 comments on commit 7e045a3

Please sign in to comment.