mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
Update netbox/dcim/tests/test_cablepaths.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
parent
880e79a1b5
commit
837811d019
@ -1948,9 +1948,6 @@ class CablePathTestCase(TestCase):
|
|||||||
b_terminations=[interface2]
|
b_terminations=[interface2]
|
||||||
)
|
)
|
||||||
cable3.save()
|
cable3.save()
|
||||||
print(CablePath.objects.all().count())
|
|
||||||
for cp in CablePath.objects.all():
|
|
||||||
print(f'{cp}::{cp.path}')
|
|
||||||
self.assertPathExists(
|
self.assertPathExists(
|
||||||
(
|
(
|
||||||
interface2, cable3, (frontport2, frontport4), (rearport2, rearport4), (cable2, cable4),
|
interface2, cable3, (frontport2, frontport4), (rearport2, rearport4), (cable2, cable4),
|
||||||
|
Loading…
Reference in New Issue
Block a user