File: control

package info (click to toggle)
anta 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,048 kB
  • sloc: python: 48,164; sh: 28; javascript: 9; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 984 bytes parent folder | download
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
29
30
31
32
Source: anta
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/aristanetworks/anta
Vcs-Browser: https://forgejo.debian.net/arista/anta
Vcs-Git: https://forgejo.debian.net/arista/anta

Package: python3-anta
Section: python
Architecture: all
Depends:
 python3-pydantic-extra-types,
 ${misc:Depends},
 ${python3:Depends},
Description: Arista Network Test Automation (ANTA) Framework
 ANTA is Python framework that automates tests for Arista network devices.
 .
 It provides a set of tests to validate the state of your network and can used to:
 .
   * Automate NRFU (Network Ready For Use) test on a preproduction network
   * Automate tests on a live network (periodically or on demand)
 .
 ANTA can be used with the ANTA CLI or as a Python library in your own
 application.