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

Closes #241: Introduced rack roles

This commit is contained in:
Jeremy Stretch
2016-08-10 11:52:27 -04:00
parent 47a89999b8
commit ed03449164
14 changed files with 280 additions and 24 deletions

View File

@@ -42,6 +42,7 @@ class SiteTest(APITestCase):
'site',
'group',
'tenant',
'role',
'type',
'width',
'u_height',
@@ -120,6 +121,7 @@ class RackTest(APITestCase):
'site',
'group',
'tenant',
'role',
'type',
'width',
'u_height',
@@ -134,6 +136,7 @@ class RackTest(APITestCase):
'site',
'group',
'tenant',
'role',
'type',
'width',
'u_height',