Skip to content

Commit 58c4de8

Browse files
ci: pre-commit autoupdate (aristanetworks#989)
* ci: pre-commit autoupdate updates: - [github.com/pycqa/pylint: v3.3.2 → v3.3.3](pylint-dev/pylint@v3.3.2...v3.3.3) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Guillaume Mulocher <[email protected]>
1 parent a5a93b7 commit 58c4de8

File tree

252 files changed

+252
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+252
-252
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
name: Run Ruff formatter
5656

5757
- repo: https://github.com/pycqa/pylint
58-
rev: "v3.3.2"
58+
rev: "v3.3.3"
5959
hooks:
6060
- id: pylint
6161
name: Check code style with pylint

anta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Arista Network Test Automation (ANTA) Framework."""

anta/catalog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Catalog related functions."""

anta/cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""ANTA CLI."""

anta/cli/_main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""ANTA CLI."""

anta/cli/check/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Click commands to validate configuration files."""

anta/cli/check/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
# pylint: disable = redefined-outer-name

anta/cli/console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""ANTA Top-level Console.

anta/cli/debug/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Click commands to execute EOS commands on remote devices."""

anta/cli/debug/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
# pylint: disable = redefined-outer-name

anta/cli/debug/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Utils functions to use with anta.cli.debug module."""

anta/cli/exec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Click commands to execute various scripts on EOS devices."""

anta/cli/exec/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Click commands to execute various scripts on EOS devices."""

anta/cli/exec/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44

anta/cli/get/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Click commands to get information from or generate inventories."""

anta/cli/get/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
# pylint: disable = redefined-outer-name

anta/cli/get/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Utils functions to use with anta.cli.get.commands module."""

anta/cli/nrfu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Click commands that run ANTA tests using anta.runner."""

anta/cli/nrfu/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Click commands that render ANTA tests results."""

anta/cli/nrfu/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Utils functions to use with anta.cli.nrfu.commands module."""

anta/cli/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Utils functions to use with anta.cli module."""

anta/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Constants used in ANTA."""

anta/custom_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module that provides predefined types for AntaTest.Input instances."""

anta/decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""decorators for tests."""

anta/device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""ANTA Device Abstraction Module."""

anta/input_models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Package related to all ANTA tests input models."""

anta/input_models/avt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for AVT tests."""

anta/input_models/bfd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for BFD tests."""

anta/input_models/connectivity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for connectivity tests."""

anta/input_models/cvx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for CVX tests."""

anta/input_models/interfaces.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for interface tests."""

anta/input_models/routing/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Package related to routing tests input models."""

anta/input_models/routing/bgp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for routing BGP tests."""

anta/input_models/routing/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for generic routing tests."""

anta/input_models/security.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for security tests."""

anta/input_models/services.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for services tests."""

anta/input_models/stun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for services tests."""

anta/input_models/system.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module containing input models for system tests."""

anta/inventory/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Inventory module for ANTA."""

anta/inventory/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Manage Exception in Inventory module."""

anta/inventory/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Models related to inventory management."""

anta/logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Configure logging for ANTA."""

anta/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Models to define a TestStructure."""

anta/reporter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Report management for ANTA."""

anta/reporter/csv_reporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""CSV Report management for ANTA."""

anta/reporter/md_reporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Markdown report generator for ANTA test results."""

anta/result_manager/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Result Manager module for ANTA."""

anta/result_manager/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Models related to anta.result_manager module."""

anta/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""ANTA runner function."""

anta/tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to all ANTA tests."""

anta/tests/aaa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to the EOS various AAA tests."""

anta/tests/avt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to Adaptive virtual topology tests."""

anta/tests/bfd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to BFD tests."""

anta/tests/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to the device configuration tests."""

anta/tests/connectivity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to various connectivity tests."""

anta/tests/cvx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to the CVX tests."""

anta/tests/field_notices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to field notices tests."""

anta/tests/flow_tracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to the flow tracking tests."""

anta/tests/greent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to GreenT (Postcard Telemetry) tests."""

anta/tests/hardware.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to the hardware or environment tests."""

anta/tests/interfaces.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to the device interfaces tests."""

anta/tests/lanz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to LANZ tests."""

anta/tests/logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to the EOS various logging tests.

anta/tests/mlag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to Multi-chassis Link Aggregation (MLAG) tests."""

anta/tests/multicast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Module related to multicast and IGMP tests."""

anta/tests/path_selection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Arista Networks, Inc.
1+
# Copyright (c) 2023-2025 Arista Networks, Inc.
22
# Use of this source code is governed by the Apache License 2.0
33
# that can be found in the LICENSE file.
44
"""Test functions related to various router path-selection settings."""

0 commit comments

Comments
 (0)