OCP_2_6_Group_2
DSSD_26_Arbitration_Test_Case.py
Arbitration Test Case
The objectives of this test case are as follows:
Verify that the device’s default arbitration is Round-Robin by reading CC.AMS.
Verify that the device supports Weighted round robin with urgent class priority by reading CAP.AMS.
Verify that the arbitration can be changed to Weighted Round Robin by changing CC.AMS field.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-CFG-1
DSSD_26_Basic_Command_And_Data_Verification_Test_Case.py
- This script will run the following tests:
Do GetLogPage for LID 2h with different NSIDs
Check various field values
Do controller reset and repeat steps 1-2
Do FLR and repeat steps 1-2
Do NSSR and repeat steps 1-2
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.0 requirements referenced by this script:
STD-LOG-2/3/18/23, SLOG-1/3/4/5/11
DSSD_26_Basic_Namespace_Data_Verification_Test_Case.py
- This script will run the following tests:
That new drives come from the factory configured with exactly one active namespace sized to the maximum capacity of the device.
That the FLBAS for this namespace corresponds to the default set at the factory and as specified per the device profile contained in the device Adaptation data.
That for a valid namespace, the namespace data returned from the Identify command exactly matches the namespace data as provided in the Adaptation data for the drive.
That the values of NN and MNAN reported in the Identify Controller Dataset are set correctly per the device profile setting in the Adaptation data.
That support for the NSWG and NAWUPF field is indicated in the NSFEAT field in adaptation data.
That the NSWG and NAWUPF field in Namespace data is populated and, that the value matches the indirection unit value in Adaptation data.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NSM-4/5/6, NVMe-OPT-7/15, SECTOR-3
DSSD_26_Basic_Verification_Of_Asynchronous_Event_Requests_Test_Case.py
The objectives for the Basic Verification of Asynchronous Event Requests Test Case are as follows:
- a.) Verify that the value of bit-3 in the LPA field is set to 1b, indicating the support for sending
Telemetry Log Notices.
- b.) Verify that the value of bit-8 in the OAES field shall be set to 1b, indicating the support for
Namespace Attribute Notices event and the associated Changed Namespace List log page.
- c.) Verify that the value of bit-9 in the OAES field shall be set to 1b, indicating the support for the
Firmware Activation Notices event.
- d.) Verify that when attempting to an NVMe Asynchronous Event Request command when there are
already AERL+1 Asynchronous Event Request commands pending, the latest Asynchronous Event Request command shall fail because the number of outstanding Asynchronous Event Request commands has been exceeded.
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-OPT-8/9/10/11, NVMe-AD-24/25
DSSD_26_Boot_Requirements_Test_Case.py
- This script will run the following tests:
Verify that the Expansion ROM Base Address contains a value of 0 indicating that an Option ROM is not included
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
BOOT-2
DSSD_26_Clear_FW_Update_History_Test_Case.py
- This script will run the following tests:
Determine the current and alternate firmware slots
Clear the FW Update History log and verify it was cleared
Download the previous firmware image
Alternate committing the previous and current firmware images multiple times
Verify Valid Firmware Activation History Entries count is correct
Clear the FW Update History log and verify it was cleared
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
CFUH-1 to CFUH-15, GETF-2
DSSD_26_Clear_PCIe_Correctable_Error_Counters_Test_Case.py
Clear PCIe Correctable Error Counters Test Case
The objective of this test case is to clear the PCIe correctable error counters using set feature C3h and to verify this by reading “PCIe Correctable Error Count” in Log Page C0h.
Use Set feature C3h to clear PCIe correctable error counters. After this “PCIe Correctable Error Count” in Log Page C0h should be zero, this value will be zero even through power cycles. cycles and will only change to non-zero value when drive encounters any PCIe correctable errors.
If setting this feature is not supported, then a status error code of 02h (Invalid Field in Command) shall be returned.
Verify that setting this feature with Save bit set to 1 result in aborting the command with status of Feature Identifier not savable
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
CPCIE-1-15, GETF-2
DSSD_26_Commands_Supported_And_Effects_Log_Page_Test_Case.py
- This script will run the following tests:
Read the Controller Capabilities register and check values of bits 37 and 44
Do GetLogPage for LID 5h
Verify the log page contains an entry for each admin command shown as supported in Table 4 in the testplan
Verify the log page contains an entry for each I/O command shown as supported in Table 5 in the testplan
Check the effects bits in Table 5 in the testplan for I/O commands
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
STD-LOG-6
DSSD_26_Compare_Test_Case.py
- This script will run the following tests:
Confirm support and determine maximum I/O size to use
Determine and validate the maximum LBA transfer size
Test individual non-fused commands
Test valid fused operation
Test valid fused operation scenario with incorrect compare pattern
Test fused operation using nonmatching values for NLBs and verify no update performed
Test fused operation using FUSE=1 for both commands and verify no update performed
Test fused operation where first command has FUSE=2 and second command has FUSE=1 and verify no update performed
Test fused operation where second command has FUSE=0
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-IO-1/3/4/5/6/7/8/9/10/11/12/13/14, GETF-2
DSSD_26_Controller_Memory_Buffer_Test_Case.py
Controller Memory Buffer Test Case If the device supports Controller Memory Buffer, verify that it is set as shown below:
If the value of CMBMSC.CRE is 0b, both values of CMBLOC and CMBSZ are cleared to 00h.
If the value of CMBMSC.CRE is NOT 0b, either CMBMSC.CMSE or CMBSTS.CBAI has 0b value.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-CFG-11
DSSD_26_Controller_Reset_Test_Case.py
- This script will run the following tests:
Execute controller reset
Verify AQA, ASQ, ACQ, CMBMSC and PMRMSC registers didn’t change
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMeR-2
DSSD_26_Data_Persistence_Across_Format_NVM_Operations_Test_Case.py
The objective for the Data Persistence Across Format NVM Operations test case is to verify that the data in the SMART / Health Information Log Page (LID 02h) persists across Format NVM operations by performing the following checks:
Verify that all reserved and unsupported fields are cleared to 0 and do not change.
Verify that all statically defined fields remain unchanged.
Verify that all dynamically updated counter attribute values that are highly unlikely to change in the absence of specific HW events persist across the Format NVM Commands are either unchanged or have increased in value. The notable exception to this would be fields such as the Available Spares attribute that should persist through the Format NVM Commands but may decrease in value due to the nature of what is being reported.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-2/3/18/23, SLOG-1/3/4/5/11
DSSD_26_Data_Persistence_Across_Sanitize_Operations_Test_Case.py
The objective for the Data Persistence Across Sanitize Operations test case is to verify that the data in the SMART / Health Information Log Page (LID 02h) persists across Sanitize Operations by performing the following checks:
Verify that all reserved and unsupported fields are cleared to 0 and do not change.
Verify that all statically defined fields remain unchanged.
Verify that all dynamically updated counter attribute values that are highly unlikely to change in the absence of specific HW events persist across the sanitize process are either unchanged or have increased in value. The notable exception to this would be fields such as the Available Spares attribute that should persist through Sanitize Commands but may decrease in value due to the nature of what is being reported.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-2/3/18/23, SLOG-1/3/4/5/11
DSSD_26_Data_Persistence_Across_TCG_Operations_Test_Case.py
Data Persistence Across TCG Operations Test Case: The objective for the Data Persistence Across TCG Operations test case is to verify that the data in the SMART / Health Information Log Page (LID 02h) persists across the required TCG operations by performing the following checks:
Verify that all reserved and unsupported fields are cleared to 0 and do not change.
Verify that all statically defined fields remain unchanged.
Verify that all dynamically updated counter attribute values that are highly unlikely to change in the absence of specific HW events persist across the TCG purge related operations are either unchanged or have increased in value. The notable exception to this would be fields such as the Available Spares attribute that should persist through the TCG purge related operations but may decrease in value due to the nature of what is being reported.
DSSD_26_Dataset_Management_Command_Verification_Test_Case.py
- The objectives of this test case are as follows:
Verify support for the Dataset Management command by checking bit-2 of the ONCS field in the Identify Controller dataset.
Verify the use of the Dataset Management command with Attribute = AD for deallocate.
Verify that data blocks that have been deallocated read back as 0.
Verify that after an unsafe power cycle, data blocks that have been deallocated continue to read back as 0.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
OCP-NVMe-IO-2, OCP-TRIM-1/2/8
DSSD_26_Device_Capabilities_Log_Page_Test_Case.py
- This script will run the following tests:
NVMe Get Log Page Command with LID=C4h
NVMe Identify Command with CNS=01h
Verify number of physical PCIe ports matches the corresponding field in adaptation parameters
Verify bytes 1:0 of OOB Management Support field are correct
Verify bytes 1:0 of Write Zeroes Command Support field are correct
Verify bytes 1:0 of Sanitize Command Support field are correct
Verify bytes 1:0 of Dataset Management Command Support field are correct
Verify bytes 1:0 of Write Uncorrectable Command Support field are correct
Verify bytes 1:0 of Fused Operation Support field are correct
Verify various values for DSSD Power States
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
DCLP-1 to DCLP-12
DSSD_26_Drive_Behavior_In_Case_Of_PLP_Failure_Test_Case.py
- This script will run the following tests:
Perform sequential write/read for five minutes
Inject PLP error
Record EOL-PLP setting
Perform sequential writes for one minute and verify pass/fail based on EOL-PLP setting
Recover the device from the error injection
Check drive performance after it recovers
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
PLP-9
DSSD_26_E1L_PCIe_Speed_And_Lane_Width_Test_Case.py
- This script will run the following tests:
Verify PCI Express Link Capabilities register (0Ch) lane width and speed
Verify PCI Express Link Status register (12h) lane width and speed
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
FFE1L-2
DSSD_26_E1L_PWRDIS_Test_Case.py
- This script will run the following tests:
Assert PWRDIS and wait for device to shutdown
De-assert PWRDIS and wait for device to come up
Start sequential write I/O test and assert PWRDIS and wait for device to shutdown
De-assert PWRDIS and wait for device to come up
Run sequential read I/O test for 5 minutes and verify there are no miscompares
Run sequential write I/O test for 5 minutes
Run sequential read I/O test for 5 minutes
Verify performance is within 5% of performance numbers supplied in adaptation parameters
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
FFE1L-9
DSSD_26_E1S_PCIe_Speed_And_Lane_Width_Test_Case.py
- This script will run the following tests:
Verify PCI Express Link Capabilities register (0Ch) lane width and speed
Verify PCI Express Link Status register (12h) lane width and speed
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
FFE1S-2
DSSD_26_E1S_PWRDIS_Test_Case.py
- This script will run the following tests:
Assert PWRDIS and wait for device to shutdown
De-assert PWRDIS and wait for device to come up
Start sequential write I/O test and assert PWRDIS and wait for device to shutdown
De-assert PWRDIS and wait for device to come up
Run sequential read I/O test for 5 minutes and verify there are no miscompares
Run sequential write I/O test for 5 minutes
Run sequential read I/O test for 5 minutes
Verify performance is within 5% of performance numbers supplied in adaptation parameters
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
FFE1S-9
DSSD_26_EUI64_And_NGUID_Test_Case.py
EUI64 and NGUID Test Case
The objectives of this test case are to:
Verify that the device comes from the factory with a single namespace that has a nonzero value for EIU64 and NGUID.
Verify that for all subsequent namespace creations, the EUI64 field is 0.
Verify that for all subsequent namespace creations, the NGUID field contains a value that is different from the default and from all other NGUID values.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-CFG-7/8
DSSD_26_Endurance_Group_Information_Log_Page_09h_Test_Case.py
- This script will run the following tests:
Verify support for endurance groups
Read the endurance group information log page and sanity check fields
Compare endurance estimate values
Sanity check remaining fields
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
STD-LOG-17
DSSD_26_Error_Information_Log_Page_Test_Case.py
- This script will run the following tests:
Get ELPE field
Do GetLogPage for LID 1h to get error count for each entry
Reset controller
Do IdentifyController
Do GetLogPage for LID 1h to get error count for each entry
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
STD-LOG-1
DSSD_26_Error_Recovery_Log_Page_Test_Case.py
- This script will run the following tests:
Read Error Information log page to get recovery settings
Verify reserved fields and static fields and make sure device is in error free state
Record performance logs and set AEN before drive goes into error state
Inject error and recover the drive based on reset and recovery actions
Check drive performance after it recovers
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
EREC-AEN-1, EREC-1 to EREC-15
DSSD_26_Factory_Default_Settings_Verification_Test_Case.py
- This script will run the following tests:
All supported firmware slots shall contain the most recent production firmware revision.
All logical blocks shall be deallocated.
The following SMART / Health Information log page fields shall be cleared to 0h: Critical Warning, Endurance Group Critical Warning Summary, Data Units Read, Data Units Written, Host Read Commands, Host Write Commands, Controller Busy Time, Power Cycles, Power On Hours, Unsafe Shutdowns, Media and Data Integrity Errors, Percentage Used, Number of Error Information Log Entries.
The Available Spare field in the SMART / Health Information log page shall be set to a value of 100.
The Total Number of Events field in the Persistent Event log page shall be cleared to 0h.
The Sanitize Status field in the Sanitize Status log page cleared to 0 indicating the NVM subsystem has never been sanitized and the Global Data Erased bit in the Sanitize Status field set to 1b.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
FDEF-1/2/3/4/5, NVMe-AD-22
DSSD_26_Fatal_Status_Test_Case.py
Fatal Status Test Case
When the device is in factory default state the CSTS.CFS field should be zero. If device experiences panic issues, for example “Logic FW error,” and if the device uses CFS for panic notifications, this field will be set to 1. Upon performing the recommended panic reset action and device recovery action CSTS.CFS should reset back to zero.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-CFG-3
DSSD_26_Firmware_Activation_Notice_AE_Test_Case.py
The objectives for the Firmware Activation Notice AE Test Case are as follows:
- a.) Verify that if an event occurs for which reporting is enabled and there are no Asynchronous Event
Request commands pending, the device retains the event information for that Asynchronous Event Type and reports it once an Asynchronous Event Request command is submitted.
- b.) Verify that if duplicate events are queued while no Asynchronous Event Request commands are
pending, the duplicate events are reported as a single response to a future Asynchronous Event Request command.
- c.) Verify that, if an AER is pending, after sending the NVMe Firmware Commit command with CA=3
and slot = 0, an AEN is sent to the host with the following information:
Event Type: Notice
Asynchronous Event Information: Firmware Activation Starting
Log Page Identifier: Firmware Slot Information log (03h)
- d.) Verify that, if an AER is pending, after sending the NVMe Firmware Commit command with CA=3
and firmware slot specified, an AEN is sent to the host with the following information:
Event Type: Notice
Asynchronous Event Information: Firmware Activation Star
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-OPT-8/9/10/11, NVMe-AD-24/25
DSSD_26_Firmware_Slot_Information_Log_Page_Test_Case.py
- This script will run the following tests:
Get firmware slot info from LID 3h
Get FRMW from Identify Controller
Download and commit the previous firmware image to the starting firmware slot
Verify FRS field for appropriate slot in LID 3h matches the previous firmware image
Verify current and next active firmware slots in LID 3h
Do controller reset
Verify current firmware slot in LID 3h
Repeat steps 3-7 for all supported firmware slots
Commit the current firmware image to the current firmware slot
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
STD-LOG-5, MS-CONF-6
DSSD_26_Format_NVM_Command_On_A_Per_Namespace_Basis_Test_Case.py
- This script will run the following tests:
Verify support for Format NVM command
Determine the maximum number of namespaces supported
Get and save the current namespace dataset
Calculate the LBA size
Read the namespace granularity list
Use the namespace granularity descriptor to calculate the capacity to use to create MaxNsCnt namespaces
Delete original namespace
Create and precondition new namespaces
Format (SES=1) two randomly selected namespaces
Verify the Format NVM only affected the two specific namespaces
Restore original namespace
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-AD-2/5/8/23, SEC-4, NVMe Spec Format NVM Section
DSSD_26_Format_NVM_Crypto_Erase_Test_Case.py
- This script will run the following tests:
Verify support for Format NVM command
Get and save current LBA size
Precondition namespace
Start Format NVM command (SES=2)
Verify Format command has ended
Verify the Format NVM results
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-AD-2/5/8/23, SEC-4, NVMe Spec Format NVM Section
DSSD_26_Format_NVM_No_Secure_Erase_Test_Case.py
- This script will run the following tests:
Verify support for Format NVM command
Get and save current LBA size
Precondition namespace
Start Format NVM command (SES=0)
Verify format command has ended
Verify the Format NVM results
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-AD-2/5/8/23, SEC-4, NVMe Spec Format NVM Section
DSSD_26_Format_NVM_User_Data_Erase_Test_Case.py
- This script will run the following tests:
Verify support for Format NVM command
Determine if the controller will use crypto erase instead of user data erase
Get and save current LBA size
Precondition namespace
Start Format NVM command (SES=1)
Verify format command has ended
Verify the Format NVM results
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-AD-2/5/8/23, SEC-4, NVMe Spec Format NVM Section
DSSD_26_Hardware_Component_Log_Page_Test_Case.py
Test objectives are to verify the following:
That the Hardware Component log page is returned, and the command completes with status success.
That the Hardware Component log page format for recording the hardware components on the device matches OCP requirements.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
HWCOMP-1/2/3/4/5
DSSD_26_IEEE1667_Feature_Test_Case.py
- This script will run the following tests:
For Set feature the objectives are to test the following:
Get factory default state of feature IEEE1667
- If the default state is enabled:
Disable IEEE1667 Silo using set feature and using get feature check that the current state and saved state are set to “disabled” no later than next power cycle
Current and saved state should be “disabled” even after drive goes through power cycle
Default state should be “enabled”
Enable IEEE1667 Silo using set feature and using get feature check that the current state and saved state are set to “enabled” no later than next power cycle
Current and saved state should be “enabled” even after drive goes through power cycle
Default state should be “enabled”
If setting this feature is not supported, then a status error code of 0x2 (Invalid Field in Command) shall be returned
- If the default state is disabled:
Enable IEEE1667 Silo using set feature and using get feature check that the current state and saved state are set to “enabled” no later than next power cycle
Current and saved state should be “enabled” even after drive goes through power cycle
Default state should be “disabled”
Disable IEEE1667 Silo using set feature and using get feature check that the current state and saved state are set to “disabled” no later than next power cycle
Current and saved state should be “disabled” even after drive goes through power cycle
Default state should be “disabled”
If setting this feature is not supported, then a status error code of 0x2 (Invalid Field in Command) shall be returned
For Get feature the objectives are to test the following:
Check the default state of C4h with SEL=01b.It should match with factory default value and should not change during power cycle. Current state selection should not affect the default state
Check the capabilities of C4h with SEL=11b and it should be 101b indicating that this feature is savable, changeable, and not name space specific
Check the current state of C4h with SEL=00b and it should match with enabled/disable selection made with set feature
Check the saved state of C4h with SEL=10b
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
S1667-1 to S1667-15, GETF-1/2
DSSD_26_Incomplete_Shutdown_Test_Case.py
- This script will run the following tests:
Perform sequential write and read for five minutes and collect performance logs
Issue GetLogPage for LID 2h and check Critical Warning bits 3-4
Issue GetLogPage for LID C0h and record Incomplete Shutdowns field
Create INCS scenario on the drive
Perform 4KB random writes with a queue depth of 128
Issue Identify command and verify it passes
Issue GetLogPage for LID C0h and check Incomplete Shutdowns field
Issue GetLogPage for LID 2h and check Critical Warning bit 3
Issue GetLogPage for LID C1h and check various fields
Perform sequential writes and verify they fail
Perform sequential reads and check if they pass or fail
Format the drive
Set CC.EN=1
Issue GetLogPage for LID C1h and check Panic ID field
Issue Identify command and verify it passes
Perform sequential write and read for five minutes and collect performance logs
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
INCS-1/4/5/6
DSSD_26_LBA_Status_Information_Log_Page_Test_Case.py
- This script will run the following tests:
That reading the LBA Status Information Log page is supported by the DUT.
That the log page reports LBA ranges that have been marked uncorrectable by the Write Uncorrectable command.
The test case shall use the Write Uncorrectable command to create N separate LBA ranges marked as uncorrectable.
The test case shall next read the LBA Status Information Log Page and verify that it contains a single LBA Status Namespace Element.
The test case shall verify that the number of LBA Range Descriptors reported in the LBA Status Log Namespace Element is equal to N, where N is the number of uncorrectable LBA Ranges created.
The test case shall next verify that the LBA ranges reported in the LBA Range Descriptors in the LBA Status Namespace Element match the LBA ranges marked as uncorrectable.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-AD-27, STD-LOG-11
DSSD_26_Little_Endian_Verification_Test_Case.py
- This script will run the following tests:
Do GetLogPage for LID 2h and get values of Data Units Read/Written, Host Read/Write Commands, Controller Busy Time, Power Cycles, Power On Hours, and Unsafe Shutdowns fields
Issue four write and read commands, each with 251 blocks
Power cycle the drive
Do GetLogPage for LID 2h and verify Data Units Read/Written and Host Read/Write Commands values increased by at least 1
Surprise power cycle the drive
Do GetLogPage for LID 2h and verify Power Cycle Count and Unsafe Shutdowns values increased by at least 1
Perform 4KB random reads and writes for 65 minutes
Do GetLogPage for LID 2h and verify Power On Hours value increased by at least 1
Verify Controller Busy Time value stayed the same or increased by at least 1
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-2/3/18/23, SLOG-1/3/4/5/11
DSSD_26_Low_Power_Modes_Requirements_Test_Case.py
- This script will run the following tests:
Verify that ASPM Optionality Compliance (AOC) bit is set to 1
Verify that ASPM Support (ASPMS) field is set to 10b or 11b
Execute PCIe reset
Verify that ASPM Control (ASPMC) field is cleared to 00b
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
LPWR-1/2
DSSD_26_M2_PCIe_Speed_And_Lane_Width_Test_Case.py
- This script will run the following tests:
Verify PCI Express Link Capabilities register (0Ch) lane width and speed
Verify PCI Express Link Status register (12h) lane width and speed
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
FFM2-5
DSSD_26_Maximum_Data_Transfer_Size_Test_Case.py
Maximum Data Transfer Size Test Case
The objective of this test case is read the Identify controller’s MDTS field and verify that the device maximum data transfer size is greater than or equal to 256KiB.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-CFG-2
DSSD_26_NVMe_Controller_Configuration_And_Behavior_Test_Case.py
NVMe Controller Configuration and Behavior Test Case
Verify that the device configuration is set as shown below:
The stride between doorbell properties shall be 4 bytes, as set by CAP.DSTRD.
The device shall be NVM subsystem scope, as set by CAP.CPS.
The device shall support the NVM Command Set, as set by CAP.CSS and “Controller Type (CNTRLTYPE)” field in the Identify Controller’s data structure.
The minimum memory page size is 2^12.
The maximum memory page size is at least 2 ^ (12 + CAP.MPSMAX).
The maximum number of Error Information log entries that are stored by the controller is 256, as set by “Error Log Page Entries (ELPE)” field in the Identify Controller’s data structure.
The device shall NOT support the Host Memory Buffer, as set by zero values of “Host Memory Buffer Minimum Size (HMMIN)” field and “Host Memory Buffer Preferred Size (HMPRE)” field in the Identify Controller’s data structure.
The device shall NOT support the Controller Ready Independent of Media mode, as set by zero value of CAP.CRMS.CRIMS.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-CFG-9/12/13/16/17/18/19/20
DSSD_26_Namespace_Attachment_Command_Verification_Test_Case.py
- This script will run the following tests:
That when sending a properly formatted Namespace Attachment command specifying the Controller Attach operation and providing a valid controller ID and NSID, the drive accepts and processes the Namespace Attachment command without error and Identify data shows the namespace associated with the controller ID
That when a namespace is attached to a controller the namespace shifts from inactive to active state
That when deleting a namespace that is actively attached to a controller, the namespace shifts from being active to inactive
That when sending a properly formatted Namespace Attachment command specifying the Controller Detach operation, and providing a valid controller ID and NSID, the drive accepts and processes the Namespace Attachment command without error, the namespace is disassociated with the controller ID, and is shown as inactive
That based upon using the values of NN and MNAN from the Identify Controller dataset to set the maximum number of namespaces supported, that namespace management can be performed for the full number of namespaces supported
That based upon using the values of NN and MNAN from the Identify Controller dataset to set the maximum number of namespaces supported, the maximum number of namespaces supported can be created and the NGUID field value in each namespace data block shall be unique
That the Namespace Management command and namespace attach command can be used to increase the over provisioning from the default set at the factory. Note that this step is here because the Namespace Attach command must be used to make a namespace active, which is required to pull and see the full namespace dataset.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-AD-4, NUSE-1, NSM-1/2/3/4/5/6/7, NVMe sections 3.2.1/5.22/8.11
DSSD_26_Namespace_Attribute_Notices_AE_Test_Case.py
This script will run the following tests: The objectives for the Namespace Attribute Notices AE Test Case are to verify that the device completes an Asynchronous Event Request command for the “Namespace Attribute Changed” event when there is a change to one or more of the following:
LBA format has been changed by Format NVM command, the AEN will be triggered because of the Identify Namespace data structure (CNS = 00h).
The namespace is currently write-protected because of the Write Protection Config Set Feature Command, the AEN will be triggered because of the change of the I/O Command Set Independent Identify Namespace data structure (CNS = 08h).
The namespace has been detached/attached/deleted, the AENs will be triggered because of the change of the Active Namespace ID list (CNS = 02h).
The LBA format has been changed by Format NVM command, the AEN will be triggered because of the change of the Identify Namespace data structure for an Allocated Namespace ID (CNS = 11h).
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-OPT-8/9/10/11, NVMe-AD-24/25
DSSD_26_Namespace_Management_Command_Verification_Test_Case.py
- This script will run the following tests:
That when sending a properly formatted Namespace Management command specifying the Create option and providing a valid copy of the namespace data structure, the drive accepts and processes the Namespace Management command without error and returns the NSID for the new namespace in Dword 0 of the completion queue entry for the command
That when sending a properly formatted Namespace Management command specifying the Delete option and the NSID of a valid namespace, the drive accepts and processes the Namespace Management command without error and deletes the namespace
That if the value of the MNAN field in the Identify Controller data set is greater than 0, it shall be used to set the ceiling for the maximum number of namespaces. If it is 0, the value of NN in Identify Controller data shall set the ceiling.
That if the value of the NN or MNAN fields in the Identify Controller data set are greater than 1, then (a) can be performed for the full number of namespaces supported, followed by performing (b) for the full number of namespaces supported. Note that this requires the drive capacity to be factored in if multiple namespaces are to be created.
That if the value ELBAS is 0 in Controller Attributes Field of Identify Controller Data, indicating no support for Extended LBA Formats
That when creating or formatting a namespace, the default value FLBAS=0 and LBAF=0 correspond to the default format set at the factory, which also should be the same as the value for DP-CFG-1 in the device profile in the devices Adaptation data
That namespace granularity is supported, the namespace granularity descriptor values are not 0, and the namespace granularity values can be successfully used to create one or more namespaces
That Identify Commands show newly created namespaces are valid and inactive when not attached to a controller
That the Identify Namespace command send with a valid inactive NSID succeeds and returns a Namespace data structure filled with 0s
That the identify Namespace command sent with broadcast NSID succeeds and returns a data struct with fields set common to all Namespaces. Note fields unique to each Namespace such as NSZE, NCAP, NGUID, EUI64, etc., shall be 0.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-AD-3, NSM-1/2/3/4/5/6/7/8, NVMe sections 3.2.1/5.23/8.11
- namespace_management(dut, id_ns, sel, format_index, mset, new_ns_capacity=0, max_ns_count=1, is_private=0, pi=0, pil=0)
Helper function to create a new Namespace with specific field information
- Parameters:
dut (XML) – Device object under test
id_ns (dict) – Identify Namespace command dictionary
sel (int) – Select Field for namespace management action
new_ns_capacity (int) – Create Size capacity
max_ns_count (int) – Count of namespaces to be made
format_index (int) –
mset (int) – Metadata Settings
is_private (int) – Determines if namespace is private or not
pi (int) – Protection Information
pil (int) – Protection Information Location
- Returns:
create_namespace
- Return type:
dict
DSSD_26_Namespace_Support_Test_Case.py
- This script will run the following tests:
Issue Identify command with CNS = 1 and verify MNAN/NN values
Issue Identify command with CNS = 2 and verify active NSID list contains one NSID
Issue Identify command with CNS = 0
Verify MaxBlks = NSZE = NCAP
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SECTOR-3
DSSD_26_PEL_Data_Persistence_Across_Format_NVM_Operations_Test_Case.py
The objectives for this test case are to verify the following:
That the device processes the Get Log Page commands to backup Persistent Event Log as the baseline.
That the data in the Persistent Event Log Page (LID 0Dh) persists across Format NVM commands by performing the following checks:
That all reserved and unsupported fields are cleared to 0 and do not change.
That all statically defined fields remain unchanged.
Verify that the Total Number of Events field in the Log Page data following successful Format NVM completion has increased as expected.
Verify that the event data in the Log Page has persisted.
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-9/10/20/21/22/23
DSSD_26_PEL_Data_Persistence_Across_Sanitize_Operations_Test_Case.py
The objectives for the Data Persistence during Sanitize Operation test case are to verify the following:
That the device processes the Get Log Page commands to backup Persistent Event Log Page as the baseline.
That the data in Persistent Event Log Page (LID 0Dh) persists across the Sanitize operations by performing the following checks:
That all reserved and unsupported fields are cleared to 0 and do not change.
That all statically defined fields remain unchanged.
Verify that the Total Number of Events field in Log Page data following successful Sanitize completion has increased as expected.
Verify that the event data in the Log Page has persisted.
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-9/10/20/21/22/23
DSSD_26_PEL_Data_Persistence_Across_TCG_Purge_Operations_Test_Case.py
The objectives for this test case are to verify the following:
That the device processes the Get Log Page commands to backup Persistent Event Log as the baseline.
That the data in Persistent Event Log Page (LID 0Dh) has persisted across the previous TCG command by performing the following checks:
That all reserved and unsupported fields are cleared to 0 and do not change.
That all statically defined fields remain unchanged.
That the data in the Persistent Event Log Page should be persisted across the previous TCG commands by checking the ‘Total Number of Events’ field in Log Page data.
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-9/10/20/21/22/23
DSSD_26_Persistent_Event_Log_Page_Test_Case.py
The objectives for the Persistent Event Log Page test case are to verify the following:
Verify that the Persistent Event Log page is supported by the DUT.
Verify that the maximum size of the Persistent Event log page reported in the Identify Controller data structure is 5 MiB or greater.
If the controller does not have a persistent event log reporting context, then the controller shall abort the command with a status code of Command Sequence Error.
Verify that the Supported Events Bitmap field has bits set to 1 indicating support for the following event logs.
Thermal Excursion Event
Telemetry Log Create Event
Sanitize Completion Event
Sanitize Start Event
Format NVM Completion Event
Format NVM Start Event
Change Namespace Event
NVM Subsystem Hardware Error Event
Power-on or Reset Event
Timestamp Change Event
Firmware Commit Event
SMART / Health Log Snapshot Event
Verify that the Persistent Event log page events are ordered by timestamp.
- Verify that each of the following operations increases the TNE in the log page.
power cycle,
controller reset,
subsystem reset,
function level reset,
Format NVM Command.
Verify that mandatory events that occur while a reporting context is active are not reported in that reporting context.
Verify that the persistent event log reporting context is maintained for at least 5 minutes after the last host access to the log.
Verify that mandatory events that occur while a reporting context is not active are reported when the next reporting context is created.
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-9/10/20/21/22/23
DSSD_26_Queue_Depth_And_IO_Queue_Pairs_Test_Case.py
Queue Depth and IO Queue Pairs Test Case
The minimum supported queue depth shall be 1024 per submission queue and the minimum number of IO Queue Pairs shall be 1024.
Verify the Queue pairs by checking MQES. Verify queue depth by checking the controller’s SQES and CQES values.
Create 1024 IO completion and IO submission queues each with Queue Depth of 1024.
Successful completion of these commands verifies Queue depth and Queue pair requirements
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-CFG-5/6/14/15
DSSD_26_Read_Only_Or_Write_Through_Mode_Feature_Test_Case.py
- This script will run the following tests:
The objective is to check that the factory default value of 0xC2 feature is set to Read Only Mode - Get factory default sate of feature 0xC2(ROWTM) and make sure that it is set to RO Mode
For Set feature the objectives are to test the following: a. Get factory default value of feature ROWTM(0xC2) and it should be RO Mode b. Change to Write Through Mode using set feature and using get feature check that the current state and saved state are set to Write Through Mode no later than next power cycle c. Current and saved state should be Write Through Mode even after drive goes through power cycle d. Default state should be Read Only Mode e. Change to Normal Mode using set feature and using get feature check that the current state and saved state are set to Normal Mode no later than next power cycle f. Current and saved state should be Normal Mode even after drive goes through power cycle g. Default state should be Read Only Mode h. Change to Read Only Mode using set feature and using get feature check that the current state and saved state are set to Read Only Mode no later than next power cycle i. Current and saved state should be Read Only Mode even after drive goes through power cycle j. Default state should be Read Only Mode k. If setting this feature is not supported, then a status error code of 0x2 (Invalid Field in Command) shall be returned
For Get feature the objectives are to test the following: a. Check the default state of 0xC2 with SEL=01b.It should be Read Only Mode and should not change over power cycle. Current state selection should not affect the default state. b. Check the capabilities of 0xC2 with SEL=11b and it should be 101b indicating that this feature is savable, changeable, and not name space specific c. Check the current state of 0xC2 with SEL=00b and it should match with Read Only, Write Through or Normal selection made with set feature d. Check the saved state of 0xC2 with SEL=10b e. Check whether smart page critical warning is reflecting ROWTM settings or not f. Check drive is in RO, WT or Normal Mode state by performing IO
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
ROWTM-1, SROWTM-1 to SROWTM-17, GROWTM-1/2, GETF-1/2
DSSD_26_SMBus_Data_TTR_Verification_Test_Case.py
- This script will run the following tests:
Do a power cycle
Get timestamp
Poll MI Basic subsystem management data structure command code 0 until it’s successful
Get timestamp
Verify MI Basic subsystem management data structure command code 0 info is correct
Verify difference between timestamps is within CAP.TO
Repeat steps 1-6 using controller reset
Repeat steps 1-6 using NSSR
Repeat steps 1-6 using FLR
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/4/7/9/10
DSSD_26_SMBus_Data_Verification_256_Bytes_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure with offset 0 and length 154 bytes
Get MI Basic subsystem management data structure with offset 154 and length 102 bytes
Verify various fields return correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/5/6/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_0_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 0 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_154_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 154 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/8/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_167_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 167 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_242_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 242 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/5/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_248_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 248 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_32_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 32 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/39/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_50_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 50 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_8_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 8 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/9/10
DSSD_26_SMBus_Data_Verification_Cmd_Code_90_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 90 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/4/9/10, FB-CONF-6, MS-CONF-6
DSSD_26_SMBus_Data_Verification_Cmd_Code_96_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 96 and verify it returns correct info
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/9/10
DSSD_26_SMBus_Firmware_Update_Verification_Test_Case.py
- This script will run the following tests:
Verify disabling Firmware Update using Basic Management SMBus Block Write command and verifying using SMBus Read Byte command.
Verify enabling Firmware Update using the SMBus Write Byte protocol
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/3/4/5/6/7/9/10, FB-CONF-6, MS-CONF-6
DSSD_26_SMBus_Invalid_Transaction_Test_Case.py
- This script will run the following tests:
Send the NVMe Basic Management Block Read command with any invalid SMBus slave address
Verify that NVMe Basic Management command does not complete successfully
Pass/Fail: Script passes if all info is correct
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/2/3/4/7/9/10
DSSD_26_SMBus_Secure_Boot_Failure_Verification_Test_Case.py
- This script will run the following tests:
Get MI Basic subsystem management data structure command code 242 and verify it returns correct info
Inject secure boot failure
Power cycle the drive
Issue Identify command and verify it passes
Get MI Basic subsystem management data structure command code 242 and verify it returns correct info
Get MI Basic subsystem management data structure command code 0 and verify it returns correct info
Power cycle the drive
Issue Identify command and verify it passes
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SMBUS-1/3/5/6/9/10
DSSD_26_Sector_Size_Test_Case.py
- This script will run the following tests:
The device supports both 512-byte and 4096-byte sector sizes
The device is configured from the factory with the default sector size specified by OCP requirements per form factor
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SECTOR-4, MS-CONF-1/2, NSM-2/3
DSSD_26_Subsystem_Reset_Test_Case.py
- This script will run the following tests:
Execute NSSR
Pass/Fail: Script passes if NSSR is successful
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMeR-1
DSSD_26_TCG_Activity_Events_For_Persistent_Event_Log_Test_Case.py
The objective for the TCG Persistent Event Log is to verify the following:
- Perform all TCG methods according to TCGHST-PE-2 requirements.
Level 0 Discovery
Start Session
Authenticate method (entries only recorded when the authority specified is not locked out)
Close Session by the host when it sends an End-Of-Session token
Close Session due to timeout
Properties method
Stack Reset
TPer Reset
Get method
Set method
GenKey method
Random method
Activate method
Revert method
RevertSP method
Reactivate method
Erase method
Block SID Authentication
Assign method
Deassign method
To generate a sufficient number of persistent log entries (at least 100 entries), the Assign and Deassign methods will be invoked multiple times.
Utilize the Get Log Page command to retrieve the persistence event log page.
Verify that the “Total Number of Events” increment at least 100.
Verify that all methods invoked above are logged in the event log entries except SyncSession method.
Verify that all the TCG Activity PEL entries comply with OCP 2.5 requirements in the TCG Activity Event Format Table.
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
TCGHST-PE-1 - TCGHST-PE-5 TCGCE-1 - TCGCE-24 TCG-AUTHM-1 - TCG-AUTHM-3 TCG-ACT-1 TCG-ACT-2 TCG-RACT-1 TCG-RACT-2 TCG-ASGN-1 TCG-ASGN-2 TCG-BSID-1 TCG-BSID-2
DSSD_26_Test_NSID_Values_In_Set_Feature_C2h_Test_Case.py
- This script will run the following tests:
Using NSID = 0 in the set features command passes as expected
Using NSID = 1 in the set features command fails with status code 02h
Using NSID = FFFFFFFFh in the set features command fails with status code 02h
Using NSID = NN+1 (invalid NSID) fails with status code 02h
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SROWTM-6
DSSD_26_Test_NSID_Values_In_Set_Feature_C3h_Test_Case.py
Test NSID Values in Set Feature (C3h) Test Case
This test case is intended to verify the following:
That when using NSID = 0 in the Set Features command, the command completes successfully.
That when using NSID = 1, or any other active NSID, in the Set Features command, the command is aborted with status code 0Fh for “Feature Not Namespace Specific”.
That when using NSID = 2, or any other inactive but valid NSID, in the Set Features command, the command is aborted with status code 0Fh for “Feature Not Namespace Specific”.
That when using NSID = FFFFFFFFh in the Set Features command, the command completes successfully.
That when using NSID = NN+1, or any other invalid NSID, in the Set Features command, the command is aborted with status code 02h for “Invalid Field in Command”.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SDAEC-6
DSSD_26_Test_NSID_Values_In_Set_Feature_C4h_Test_Case.py
- This script will run the following tests:
Using NSID = 0 in the set features command passes as expected
Using NSID = 1 in the set features command fails with status code 02h
Using NSID = FFFFFFFFh in the set features command fails with status code 02h
Using NSID = NN+1 (invalid NSID) fails with status code 02h
Using NSID = any inactive NSID fails with status code 02h
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
S1667-6
DSSD_26_Timestamp_Feature_Test_Case.py
The objectives of the test case are as follows:
- Default state
The objective is to verify that the 0Eh timestamp feature is supported by the DUT. a. Get the Identify Controller Data for DUT and verify that the timestamp feature is set as
supported in ONCS field.
Issue a Get Features command with select field set to 011b for timestamp feature (0Eh) and verify that feature is not saveable from the command status.
- Basic functionality
For testing basic functionality, the objectives are to test the following: a. Using set features for Timestamp feature (0Eh), set the timestamp to X milliseconds and
using Get Features check that the value returned is greater than X for all subsequent Get features before NVM Subsystem Reset.
Verify that Timestamp Origin value in Timestamp Attribute field is not set to 000b before NVM Subsystem reset is issued.
Verify that Synch value in Timestamp Attribute field is not set to 1b.
- Persistence
For testing persistence of timestamp value across controller level resets, objectives are to test the following: a. Issue Controller Level Reset and verify the timestamp value read after reset is not reset
to 0 and continues to count for duration of reset.
Also verify the Synch value is not set to 1b in Get Features command status indicating timestamp did not stop in between reset handling.
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
NVMe-OPT-2/4/5/13
- get_nvme_timestamp_feature_value()
Returns the value of /sys/module/nvme_core/parameters/nvme_timestamp_feature
- Parameters:
None –
- Return type:
Integer value
DSSD_26_UUID_Test_Case.py
- This script will run the following tests:
Verify that the UUID List obtained by using the NVMe Identify Command using CNS=17h contains the UUID value C194D55BE0944794A21D29998F56BE6F in big endian format as shown below:
[——————–Bytes——————–] 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00 6F BE 56 8F 99 29 1d A2 94 47 94 E0 5B D5 94 C1
Verify that sending Get/Set Feature commands with vendor unique FIDs and the UUID index = matching UUID Index complete successfully.
Verify that Get/Set Feature commands with valid vendor unique FIDs and UUID index = 0 complete successfully.
Verify that Get/Set Feature commands with valid vendor unique FIDs and UUID index = invalid index fail with Invalid Field in Command status.
Verify that the Get Log Page commands with valid vendor unique LIDs and the UUID index = matching UUID Index complete successfully.
Verify that the Get Log Page commands with valid vendor unique LIDs and the UUID index = 0 complete successfully.
Verify that the Get Log Page commands with valid vendor unique LIDs and invalid UUID index fail with Invalid Field in Command status.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
UUID-1/2/3/4/5/6
DSSD_26_Unsafe_Shutdowns_Verification_Test_Case.py
- This script will run the following tests:
Do GetLogPage for LID 2h and get Unsafe Shutdowns field value
Surprise power cycle the drive 10 times
Do GetLogPage for LID 2h and get Unsafe Shutdowns field value and verify it increased by 1
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-2/3/18/23, SLOG-1/3/4/5/11
DSSD_26_Unsupported_Command_Verification_Test_Case.py
- This script will run the following tests:
Verify reserved Admin and NVM opcodes in the table return an “invalid command opcode” error
Verify unsupported optional Admin and NVM opcodes in the table return an “invalid command opcode” error
Verify unsupported vendor unique Admin opcodes in the table return an “invalid command opcode” error
Verify every supported vendor unique Admin opcode that requires challenge-response action to unlock returns an error
Verify unsupported vendor unique NVM in the table return an “invalid command opcode” error
Verify every supported vendor unique NVM that requires challenge-response action to unlock returns an error
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SEC-19
DSSD_26_Unsupported_Feature_Verification_Test_Case.py
- This script will run the following tests:
Do GetFeatures and SetFeatures for every reserved FID in the table and verify “invalid field” error is returned
Do GetFeatures and SetFeatures for every unsupported optional FID in the table and verify “invalid field” error is returned
Do GetFeatures and SetFeatures for every unsupported vendor unique FID in the table and verify “invalid field” error is returned
Do GetFeatures and SetFeatures for every supported vendor unique FID that requires challenge-response action to unlock and verify an error is returned
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SEC-19
DSSD_26_Unsupported_Log_Pages_Verification_Test_Case.py
- This script will run the following tests:
Do GetLogPage for every reserved LID in the table and verify “invalid log page” error is returned
Do GetLogPage for every unsupported optional LID in the table and verify “invalid log page” error is returned
Do GetLogPage for every unsupported vendor unique LID in the table and verify “invalid log page” error is returned
Do GetLogPage for every supported vendor unique LID that requires challenge-response action to unlock and verify an error is returned
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
SEC-19
DSSD_26_Unsupported_Requirements_Log_Page_Test_Case.py
- This script will run the following tests:
- Verify Unsupported Requirements Log Page, LID = C5h, default values are set to values as specified in OCP document.
Reserved fields “URLP-2” and “URLP-4” are cleared to zero.
Log Page Version field “URLP-5” is set to one.
Log Page GUID field “URLP-6” is set to C7BB98B7D0324863BB2C23990E9C722Fh
Collection Unsupported Count, “URLP-1.” Verify that nonzero values in Unsupported Requirement list matches with Unsupported Count.
Verify that Requirement IDs in Unsupported Requirements list matches with Unsupported Requirement ID passed in Adaptation Parameters file.
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.6 requirements referenced by this script:
URLP-1/2/3/4/5/6
DSSD_26_Write_Read_Command_And_Data_Verification_Test_Case.py
- This script will run the following tests:
Do GetLogPage for LID 2h and get values of various fields
Perform 4KB random reads and writes for 65 minutes
Do GetLogPage for LID 2h and verify the various fields increased
Pass/Fail: Script passes if all tests pass
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
STD-LOG-2/3/18/23, SLOG-1/3/4/5/11
DSSD_26_Write_Uncorrectable_Test_Case.py
The objective of this test case is to verify the NVME IO requirements NVMe-IO-10 and NVMe-IO-14
The device’s support for NVMe Write Uncorrectable command is verified by issuing the NVMe Write Uncorrectable command.
LBAs that were written using the Write Uncorrectable command should fail read operations. These read errors should not increase the value of the SMART/Health information field Media field.
The case where the WUSL field in the Identify Controller dataset(CNS==6) is 0 and bit-1 of the ONCS field in the Identify Controller dataset(CNS==1) is also 0 shall be treated as a controller error and test case failure.
In the case where the WUSL field in the Identify Controller dataset(CNS==6) is greater than 0, WUSL shall be used to set the value of MAXLBAS using Identify Controller(CNS==1) and Identify Namespace(CNS==0) data as 2^(WUSL + 12 + CAP.MPSMIN) / 2^LBA Format[FLBAS].
Verify that when the WUSL field in the Identify controller dataset(CNS==6) is greater than 0 and bit-1 of the ONCS field in the Identify Controller dataset is 0 and the host sends a Write Uncorrectable command with an NLB value greater than that specified by the value of WUSL, the controller shall abort the Write Uncorrectable command with Invalid Field in Command.
The case where the WUSL field in the Identify Controller dataset(CNS==6) is 0 and bit-1 of the ONCS field in the Identify Controller dataset(CNS==1) is 1 shall be treated as the controller is not specifying a maximum size. In this scenario, MAXLBAS shall be computed using Identify Controller(CNS==1) and Identify Namespace(CNS==0) data as 2^(MDTS + 12 + CAP.MPSMIN) / 2^LBA Format[FLBAS].
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-IO-1/3/4/5/6/7/8/9/10/11/12/13/14, GETF-2
DSSD_26_Write_Zeroes_Test_Case.py
The objective of this test case is to verify the NVME IO requirements NVMe-IO-4, NVMe-IO-5, NVMe-IO-6 and NVMe-IO-7.
The device’s support for NVMe write zeroes commands is checked by issuing NVMe Write Zeros command.
Verify that the NVMe read command send after the NVMe Write Zeroes command with DEAC=0 and FUA=0 returns all zeros.
Verify that the NVMe read command send after the NVMe Write Zeroes command with DEAC=0 and FUA=1 returns all zeros.
Verify that the NVMe read command send after the NVMe Write Zeroes command with DEAC=1 and FUA=0 returns all zeros.
Verify that the NVMe read command send after the NVMe Write Zeroes command with DEAC=1 and FUA=0 returns all zeros.
Verify that the NVMe Write Zeroes command with DEAC=1, FUA=0, can deallocate the full capacity of the DUT in less than 1 minute.
The case where the WZSL field in the Identify Controller dataset(CNS==6) is 0 and bit-3 of the ONCS field in the Identify Controller dataset(CNS==1) is also 0 shall be treated as an error and test case failure.
In the case where the WZSL field in the Identify Controller dataset(CNS==6) is greater than 0, WZSL shall be used to set the value of MAXLBAS using Identify Controller(CNS==1) and Identify Namespace(CNS==0) data as 2^(WZSL + 12 + CAP.MPSMIN) / 2^LBA Format[FLBAS].
Verify that when the WZSL field in the Identify controller dataset(CNS==6) is greater than 0 and bit-3 of the ONCS field in the Identify Controller dataset is 0 and the host sends a Write Zeroes command with an NLB value greater than that specified by the value of WZSL, the controller shall abort the Write Zeroes command with Invalid Field in Command.
The case where the WZSL field in the Identify Controller dataset(CNS==6) is 0 and bit-3 of the ONCS field in the Identify Controller dataset(CNS==1) is 1 shall be treated as the controller is not specifying a maximum size. In this scenario, MAXLBAS shall be computed using Identify Controller(CNS==1) and Identify Namespace(CNS==0) data as 2^(MDTS + 12 + CAP.MPSMIN) / 2^LBA Format[FLBAS].
Open Compute Project Datacenter NVMe SSD Spec v2.5 requirements referenced by this script:
NVMe-IO-1/3/4/5/6/7/8/9/10/11/12/13/14, GETF-2