summaryrefslogtreecommitdiff
path: root/test/units/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg')
-rw-r--r--test/units/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg46
1 files changed, 0 insertions, 46 deletions
diff --git a/test/units/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg b/test/units/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg
deleted file mode 100644
index e4c1207f31..0000000000
--- a/test/units/modules/network/onyx/fixtures/onyx_show_interface_congestion_control.cfg
+++ /dev/null
@@ -1,46 +0,0 @@
-[
- {
- "Interface ethernet": "1/1",
- "ECN marked packets": "0"
- },
- {
- "header": "TC-0",
- "Mode": "none"
- },
- {
- "header": "TC-1",
- "Mode": "none"
- },
- {
- "Threshold mode": "relative",
- "RED dropped packets": "0",
- "header": "TC-2",
- "Mode": "RED",
- "Maximum threshold": "90%",
- "Minimum threshold": "9%"
- },
- {
- "Threshold mode": "absolute",
- "RED dropped packets": "0",
- "header": "TC-3",
- "Mode": "ECN",
- "Maximum threshold": "1550 KB",
- "Minimum threshold": "500 KB"
- },
- {
- "header": "TC-4",
- "Mode": "none"
- },
- {
- "header": "TC-5",
- "Mode": "none"
- },
- {
- "header": "TC-6",
- "Mode": "none"
- },
- {
- "header": "TC-7",
- "Mode": "none"
- }
-]