-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-15038 test: Parsing NVMe controller details from SMD info JSON i…
…s failing (#13630) * DAOS-15038 test: Parsing device state from SMD info JSON is failing JSON output format of dmg storage query list-devices changed in commit 8e1c846 and specifically dev_state was moved to a ctrlr sub-node of smd_info. This has broken src/common/tests_dmg_helpers.c:parse_device_info() which looks for dev_state in smd_info. This change updates the function to look for dev_state inside the ctrlr sub-node. #Pragmas from previous commit message: Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: 2.5.100 # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 # HW-medium-label: ci_nvme5 # HW-large-label: ci_nvme9 Signed-off-by: Tom Nabarro <[email protected]>
- Loading branch information
1 parent
e51f5a8
commit 95683aa
Showing
2 changed files
with
23 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters