1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#4416: Add bulk edit & delete views for VirtualChassis

This commit is contained in:
Jeremy Stretch
2020-04-24 15:20:52 -04:00
parent eb14c08cab
commit d8cb58c746
4 changed files with 33 additions and 3 deletions

View File

@@ -1507,10 +1507,7 @@ class VirtualChassisTestCase(ViewTestCases.PrimaryObjectViewTestCase):
model = VirtualChassis
# Disable inapplicable tests
test_get_object = None
test_import_objects = None
test_bulk_edit_objects = None
test_bulk_delete_objects = None
# TODO: Requires special form handling
test_create_object = None