feat(itam): Populate initial organization value from user default organization for operating system creation

!11 #28
This commit is contained in:
2024-05-25 17:46:05 +09:30
parent 7f4a036a32
commit 62c0bb77fe
3 changed files with 20 additions and 0 deletions

View File

@ -31,6 +31,12 @@ def test_device_not_global(user):
pass
@pytest.mark.skip(reason="to be written")
def test_device_must_have_organization(user):
""" Devices must have organization set """
pass
@pytest.mark.skip(reason="to be written")
def test_device_operating_system_version_only_one(user):
"""model deviceoperatingsystem must only contain one value per device

View File

@ -12,6 +12,12 @@ import requests
# class Test_app_structure_auth(unittest.TestCase):
@pytest.mark.skip(reason="to be written")
def test_operating_system_must_have_organization(user):
""" Operating_system must have organization set """
pass
@pytest.mark.skip(reason="to be written")
def test_operating_system_update_is_global_no_change(user):
"""Once operating_system is set to global it can't be changed.