summaryrefslogtreecommitdiff
path: root/test/units/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg')
-rw-r--r--test/units/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg38
1 files changed, 0 insertions, 38 deletions
diff --git a/test/units/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg b/test/units/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg
deleted file mode 100644
index 4a1312cc26..0000000000
--- a/test/units/modules/network/onyx/fixtures/onyx_show_snmp_hosts.cfg
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "Default notification port": "162",
- "Default notification community": "public",
- "Notifications enabled": "yes"
- },
- {
- "Notification sinks": [
- {
- "1.1.1.1": [
- {
- "Enabled": "yes",
- "Port": "3",
- "Notification type": "SNMP v3 inform",
- "Remote engine ID": ""
- },
- {
- "Username": "sara",
- "Authentication password": "(set)",
- "Privacy password": "(set)",
- "Privacy type": "3des",
- "Authentication type": "md5"
- }
- ]
- },
- {
- "2.2.2.2": [
- {
- "Community": "public (default)",
- "Enabled": "yes",
- "Port": "5",
- "Notification type": "SNMP v2c trap"
- }
- ]
- }
- ]
- }
-]