You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Netdut is a [pytest](https://docs.pytest.org/) plugin which provides infrastructure (e.g. pytest fixtures) which make it easy to write automated tests for network switches.
@@ -13,8 +13,8 @@ Features
13
13
--------
14
14
15
15
* Brings the power, maturity and ecosystem of pytest to testing on network switches.
16
-
* The `dut` fixture (Device Under Test) providing serial, ssh or [EAPI](https://github.com/arista-eosplus/pyeapi) connectivity for running CLI commands on a network switch.
17
-
* Command-line configuration of a hostname and console name.
16
+
* The `dut` fixture (Device Under Test) providing serial, ssh or [EAPI](https://github.com/arista-eosplus/pyeapi) connectivity for running CLI commands on a network switch.
17
+
* Command-line configuration of a hostname and console name.
18
18
* Markers for skipping tests based on the device's type or software configuration.
19
19
* Compatibility with both Arista's EOS operating system, and the Metamako MOS operating system.
20
20
* A pythonic interfaces for writing EOS CLI commands.
0 commit comments