Configuration
ANTA catalog for configuration tests¶
Test functions related to the device configuration
VerifyRunningConfigDiffs ¶
Bases: AntaTest
Verifies there is no difference between the running-config and the startup-config
Source code in anta/tests/configuration.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|
VerifyZeroTouch ¶
Bases: AntaTest
Verifies ZeroTouch is disabled
Source code in anta/tests/configuration.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|