@@ -20,7 +20,7 @@ def test_sync_with_no_existing_interfaces(dell_nautobot_device):
20
20
"address" : "14:23:f3:f5:25:f1" ,
21
21
"uuid" : "8c28941c-02cd-4aad-9e3f-93c39e08b58a" ,
22
22
"node_uuid" : "a3a2983f-d906-4663-943c-c41ab73c9b62" ,
23
- "name" : "8c28941c-02cd-4aad-9e3f-93c39e08b58a NIC.Slot.1-2" ,
23
+ "name" : f" { dell_nautobot_device . name } : NIC.Slot.1-2" ,
24
24
"pxe_enabled" : False ,
25
25
"local_link_connection" : {
26
26
"switch_id" : "9c:54:16:f5:ad:27" ,
@@ -36,7 +36,7 @@ def test_sync_with_no_existing_interfaces(dell_nautobot_device):
36
36
"address" : "d4:04:e6:4f:8d:b5" ,
37
37
"uuid" : "39d98f09-3199-40e0-87dc-e5ed6dce78e5" ,
38
38
"node_uuid" : "a3a2983f-d906-4663-943c-c41ab73c9b62" ,
39
- "name" : "39d98f09-3199-40e0-87dc-e5ed6dce78e5 NIC.Integrated.1-2" ,
39
+ "name" : f" { dell_nautobot_device . name } : NIC.Integrated.1-2" ,
40
40
"pxe_enabled" : False ,
41
41
"local_link_connection" : {
42
42
"switch_id" : "9c:54:16:f5:ac:27" ,
@@ -52,7 +52,7 @@ def test_sync_with_no_existing_interfaces(dell_nautobot_device):
52
52
"address" : "14:23:f3:f5:25:f0" ,
53
53
"uuid" : "7ac587c4-015b-4a0e-b579-91284cbd0406" ,
54
54
"node_uuid" : "a3a2983f-d906-4663-943c-c41ab73c9b62" ,
55
- "name" : "7ac587c4-015b-4a0e-b579-91284cbd0406 NIC.Slot.1-1" ,
55
+ "name" : f" { dell_nautobot_device . name } : NIC.Slot.1-1" ,
56
56
"pxe_enabled" : False ,
57
57
"local_link_connection" : {
58
58
"switch_id" : "9c:54:16:f5:ad:27" ,
@@ -68,7 +68,7 @@ def test_sync_with_no_existing_interfaces(dell_nautobot_device):
68
68
"address" : "d4:04:e6:4f:8d:b4" ,
69
69
"uuid" : "ac2f1eae-188e-4fc6-9245-f9a6cf8b4ea8" ,
70
70
"node_uuid" : "a3a2983f-d906-4663-943c-c41ab73c9b62" ,
71
- "name" : "ac2f1eae-188e-4fc6-9245-f9a6cf8b4ea8 NIC.Integrated.1-1" ,
71
+ "name" : f" { dell_nautobot_device . name } : NIC.Integrated.1-1" ,
72
72
"pxe_enabled" : False ,
73
73
"local_link_connection" : {
74
74
"switch_id" : "9c:54:16:f5:ab:27" ,
0 commit comments