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
Expand Up @@ -30,10 +30,6 @@ metadata:
symbol:
OID: 1.3.6.1.2.1.31.1.1.1.18
name: ifAlias
type:
symbol:
OID: 1.3.6.1.2.1.2.2.1.3
name: ifType
id_tags:
- symbol:
OID: 1.3.6.1.2.1.31.1.1.1.1
Expand Down
2 changes: 1 addition & 1 deletion snmp/tests/compose/data/f5-big-ip.snmprec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
1.3.6.1.2.1.2.2.1.2.112|4x|2f436f6d6d6f6e2f696e7465726e616c
1.3.6.1.2.1.2.2.1.3.32|2|6
1.3.6.1.2.1.2.2.1.3.48|2|6
1.3.6.1.2.1.2.2.1.3.80|2|1
1.3.6.1.2.1.2.2.1.3.80|2|0
1.3.6.1.2.1.2.2.1.3.96|2|0
1.3.6.1.2.1.2.2.1.3.112|2|6
1.3.6.1.2.1.2.2.1.4.32|2|1460
Expand Down
10 changes: 0 additions & 10 deletions snmp/tests/test_e2e_core_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,9 @@ def test_e2e_core_metadata_f5(dd_agent_check):
'device_id': device_id,
'id_tags': ['interface:/Common/internal'],
'index': 112,
'is_physical': True,
'mac_address': '42:01:0a:a4:00:33',
'name': '/Common/internal',
'oper_status': 1,
'type': 6,
},
{
'admin_status': 1,
Expand All @@ -129,11 +127,9 @@ def test_e2e_core_metadata_f5(dd_agent_check):
'device_id': device_id,
'id_tags': ['interface:mgmt'],
'index': 32,
'is_physical': True,
'mac_address': '42:01:0a:a4:00:33',
'name': 'mgmt',
'oper_status': 1,
'type': 6,
},
{
'admin_status': 1,
Expand All @@ -142,11 +138,9 @@ def test_e2e_core_metadata_f5(dd_agent_check):
'device_id': device_id,
'id_tags': ['interface:1.0'],
'index': 48,
'is_physical': True,
'mac_address': '42:01:0a:a4:00:33',
'name': '1.0',
'oper_status': 1,
'type': 6,
},
{
'admin_status': 1,
Expand All @@ -155,11 +149,9 @@ def test_e2e_core_metadata_f5(dd_agent_check):
'device_id': device_id,
'id_tags': ['interface:/Common/http-tunnel'],
'index': 80,
'is_physical': False,
'mac_address': '42:01:0a:a4:00:34',
'name': '/Common/http-tunnel',
'oper_status': 4,
'type': 1,
},
{
'admin_status': 1,
Expand Down Expand Up @@ -254,11 +246,9 @@ def test_e2e_core_metadata_cisco_3850(dd_agent_check):
'device_id': 'default:' + device_ip,
'id_tags': ['interface:Gi0/0'],
'index': 1,
'is_physical': True,
'mac_address': '00:00:00:00:00:00',
'name': 'Gi0/0',
'oper_status': 2,
'type': 6,
}
assert interface == actual_interface

Expand Down
Loading