summaryrefslogtreecommitdiffstats
path: root/tests/data/test_catalog_with_tags.yml
blob: 0c8f5f60c6f90780f72bcc87feab85c242cadebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
anta.tests.system:
  - VerifyUptime:
      minimum: 10
      filters:
        tags: ['fabric']
  - VerifyReloadCause:
      filters:
        tags: ['leaf', 'spine']
  - VerifyCoredump:
  - VerifyAgentLogs:
  - VerifyCPUUtilization:
      filters:
        tags: ['leaf']
  - VerifyMemoryUtilization:
      filters:
        tags: ['testdevice']
  - VerifyFileSystemUtilization:
  - VerifyNTP:

anta.tests.mlag:
  - VerifyMlagStatus:

anta.tests.interfaces:
  - VerifyL3MTU:
      mtu: 1500
      filters:
        tags: ['demo']