From cf45fc5550afed428d19f02ad89c4f225bd44dd4 Mon Sep 17 00:00:00 2001 From: gmuloc Date: Tue, 2 Jan 2024 14:57:41 +0100 Subject: [PATCH] CI: Update license stuff with pre-commit --- anta/__init__.py | 2 +- anta/aioeapi.py | 2 +- anta/catalog.py | 2 +- anta/cli/__init__.py | 2 +- anta/cli/check/__init__.py | 2 +- anta/cli/check/commands.py | 2 +- anta/cli/console.py | 2 +- anta/cli/debug/__init__.py | 2 +- anta/cli/debug/commands.py | 2 +- anta/cli/debug/utils.py | 2 +- anta/cli/exec/__init__.py | 2 +- anta/cli/exec/commands.py | 2 +- anta/cli/exec/utils.py | 2 +- anta/cli/get/__init__.py | 2 +- anta/cli/get/commands.py | 2 +- anta/cli/get/utils.py | 2 +- anta/cli/nrfu/__init__.py | 2 +- anta/cli/nrfu/commands.py | 2 +- anta/cli/nrfu/utils.py | 2 +- anta/cli/utils.py | 2 +- anta/custom_types.py | 2 +- anta/decorators.py | 2 +- anta/device.py | 2 +- anta/inventory/__init__.py | 2 +- anta/inventory/exceptions.py | 2 +- anta/inventory/models.py | 2 +- anta/logger.py | 2 +- anta/models.py | 2 +- anta/reporter/__init__.py | 2 +- anta/result_manager/__init__.py | 2 +- anta/result_manager/models.py | 2 +- anta/runner.py | 2 +- anta/tests/__init__.py | 2 +- anta/tests/aaa.py | 2 +- anta/tests/configuration.py | 2 +- anta/tests/connectivity.py | 2 +- anta/tests/field_notices.py | 2 +- anta/tests/hardware.py | 2 +- anta/tests/interfaces.py | 2 +- anta/tests/logging.py | 2 +- anta/tests/mlag.py | 2 +- anta/tests/multicast.py | 2 +- anta/tests/profiles.py | 2 +- anta/tests/routing/__init__.py | 2 +- anta/tests/routing/bgp.py | 2 +- anta/tests/routing/generic.py | 2 +- anta/tests/routing/ospf.py | 2 +- anta/tests/security.py | 2 +- anta/tests/snmp.py | 2 +- anta/tests/software.py | 2 +- anta/tests/stp.py | 2 +- anta/tests/system.py | 2 +- anta/tests/vxlan.py | 2 +- anta/tools/__init__.py | 2 +- anta/tools/get_value.py | 2 +- anta/tools/misc.py | 2 +- docs/README.md | 2 +- docs/advanced_usages/as-python-lib.md | 2 +- docs/advanced_usages/caching.md | 2 +- docs/advanced_usages/custom-tests.md | 2 +- docs/api/catalog.md | 2 +- docs/api/device.md | 2 +- docs/api/inventory.md | 2 +- docs/api/inventory.models.input.md | 2 +- docs/api/models.md | 2 +- docs/api/report_manager.md | 2 +- docs/api/result_manager.md | 2 +- docs/api/result_manager_models.md | 2 +- docs/api/tests.aaa.md | 2 +- docs/api/tests.configuration.md | 2 +- docs/api/tests.connectivity.md | 2 +- docs/api/tests.field_notices.md | 2 +- docs/api/tests.hardware.md | 2 +- docs/api/tests.interfaces.md | 2 +- docs/api/tests.logging.md | 2 +- docs/api/tests.md | 2 +- docs/api/tests.mlag.md | 2 +- docs/api/tests.multicast.md | 2 +- docs/api/tests.profiles.md | 2 +- docs/api/tests.routing.bgp.md | 2 +- docs/api/tests.routing.generic.md | 2 +- docs/api/tests.routing.ospf.md | 2 +- docs/api/tests.security.md | 2 +- docs/api/tests.snmp.md | 2 +- docs/api/tests.software.md | 2 +- docs/api/tests.stp.md | 2 +- docs/api/tests.system.md | 2 +- docs/api/tests.vxlan.md | 2 +- docs/api/types.md | 2 +- docs/cli/check.md | 2 +- docs/cli/debug.md | 2 +- docs/cli/exec.md | 2 +- docs/cli/get-inventory-information.md | 2 +- docs/cli/inv-from-ansible.md | 2 +- docs/cli/inv-from-cvp.md | 2 +- docs/cli/nrfu.md | 2 +- docs/cli/overview.md | 2 +- docs/cli/tag-management.md | 2 +- docs/contribution.md | 2 +- docs/faq.md | 2 +- docs/getting-started.md | 2 +- docs/imgs/animated-svg.md | 2 +- docs/requirements-and-installation.md | 2 +- docs/scripts/generate_svg.py | 2 +- docs/usage-inventory-catalog.md | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/data/__init__.py | 2 +- tests/data/json_data.py | 2 +- tests/data/syntax_error.py | 2 +- tests/lib/__init__.py | 2 +- tests/lib/anta.py | 2 +- tests/lib/fixture.py | 2 +- tests/lib/utils.py | 2 +- tests/units/__init__.py | 2 +- tests/units/anta_tests/README.md | 2 +- tests/units/anta_tests/__init__.py | 2 +- tests/units/anta_tests/routing/__init__.py | 2 +- tests/units/anta_tests/routing/test_bgp.py | 2 +- tests/units/anta_tests/routing/test_generic.py | 2 +- tests/units/anta_tests/routing/test_ospf.py | 2 +- tests/units/anta_tests/test_aaa.py | 2 +- tests/units/anta_tests/test_configuration.py | 2 +- tests/units/anta_tests/test_connectivity.py | 2 +- tests/units/anta_tests/test_field_notices.py | 2 +- tests/units/anta_tests/test_hardware.py | 2 +- tests/units/anta_tests/test_interfaces.py | 2 +- tests/units/anta_tests/test_logging.py | 2 +- tests/units/anta_tests/test_mlag.py | 2 +- tests/units/anta_tests/test_multicast.py | 2 +- tests/units/anta_tests/test_profiles.py | 2 +- tests/units/anta_tests/test_security.py | 2 +- tests/units/anta_tests/test_snmp.py | 2 +- tests/units/anta_tests/test_software.py | 2 +- tests/units/anta_tests/test_stp.py | 2 +- tests/units/anta_tests/test_system.py | 2 +- tests/units/anta_tests/test_vxlan.py | 2 +- tests/units/cli/__init__.py | 2 +- tests/units/cli/check/__init__.py | 2 +- tests/units/cli/check/test__init__.py | 2 +- tests/units/cli/check/test_commands.py | 2 +- tests/units/cli/debug/__init__.py | 2 +- tests/units/cli/debug/test__init__.py | 2 +- tests/units/cli/debug/test_commands.py | 2 +- tests/units/cli/exec/__init__.py | 2 +- tests/units/cli/exec/test__init__.py | 2 +- tests/units/cli/exec/test_commands.py | 2 +- tests/units/cli/exec/test_utils.py | 2 +- tests/units/cli/get/__init__.py | 2 +- tests/units/cli/get/test__init__.py | 2 +- tests/units/cli/get/test_commands.py | 2 +- tests/units/cli/get/test_utils.py | 2 +- tests/units/cli/nrfu/__init__.py | 2 +- tests/units/cli/nrfu/test__init__.py | 2 +- tests/units/cli/nrfu/test_commands.py | 2 +- tests/units/cli/test__init__.py | 2 +- tests/units/inventory/__init__.py | 2 +- tests/units/inventory/test_inventory.py | 2 +- tests/units/inventory/test_models.py | 2 +- tests/units/reporter/__init__.py | 2 +- tests/units/reporter/test__init__.py | 2 +- tests/units/result_manager/__init__.py | 2 +- tests/units/result_manager/test__init__.py | 2 +- tests/units/result_manager/test_models.py | 2 +- tests/units/test_catalog.py | 2 +- tests/units/test_device.py | 2 +- tests/units/test_logger.py | 2 +- tests/units/test_models.py | 2 +- tests/units/test_runner.py | 2 +- tests/units/tools/__init__.py | 2 +- tests/units/tools/test_get_value.py | 2 +- tests/units/tools/test_misc.py | 2 +- 172 files changed, 172 insertions(+), 172 deletions(-) diff --git a/anta/__init__.py b/anta/__init__.py index 160fc4e05..397328899 100644 --- a/anta/__init__.py +++ b/anta/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Arista Network Test Automation (ANTA) Framework.""" diff --git a/anta/aioeapi.py b/anta/aioeapi.py index f385f8e4a..3ede8a474 100644 --- a/anta/aioeapi.py +++ b/anta/aioeapi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Patch for aioeapi waiting for https://github.com/jeremyschulman/aio-eapi/pull/13""" diff --git a/anta/catalog.py b/anta/catalog.py index 14f08f797..0c58a5697 100644 --- a/anta/catalog.py +++ b/anta/catalog.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/__init__.py b/anta/cli/__init__.py index a6c83f6c6..3eecad061 100644 --- a/anta/cli/__init__.py +++ b/anta/cli/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/check/__init__.py b/anta/cli/check/__init__.py index a46642623..aec80aa45 100644 --- a/anta/cli/check/__init__.py +++ b/anta/cli/check/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/check/commands.py b/anta/cli/check/commands.py index dcaad19ae..8208d6459 100644 --- a/anta/cli/check/commands.py +++ b/anta/cli/check/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # pylint: disable = redefined-outer-name diff --git a/anta/cli/console.py b/anta/cli/console.py index 9343b3dd5..cf4e6fb38 100644 --- a/anta/cli/console.py +++ b/anta/cli/console.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/debug/__init__.py b/anta/cli/debug/__init__.py index f190d844b..6c4dbfba3 100644 --- a/anta/cli/debug/__init__.py +++ b/anta/cli/debug/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/debug/commands.py b/anta/cli/debug/commands.py index c253ac3bc..7fffc2ef0 100644 --- a/anta/cli/debug/commands.py +++ b/anta/cli/debug/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # pylint: disable = redefined-outer-name diff --git a/anta/cli/debug/utils.py b/anta/cli/debug/utils.py index 285fe3494..cc2193d03 100644 --- a/anta/cli/debug/utils.py +++ b/anta/cli/debug/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/exec/__init__.py b/anta/cli/exec/__init__.py index 253df7e93..6be39343b 100644 --- a/anta/cli/exec/__init__.py +++ b/anta/cli/exec/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/exec/commands.py b/anta/cli/exec/commands.py index 16e50277d..8b80d1989 100644 --- a/anta/cli/exec/commands.py +++ b/anta/cli/exec/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/exec/utils.py b/anta/cli/exec/utils.py index d52967fa8..9c09c8ea9 100644 --- a/anta/cli/exec/utils.py +++ b/anta/cli/exec/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/anta/cli/get/__init__.py b/anta/cli/get/__init__.py index 3097555e7..d82200882 100644 --- a/anta/cli/get/__init__.py +++ b/anta/cli/get/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/get/commands.py b/anta/cli/get/commands.py index 6008adf6e..b0fe76f99 100644 --- a/anta/cli/get/commands.py +++ b/anta/cli/get/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # pylint: disable = redefined-outer-name diff --git a/anta/cli/get/utils.py b/anta/cli/get/utils.py index 8b4e26509..179da0cb0 100644 --- a/anta/cli/get/utils.py +++ b/anta/cli/get/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/nrfu/__init__.py b/anta/cli/nrfu/__init__.py index 1ae306615..2297bc2eb 100644 --- a/anta/cli/nrfu/__init__.py +++ b/anta/cli/nrfu/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/nrfu/commands.py b/anta/cli/nrfu/commands.py index 07e4017a4..a0acfc9ed 100644 --- a/anta/cli/nrfu/commands.py +++ b/anta/cli/nrfu/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/nrfu/utils.py b/anta/cli/nrfu/utils.py index 0b21098d7..87b89cff2 100644 --- a/anta/cli/nrfu/utils.py +++ b/anta/cli/nrfu/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/cli/utils.py b/anta/cli/utils.py index 3b30eb824..97a0862df 100644 --- a/anta/cli/utils.py +++ b/anta/cli/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/custom_types.py b/anta/custom_types.py index 2c452292a..8e6108e17 100644 --- a/anta/custom_types.py +++ b/anta/custom_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/decorators.py b/anta/decorators.py index 1dae719e1..548f04a0f 100644 --- a/anta/decorators.py +++ b/anta/decorators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """decorators for tests.""" diff --git a/anta/device.py b/anta/device.py index bbeca6cde..d9060c9ca 100644 --- a/anta/device.py +++ b/anta/device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/inventory/__init__.py b/anta/inventory/__init__.py index 700452d80..c5327bd44 100644 --- a/anta/inventory/__init__.py +++ b/anta/inventory/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/inventory/exceptions.py b/anta/inventory/exceptions.py index 469d6a676..dd5f106fe 100644 --- a/anta/inventory/exceptions.py +++ b/anta/inventory/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Manage Exception in Inventory module.""" diff --git a/anta/inventory/models.py b/anta/inventory/models.py index 9f92f73d6..94742e45a 100644 --- a/anta/inventory/models.py +++ b/anta/inventory/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Models related to inventory management.""" diff --git a/anta/logger.py b/anta/logger.py index 5118e941c..d5eeeca37 100644 --- a/anta/logger.py +++ b/anta/logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/models.py b/anta/models.py index 9143ae27a..c8acda3e9 100644 --- a/anta/models.py +++ b/anta/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/reporter/__init__.py b/anta/reporter/__init__.py index a2a3c4514..dda9d9c63 100644 --- a/anta/reporter/__init__.py +++ b/anta/reporter/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/result_manager/__init__.py b/anta/result_manager/__init__.py index 6f5699609..d374a460c 100644 --- a/anta/result_manager/__init__.py +++ b/anta/result_manager/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/result_manager/models.py b/anta/result_manager/models.py index a23c2a167..153138159 100644 --- a/anta/result_manager/models.py +++ b/anta/result_manager/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Models related to anta.result_manager module.""" diff --git a/anta/runner.py b/anta/runner.py index 539a665e9..ab65c8034 100644 --- a/anta/runner.py +++ b/anta/runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # pylint: disable=too-many-branches diff --git a/anta/tests/__init__.py b/anta/tests/__init__.py index c460d5493..e772bee41 100644 --- a/anta/tests/__init__.py +++ b/anta/tests/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/anta/tests/aaa.py b/anta/tests/aaa.py index 611b85959..84298cf5d 100644 --- a/anta/tests/aaa.py +++ b/anta/tests/aaa.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/configuration.py b/anta/tests/configuration.py index 79ac5687c..060782af0 100644 --- a/anta/tests/configuration.py +++ b/anta/tests/configuration.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/connectivity.py b/anta/tests/connectivity.py index f6a1c3857..400d81675 100644 --- a/anta/tests/connectivity.py +++ b/anta/tests/connectivity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/field_notices.py b/anta/tests/field_notices.py index 9b65459c6..04fdc4d34 100644 --- a/anta/tests/field_notices.py +++ b/anta/tests/field_notices.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/hardware.py b/anta/tests/hardware.py index 9ae9c5403..5f5055c13 100644 --- a/anta/tests/hardware.py +++ b/anta/tests/hardware.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/interfaces.py b/anta/tests/interfaces.py index 507b0d62f..33d478b70 100644 --- a/anta/tests/interfaces.py +++ b/anta/tests/interfaces.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/logging.py b/anta/tests/logging.py index 936bcb174..ef5678681 100644 --- a/anta/tests/logging.py +++ b/anta/tests/logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/mlag.py b/anta/tests/mlag.py index 5fcd06661..181d8c151 100644 --- a/anta/tests/mlag.py +++ b/anta/tests/mlag.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/multicast.py b/anta/tests/multicast.py index e4e9b4fe3..ecd6ec26f 100644 --- a/anta/tests/multicast.py +++ b/anta/tests/multicast.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/profiles.py b/anta/tests/profiles.py index af343e384..a0ed6d776 100644 --- a/anta/tests/profiles.py +++ b/anta/tests/profiles.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/routing/__init__.py b/anta/tests/routing/__init__.py index c460d5493..e772bee41 100644 --- a/anta/tests/routing/__init__.py +++ b/anta/tests/routing/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/anta/tests/routing/bgp.py b/anta/tests/routing/bgp.py index 44c4e9cba..f2ce4291c 100644 --- a/anta/tests/routing/bgp.py +++ b/anta/tests/routing/bgp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/routing/generic.py b/anta/tests/routing/generic.py index c65040eb2..d896bf049 100644 --- a/anta/tests/routing/generic.py +++ b/anta/tests/routing/generic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/routing/ospf.py b/anta/tests/routing/ospf.py index ba3f69e75..103e88e68 100644 --- a/anta/tests/routing/ospf.py +++ b/anta/tests/routing/ospf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/security.py b/anta/tests/security.py index e1364f61d..ebeea8959 100644 --- a/anta/tests/security.py +++ b/anta/tests/security.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/snmp.py b/anta/tests/snmp.py index 7a6e03166..7dd7bf110 100644 --- a/anta/tests/snmp.py +++ b/anta/tests/snmp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/software.py b/anta/tests/software.py index b040965c7..a75efc51d 100644 --- a/anta/tests/software.py +++ b/anta/tests/software.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/stp.py b/anta/tests/stp.py index a3cf3b5b9..66f303b98 100644 --- a/anta/tests/stp.py +++ b/anta/tests/stp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/system.py b/anta/tests/system.py index d2963e63f..90ed8728f 100644 --- a/anta/tests/system.py +++ b/anta/tests/system.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tests/vxlan.py b/anta/tests/vxlan.py index c058f30f2..ebddc4a30 100644 --- a/anta/tests/vxlan.py +++ b/anta/tests/vxlan.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tools/__init__.py b/anta/tools/__init__.py index c460d5493..e772bee41 100644 --- a/anta/tools/__init__.py +++ b/anta/tools/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/anta/tools/get_value.py b/anta/tools/get_value.py index 5a0f8100e..5e4b84dd9 100644 --- a/anta/tools/get_value.py +++ b/anta/tools/get_value.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/anta/tools/misc.py b/anta/tools/misc.py index 8dcf263df..c01f7f4df 100644 --- a/anta/tools/misc.py +++ b/anta/tools/misc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/docs/README.md b/docs/README.md index 74cd776b0..d47d3fe6c 100755 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@ diff --git a/docs/advanced_usages/as-python-lib.md b/docs/advanced_usages/as-python-lib.md index 04c5d82ae..b4ce654e4 100644 --- a/docs/advanced_usages/as-python-lib.md +++ b/docs/advanced_usages/as-python-lib.md @@ -1,5 +1,5 @@ diff --git a/docs/advanced_usages/caching.md b/docs/advanced_usages/caching.md index db7fea063..cec24677b 100644 --- a/docs/advanced_usages/caching.md +++ b/docs/advanced_usages/caching.md @@ -1,5 +1,5 @@ diff --git a/docs/advanced_usages/custom-tests.md b/docs/advanced_usages/custom-tests.md index 61fd1b495..87402c1a3 100644 --- a/docs/advanced_usages/custom-tests.md +++ b/docs/advanced_usages/custom-tests.md @@ -1,5 +1,5 @@ diff --git a/docs/api/catalog.md b/docs/api/catalog.md index 8b91fff9d..fc719eacc 100644 --- a/docs/api/catalog.md +++ b/docs/api/catalog.md @@ -1,5 +1,5 @@ diff --git a/docs/api/device.md b/docs/api/device.md index b27e29af6..03cff192e 100644 --- a/docs/api/device.md +++ b/docs/api/device.md @@ -1,5 +1,5 @@ diff --git a/docs/api/inventory.md b/docs/api/inventory.md index 41649dde5..5e4400cfc 100644 --- a/docs/api/inventory.md +++ b/docs/api/inventory.md @@ -1,5 +1,5 @@ diff --git a/docs/api/inventory.models.input.md b/docs/api/inventory.models.input.md index f965a78f6..a15c20e3d 100644 --- a/docs/api/inventory.models.input.md +++ b/docs/api/inventory.models.input.md @@ -1,5 +1,5 @@ diff --git a/docs/api/models.md b/docs/api/models.md index c0f449486..b0c1e916f 100644 --- a/docs/api/models.md +++ b/docs/api/models.md @@ -1,5 +1,5 @@ diff --git a/docs/api/report_manager.md b/docs/api/report_manager.md index a494bd704..f0e381805 100644 --- a/docs/api/report_manager.md +++ b/docs/api/report_manager.md @@ -1,5 +1,5 @@ diff --git a/docs/api/result_manager.md b/docs/api/result_manager.md index 50e9c3b3b..72e05aaf4 100644 --- a/docs/api/result_manager.md +++ b/docs/api/result_manager.md @@ -1,5 +1,5 @@ diff --git a/docs/api/result_manager_models.md b/docs/api/result_manager_models.md index 0718b8ca6..096bd036b 100644 --- a/docs/api/result_manager_models.md +++ b/docs/api/result_manager_models.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.aaa.md b/docs/api/tests.aaa.md index 7fa19d727..bdbe7ec9b 100644 --- a/docs/api/tests.aaa.md +++ b/docs/api/tests.aaa.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.configuration.md b/docs/api/tests.configuration.md index 0071a796d..aaee1f447 100644 --- a/docs/api/tests.configuration.md +++ b/docs/api/tests.configuration.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.connectivity.md b/docs/api/tests.connectivity.md index 741bbcd0c..8a1b8a217 100644 --- a/docs/api/tests.connectivity.md +++ b/docs/api/tests.connectivity.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.field_notices.md b/docs/api/tests.field_notices.md index c33aa9f0e..ed0e8371c 100644 --- a/docs/api/tests.field_notices.md +++ b/docs/api/tests.field_notices.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.hardware.md b/docs/api/tests.hardware.md index b5671c89b..6e841960c 100644 --- a/docs/api/tests.hardware.md +++ b/docs/api/tests.hardware.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.interfaces.md b/docs/api/tests.interfaces.md index 9dd977094..b21da40c9 100644 --- a/docs/api/tests.interfaces.md +++ b/docs/api/tests.interfaces.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.logging.md b/docs/api/tests.logging.md index bf7e285e3..e9acc20a7 100644 --- a/docs/api/tests.logging.md +++ b/docs/api/tests.logging.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.md b/docs/api/tests.md index 68c949fc4..48fc131f9 100644 --- a/docs/api/tests.md +++ b/docs/api/tests.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.mlag.md b/docs/api/tests.mlag.md index 2ee78a5a5..6ce419b84 100644 --- a/docs/api/tests.mlag.md +++ b/docs/api/tests.mlag.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.multicast.md b/docs/api/tests.multicast.md index 9163e5edd..2b03420c4 100644 --- a/docs/api/tests.multicast.md +++ b/docs/api/tests.multicast.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.profiles.md b/docs/api/tests.profiles.md index 86e55b8f3..c6d06e737 100644 --- a/docs/api/tests.profiles.md +++ b/docs/api/tests.profiles.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.routing.bgp.md b/docs/api/tests.routing.bgp.md index 68085aff0..23468662c 100644 --- a/docs/api/tests.routing.bgp.md +++ b/docs/api/tests.routing.bgp.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.routing.generic.md b/docs/api/tests.routing.generic.md index 084c779d9..3853fb0d4 100644 --- a/docs/api/tests.routing.generic.md +++ b/docs/api/tests.routing.generic.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.routing.ospf.md b/docs/api/tests.routing.ospf.md index e67a54e59..c4e6fed0e 100644 --- a/docs/api/tests.routing.ospf.md +++ b/docs/api/tests.routing.ospf.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.security.md b/docs/api/tests.security.md index b1cccf294..1186b31c6 100644 --- a/docs/api/tests.security.md +++ b/docs/api/tests.security.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.snmp.md b/docs/api/tests.snmp.md index a5ca49dfa..a015d04d2 100644 --- a/docs/api/tests.snmp.md +++ b/docs/api/tests.snmp.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.software.md b/docs/api/tests.software.md index f1eabad29..7a2f0ec00 100644 --- a/docs/api/tests.software.md +++ b/docs/api/tests.software.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.stp.md b/docs/api/tests.stp.md index eea5068da..f86dac47d 100644 --- a/docs/api/tests.stp.md +++ b/docs/api/tests.stp.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.system.md b/docs/api/tests.system.md index 3ef0de0d7..621c17b48 100644 --- a/docs/api/tests.system.md +++ b/docs/api/tests.system.md @@ -1,5 +1,5 @@ diff --git a/docs/api/tests.vxlan.md b/docs/api/tests.vxlan.md index adb7a7593..a4dcff36f 100644 --- a/docs/api/tests.vxlan.md +++ b/docs/api/tests.vxlan.md @@ -1,5 +1,5 @@ diff --git a/docs/api/types.md b/docs/api/types.md index ce8d03286..806ab6308 100644 --- a/docs/api/types.md +++ b/docs/api/types.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/check.md b/docs/cli/check.md index dffbeae7c..d7dea620b 100644 --- a/docs/cli/check.md +++ b/docs/cli/check.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/debug.md b/docs/cli/debug.md index 8d2b7979b..1743c7a13 100644 --- a/docs/cli/debug.md +++ b/docs/cli/debug.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/exec.md b/docs/cli/exec.md index e0c158875..fe39c1207 100644 --- a/docs/cli/exec.md +++ b/docs/cli/exec.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/get-inventory-information.md b/docs/cli/get-inventory-information.md index adfe9f3af..70100fe26 100644 --- a/docs/cli/get-inventory-information.md +++ b/docs/cli/get-inventory-information.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/inv-from-ansible.md b/docs/cli/inv-from-ansible.md index c6808512d..bb944d4af 100644 --- a/docs/cli/inv-from-ansible.md +++ b/docs/cli/inv-from-ansible.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/inv-from-cvp.md b/docs/cli/inv-from-cvp.md index a09678590..88973708d 100644 --- a/docs/cli/inv-from-cvp.md +++ b/docs/cli/inv-from-cvp.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/nrfu.md b/docs/cli/nrfu.md index 6b47baf48..6dcc393e1 100644 --- a/docs/cli/nrfu.md +++ b/docs/cli/nrfu.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/overview.md b/docs/cli/overview.md index 1f29b62f8..90e70a522 100644 --- a/docs/cli/overview.md +++ b/docs/cli/overview.md @@ -1,5 +1,5 @@ diff --git a/docs/cli/tag-management.md b/docs/cli/tag-management.md index a08cee651..8c043d712 100644 --- a/docs/cli/tag-management.md +++ b/docs/cli/tag-management.md @@ -1,5 +1,5 @@ diff --git a/docs/contribution.md b/docs/contribution.md index fb6a2b594..1d997b2d0 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -1,5 +1,5 @@ diff --git a/docs/faq.md b/docs/faq.md index 6b23dee6f..b970dd611 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,5 +1,5 @@ diff --git a/docs/getting-started.md b/docs/getting-started.md index 63442034f..67681a2c7 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,5 +1,5 @@ diff --git a/docs/imgs/animated-svg.md b/docs/imgs/animated-svg.md index 31c592d6f..6a27a50ff 100644 --- a/docs/imgs/animated-svg.md +++ b/docs/imgs/animated-svg.md @@ -1,5 +1,5 @@ diff --git a/docs/requirements-and-installation.md b/docs/requirements-and-installation.md index 7c5209e8a..ae274c8e9 100644 --- a/docs/requirements-and-installation.md +++ b/docs/requirements-and-installation.md @@ -1,5 +1,5 @@ diff --git a/docs/scripts/generate_svg.py b/docs/scripts/generate_svg.py index 7b645abc7..19177db57 100644 --- a/docs/scripts/generate_svg.py +++ b/docs/scripts/generate_svg.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/docs/usage-inventory-catalog.md b/docs/usage-inventory-catalog.md index 3ab56de21..39734f3a3 100644 --- a/docs/usage-inventory-catalog.md +++ b/docs/usage-inventory-catalog.md @@ -1,5 +1,5 @@ diff --git a/tests/__init__.py b/tests/__init__.py index c460d5493..e772bee41 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/conftest.py b/tests/conftest.py index 37fd5a016..5a40c24f1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/data/__init__.py b/tests/data/__init__.py index c460d5493..e772bee41 100644 --- a/tests/data/__init__.py +++ b/tests/data/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/data/json_data.py b/tests/data/json_data.py index 9ff2a10d0..ad2c9ed99 100644 --- a/tests/data/json_data.py +++ b/tests/data/json_data.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # pylint: skip-file diff --git a/tests/data/syntax_error.py b/tests/data/syntax_error.py index 1622144ca..051ef3327 100644 --- a/tests/data/syntax_error.py +++ b/tests/data/syntax_error.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. # pylint: skip-file diff --git a/tests/lib/__init__.py b/tests/lib/__init__.py index c460d5493..e772bee41 100644 --- a/tests/lib/__init__.py +++ b/tests/lib/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/lib/anta.py b/tests/lib/anta.py index 3dad3ce66..b97d91d47 100644 --- a/tests/lib/anta.py +++ b/tests/lib/anta.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/lib/fixture.py b/tests/lib/fixture.py index db3f4d207..a5dd83be9 100644 --- a/tests/lib/fixture.py +++ b/tests/lib/fixture.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Fixture for Anta Testing""" diff --git a/tests/lib/utils.py b/tests/lib/utils.py index 4973e5e48..460e014dd 100644 --- a/tests/lib/utils.py +++ b/tests/lib/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/__init__.py b/tests/units/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/__init__.py +++ b/tests/units/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/anta_tests/README.md b/tests/units/anta_tests/README.md index a2fc1da9b..6e4c5f01c 100644 --- a/tests/units/anta_tests/README.md +++ b/tests/units/anta_tests/README.md @@ -1,5 +1,5 @@ diff --git a/tests/units/anta_tests/__init__.py b/tests/units/anta_tests/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/anta_tests/__init__.py +++ b/tests/units/anta_tests/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/anta_tests/routing/__init__.py b/tests/units/anta_tests/routing/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/anta_tests/routing/__init__.py +++ b/tests/units/anta_tests/routing/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/anta_tests/routing/test_bgp.py b/tests/units/anta_tests/routing/test_bgp.py index f32e4e1c8..d6191db2d 100644 --- a/tests/units/anta_tests/routing/test_bgp.py +++ b/tests/units/anta_tests/routing/test_bgp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/routing/test_generic.py b/tests/units/anta_tests/routing/test_generic.py index a5f875a54..1a1889a9f 100644 --- a/tests/units/anta_tests/routing/test_generic.py +++ b/tests/units/anta_tests/routing/test_generic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/routing/test_ospf.py b/tests/units/anta_tests/routing/test_ospf.py index 4a43b2254..fbabee91e 100644 --- a/tests/units/anta_tests/routing/test_ospf.py +++ b/tests/units/anta_tests/routing/test_ospf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_aaa.py b/tests/units/anta_tests/test_aaa.py index 38d40eb26..29922906f 100644 --- a/tests/units/anta_tests/test_aaa.py +++ b/tests/units/anta_tests/test_aaa.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_configuration.py b/tests/units/anta_tests/test_configuration.py index c9d66ff50..a2ab6731d 100644 --- a/tests/units/anta_tests/test_configuration.py +++ b/tests/units/anta_tests/test_configuration.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Data for testing anta.tests.configuration""" diff --git a/tests/units/anta_tests/test_connectivity.py b/tests/units/anta_tests/test_connectivity.py index 0ae0969fe..f79ce242d 100644 --- a/tests/units/anta_tests/test_connectivity.py +++ b/tests/units/anta_tests/test_connectivity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_field_notices.py b/tests/units/anta_tests/test_field_notices.py index 12df07238..7c17f22b1 100644 --- a/tests/units/anta_tests/test_field_notices.py +++ b/tests/units/anta_tests/test_field_notices.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Test inputs for anta.tests.field_notices""" diff --git a/tests/units/anta_tests/test_hardware.py b/tests/units/anta_tests/test_hardware.py index a70e81af6..5279d8915 100644 --- a/tests/units/anta_tests/test_hardware.py +++ b/tests/units/anta_tests/test_hardware.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Test inputs for anta.tests.hardware""" diff --git a/tests/units/anta_tests/test_interfaces.py b/tests/units/anta_tests/test_interfaces.py index e5507df9b..2d60d4f3b 100644 --- a/tests/units/anta_tests/test_interfaces.py +++ b/tests/units/anta_tests/test_interfaces.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Test inputs for anta.tests.hardware""" diff --git a/tests/units/anta_tests/test_logging.py b/tests/units/anta_tests/test_logging.py index f67f0b137..8ac23236e 100644 --- a/tests/units/anta_tests/test_logging.py +++ b/tests/units/anta_tests/test_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Data for testing anta.tests.logging""" diff --git a/tests/units/anta_tests/test_mlag.py b/tests/units/anta_tests/test_mlag.py index 5ab37ba03..3417bf70a 100644 --- a/tests/units/anta_tests/test_mlag.py +++ b/tests/units/anta_tests/test_mlag.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_multicast.py b/tests/units/anta_tests/test_multicast.py index f382f69be..9276a9f1a 100644 --- a/tests/units/anta_tests/test_multicast.py +++ b/tests/units/anta_tests/test_multicast.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Test inputs for anta.tests.multicast""" diff --git a/tests/units/anta_tests/test_profiles.py b/tests/units/anta_tests/test_profiles.py index a375db0db..c0ebb57e5 100644 --- a/tests/units/anta_tests/test_profiles.py +++ b/tests/units/anta_tests/test_profiles.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_security.py b/tests/units/anta_tests/test_security.py index e89590884..db8cfeee9 100644 --- a/tests/units/anta_tests/test_security.py +++ b/tests/units/anta_tests/test_security.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_snmp.py b/tests/units/anta_tests/test_snmp.py index 52bd97aed..0dd4dac03 100644 --- a/tests/units/anta_tests/test_snmp.py +++ b/tests/units/anta_tests/test_snmp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_software.py b/tests/units/anta_tests/test_software.py index dffd1760f..6d39c04bf 100644 --- a/tests/units/anta_tests/test_software.py +++ b/tests/units/anta_tests/test_software.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Test inputs for anta.tests.hardware""" diff --git a/tests/units/anta_tests/test_stp.py b/tests/units/anta_tests/test_stp.py index 48a50172f..26f0b90dc 100644 --- a/tests/units/anta_tests/test_stp.py +++ b/tests/units/anta_tests/test_stp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/anta_tests/test_system.py b/tests/units/anta_tests/test_system.py index 08f2b8066..62260fa7a 100644 --- a/tests/units/anta_tests/test_system.py +++ b/tests/units/anta_tests/test_system.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """Test inputs for anta.tests.system""" diff --git a/tests/units/anta_tests/test_vxlan.py b/tests/units/anta_tests/test_vxlan.py index 9459a4c21..569ced80a 100644 --- a/tests/units/anta_tests/test_vxlan.py +++ b/tests/units/anta_tests/test_vxlan.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/__init__.py b/tests/units/cli/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/cli/__init__.py +++ b/tests/units/cli/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/cli/check/__init__.py b/tests/units/cli/check/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/cli/check/__init__.py +++ b/tests/units/cli/check/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/cli/check/test__init__.py b/tests/units/cli/check/test__init__.py index 020b31ff2..a3a770b7e 100644 --- a/tests/units/cli/check/test__init__.py +++ b/tests/units/cli/check/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/check/test_commands.py b/tests/units/cli/check/test_commands.py index d5cee4640..746b31594 100644 --- a/tests/units/cli/check/test_commands.py +++ b/tests/units/cli/check/test_commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/debug/__init__.py b/tests/units/cli/debug/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/cli/debug/__init__.py +++ b/tests/units/cli/debug/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/cli/debug/test__init__.py b/tests/units/cli/debug/test__init__.py index 76f6041c4..062182dfb 100644 --- a/tests/units/cli/debug/test__init__.py +++ b/tests/units/cli/debug/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/debug/test_commands.py b/tests/units/cli/debug/test_commands.py index 70fd34cd2..6d9ac29a1 100644 --- a/tests/units/cli/debug/test_commands.py +++ b/tests/units/cli/debug/test_commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/exec/__init__.py b/tests/units/cli/exec/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/cli/exec/__init__.py +++ b/tests/units/cli/exec/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/cli/exec/test__init__.py b/tests/units/cli/exec/test__init__.py index 31a66d9f9..f8ad36542 100644 --- a/tests/units/cli/exec/test__init__.py +++ b/tests/units/cli/exec/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/exec/test_commands.py b/tests/units/cli/exec/test_commands.py index 311b83829..f96d7f610 100644 --- a/tests/units/cli/exec/test_commands.py +++ b/tests/units/cli/exec/test_commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/exec/test_utils.py b/tests/units/cli/exec/test_utils.py index 2c92068eb..6df1c860c 100644 --- a/tests/units/cli/exec/test_utils.py +++ b/tests/units/cli/exec/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/get/__init__.py b/tests/units/cli/get/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/cli/get/__init__.py +++ b/tests/units/cli/get/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/cli/get/test__init__.py b/tests/units/cli/get/test__init__.py index 50915cf6a..b18ef8801 100644 --- a/tests/units/cli/get/test__init__.py +++ b/tests/units/cli/get/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/get/test_commands.py b/tests/units/cli/get/test_commands.py index a0c1b0f74..aa6dc4fc4 100644 --- a/tests/units/cli/get/test_commands.py +++ b/tests/units/cli/get/test_commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/get/test_utils.py b/tests/units/cli/get/test_utils.py index fb00bcb7a..b33588015 100644 --- a/tests/units/cli/get/test_utils.py +++ b/tests/units/cli/get/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/nrfu/__init__.py b/tests/units/cli/nrfu/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/cli/nrfu/__init__.py +++ b/tests/units/cli/nrfu/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/cli/nrfu/test__init__.py b/tests/units/cli/nrfu/test__init__.py index a4844cd95..fea641caa 100644 --- a/tests/units/cli/nrfu/test__init__.py +++ b/tests/units/cli/nrfu/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/nrfu/test_commands.py b/tests/units/cli/nrfu/test_commands.py index eb6c5db8a..4639671f0 100644 --- a/tests/units/cli/nrfu/test_commands.py +++ b/tests/units/cli/nrfu/test_commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/cli/test__init__.py b/tests/units/cli/test__init__.py index 4ff3907ca..0e84e141d 100644 --- a/tests/units/cli/test__init__.py +++ b/tests/units/cli/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/inventory/__init__.py b/tests/units/inventory/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/inventory/__init__.py +++ b/tests/units/inventory/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/inventory/test_inventory.py b/tests/units/inventory/test_inventory.py index 6bb5453dc..7c62b5c53 100644 --- a/tests/units/inventory/test_inventory.py +++ b/tests/units/inventory/test_inventory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ANTA Inventory unit tests.""" diff --git a/tests/units/inventory/test_models.py b/tests/units/inventory/test_models.py index 7d8ab7d42..83f151c9f 100644 --- a/tests/units/inventory/test_models.py +++ b/tests/units/inventory/test_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ANTA Inventory models unit tests.""" diff --git a/tests/units/reporter/__init__.py b/tests/units/reporter/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/reporter/__init__.py +++ b/tests/units/reporter/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/reporter/test__init__.py b/tests/units/reporter/test__init__.py index e4658752d..259942f9c 100644 --- a/tests/units/reporter/test__init__.py +++ b/tests/units/reporter/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/result_manager/__init__.py b/tests/units/result_manager/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/result_manager/__init__.py +++ b/tests/units/result_manager/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/result_manager/test__init__.py b/tests/units/result_manager/test__init__.py index e6a46824f..a0b7a1dea 100644 --- a/tests/units/result_manager/test__init__.py +++ b/tests/units/result_manager/test__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/result_manager/test_models.py b/tests/units/result_manager/test_models.py index 34c25aca6..bc7ba8ac6 100644 --- a/tests/units/result_manager/test_models.py +++ b/tests/units/result_manager/test_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ANTA Result Manager models unit tests.""" diff --git a/tests/units/test_catalog.py b/tests/units/test_catalog.py index a8a596535..22a2121d8 100644 --- a/tests/units/test_catalog.py +++ b/tests/units/test_catalog.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/test_device.py b/tests/units/test_device.py index 0fa80e0dd..845da2bc0 100644 --- a/tests/units/test_device.py +++ b/tests/units/test_device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/test_logger.py b/tests/units/test_logger.py index 0a8f3c4f1..6e1e5b435 100644 --- a/tests/units/test_logger.py +++ b/tests/units/test_logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/test_models.py b/tests/units/test_models.py index da2bd0498..c0585a491 100644 --- a/tests/units/test_models.py +++ b/tests/units/test_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/test_runner.py b/tests/units/test_runner.py index c4df1b4a6..c353cbe08 100644 --- a/tests/units/test_runner.py +++ b/tests/units/test_runner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/tools/__init__.py b/tests/units/tools/__init__.py index c460d5493..e772bee41 100644 --- a/tests/units/tools/__init__.py +++ b/tests/units/tools/__init__.py @@ -1,3 +1,3 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. diff --git a/tests/units/tools/test_get_value.py b/tests/units/tools/test_get_value.py index 2bc9cfa57..73344d1eb 100644 --- a/tests/units/tools/test_get_value.py +++ b/tests/units/tools/test_get_value.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """ diff --git a/tests/units/tools/test_misc.py b/tests/units/tools/test_misc.py index ab78e444b..c453c2129 100644 --- a/tests/units/tools/test_misc.py +++ b/tests/units/tools/test_misc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Arista Networks, Inc. +# Copyright (c) 2023-2024 Arista Networks, Inc. # Use of this source code is governed by the Apache License 2.0 # that can be found in the LICENSE file. """