Add VMInterface list view

This commit is contained in:
Jeremy Stretch
2020-06-23 16:52:05 -04:00
parent e3820e93b7
commit fce19a363d
5 changed files with 12 additions and 3 deletions

View File

@@ -192,6 +192,7 @@ class VirtualMachineTestCase(ViewTestCases.PrimaryObjectViewTestCase):
# TODO: Update base class to DeviceComponentViewTestCase
# Blocked by #4721
class VMInterfaceTestCase(
ViewTestCases.ListObjectsViewTestCase,
ViewTestCases.GetObjectViewTestCase,
ViewTestCases.EditObjectViewTestCase,
ViewTestCases.DeleteObjectViewTestCase,