Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TCheruy committed Dec 26, 2024
1 parent 642b2f9 commit 9aa13db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snmp/tests/test_e2e_core_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ def test_e2e_core_metadata_aos_lldp(dd_agent_check):
# CHANGE
topology_link1 = {
'id': device_id + ':1.216',
'integration': 'snmp',
'source_type': 'lldp',
"local": {
"device": {'dd_id': device_id},
Expand All @@ -1114,6 +1115,7 @@ def test_e2e_core_metadata_aos_lldp(dd_agent_check):
}
topology_link2 = {
'id': device_id + ':11.217',
'integration': 'snmp',
'source_type': 'lldp',
"local": {
"device": {'dd_id': device_id},
Expand Down Expand Up @@ -1286,6 +1288,7 @@ def test_e2e_core_metadata_cisco_cdp(dd_agent_check):

topology_link1 = {
'id': device_id + ':1.5',
'integration': 'snmp',
'source_type': 'cdp',
"local": {
"device": {'dd_id': device_id},
Expand All @@ -1303,6 +1306,7 @@ def test_e2e_core_metadata_cisco_cdp(dd_agent_check):
}
topology_link2 = {
'id': device_id + ':2.3',
'integration': 'snmp',
'source_type': 'cdp',
"local": {
"device": {'dd_id': device_id},
Expand Down Expand Up @@ -1346,6 +1350,7 @@ def test_e2e_core_metadata_cisco_cdp_lldp(dd_agent_check):

topology_link = {
'id': device_id + ':7.1',
'integration': 'snmp',
'source_type': 'lldp',
"local": {
"device": {'dd_id': device_id},
Expand Down

0 comments on commit 9aa13db

Please sign in to comment.