Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Metrics mixin for Cisco Catalyst devices.
# Stored in a separate file for reuse within the cisco-3850 compat shim.
# CI baseline test: comment-only change to verify environmental flake (AGENT-15682).

# Example sysDescr:
# "Cisco Systems WS-C6509.Cisco Catalyst Operating System Software, Version 5.5(8).Copyright (c) 1995-2001 by Cisco Systems."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Profile for Cisco Catalyst devices
# CI baseline test: comment-only change to verify environmental flake (AGENT-15682).

extends:
- _base.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# CI baseline test: comment-only change to verify environmental flake (AGENT-15682).
extends:
- _base.yaml
- _generic-if.yaml
Expand Down
Loading