summaryrefslogtreecommitdiff
path: root/test/units/modules/network/nxos/fixtures/nxos_vpc_interface/show_port-channel_summary
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/nxos/fixtures/nxos_vpc_interface/show_port-channel_summary')
-rw-r--r--test/units/modules/network/nxos/fixtures/nxos_vpc_interface/show_port-channel_summary22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/units/modules/network/nxos/fixtures/nxos_vpc_interface/show_port-channel_summary b/test/units/modules/network/nxos/fixtures/nxos_vpc_interface/show_port-channel_summary
deleted file mode 100644
index d62bea661a..0000000000
--- a/test/units/modules/network/nxos/fixtures/nxos_vpc_interface/show_port-channel_summary
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "TABLE_channel": {
- "ROW_channel": [
- {
- "group": "10",
- "port-channel": "port-channel10",
- "layer": "R",
- "status": "D",
- "type": "Eth",
- "prtcl": "NONE"
- },
- {
- "group": "20",
- "port-channel": "port-channel20",
- "layer": "R",
- "status": "D",
- "type": "Eth",
- "prtcl": "NONE"
- }
- ]
- }
-}