python-dracclient/dracclient/tests
Sagar Nanda 1488d904e2 Set iDRACCard attributes as nullable
The iDRACCard attribute GroupID is empty for 15th Generation servers,
e.g., Dell EMC PowerEdge R750 and R650, which triggered the error
"attribute GroupID is not nullable".

A similar error message has been observed when processing the
iDRACCardInteger attributes LowerBound and UpperBound read
from a PowerEdge XE2420 server.

This change sets those attributes as nullable.

Change-Id: If34d96fab4249f466f63b3740d1ff5eb68012462
2021-12-15 13:05:14 +00:00
..
wsman_mocks Set iDRACCard attributes as nullable 2021-12-15 13:05:14 +00:00
__init__.py Add tox.ini 2015-08-05 14:52:39 +02:00
base.py Replacing pywsman with a simple wsman client 2015-09-30 09:51:37 +02:00
test_bios.py Use unittest.mock instead of third party mock 2020-04-28 07:46:23 -05:00
test_client.py Use unittest.mock instead of third party mock 2020-04-28 07:46:23 -05:00
test_idrac_card.py Set iDRACCard attributes as nullable 2021-12-15 13:05:14 +00:00
test_inventory.py Merge "Provide last system inventory time" 2020-09-25 15:09:04 +00:00
test_job.py Use unittest.mock instead of third party mock 2020-04-28 07:46:23 -05:00
test_lifecycle_controller.py Use unittest.mock instead of third party mock 2020-04-28 07:46:23 -05:00
test_nic.py Use unittest.mock instead of third party mock 2020-04-28 07:46:23 -05:00
test_raid.py Fix virtual disks sharing same physical disks 2021-09-21 08:29:24 -04:00
test_system.py Use unittest.mock instead of third party mock 2020-04-28 07:46:23 -05:00
test_utils.py Separate reboot required from commit required 2018-01-22 09:36:53 -05:00
test_wsman.py Use unittest.mock instead of third party mock 2020-04-28 07:46:23 -05:00
utils.py Set iDRACCard attributes as nullable 2021-12-15 13:05:14 +00:00