feat(itam): Add device model

!10 closes #12
This commit is contained in:
2024-05-23 21:26:50 +09:30
parent ef463b845d
commit 99a559fe6d
20 changed files with 519 additions and 38 deletions

View File

@ -36,3 +36,15 @@ def test_device_operating_system_version_only_one(user):
"""model deviceoperatingsystem must only contain one value per device
"""
pass
@pytest.mark.skip(reason="to be written")
def test_device_device_model_same_organization(user):
""" Can only add a device model from same organization """
pass
@pytest.mark.skip(reason="to be written")
def test_device_device_model_global(user):
""" Can add a device model that is set is_global=true """
pass