Skip to content

Commit

Permalink
Make sure isolated gpu roles test don't timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubad786 committed Oct 11, 2024
1 parent 02ed20e commit 8610b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api2/test_system_settings_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
('READONLY_ADMIN', 'system.advanced.update', [{}], False, False, False),
('SYSTEM_ADVANCED_WRITE', 'system.advanced.update', [{}], True, False, False),
('SYSTEM_ADVANCED_READ', 'system.advanced.sed_global_password', [], True, False, False),
('READONLY_ADMIN', 'system.advanced.update_gpu_pci_ids', [[]], False, False, False),
('SYSTEM_ADVANCED_WRITE', 'system.advanced.update_gpu_pci_ids', [], True, False, True),
('READONLY_ADMIN', 'system.advanced.update_gpu_pci_ids', [None], False, True, False),
('SYSTEM_ADVANCED_WRITE', 'system.advanced.update_gpu_pci_ids', [None], True, True, True),
('SYSTEM_GENERAL_READ', 'system.general.local_url', [], True, False, False),
])
def test_system_settings_read_and_write_role(
Expand Down

0 comments on commit 8610b96

Please sign in to comment.