ANTA catalog for GreenT tests
VerifyGreenT ¶
Verifies if a GreenT (GRE Encapsulated Telemetry) policy other than the default is created.
Expected Results
- Success: The test will pass if a GreenT policy is created other than the default one.
- Failure: The test will fail if no other GreenT policy is created.
Examples
anta.tests.greent:
- VerifyGreenTCounters:
Source code in anta/tests/greent.py
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
|
VerifyGreenTCounters ¶
Verifies if the GreenT (GRE Encapsulated Telemetry) counters are incremented.
Expected Results
- Success: The test will pass if the GreenT counters are incremented.
- Failure: The test will fail if the GreenT counters are not incremented.
Examples
anta.tests.greent:
- VerifyGreenT:
Source code in anta/tests/greent.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|