[doc] Add documentation on SMART test after disk burn-in

Add documentation for 'agent_burnin_fio_disk_smart_test' option
for disk burn-in.

Story: #2007523
Task: #43383

Change-Id: I686acddeb353839b045d5c0ad944114cb938f414
This commit is contained in:
Arne Wiebalck 2022-11-15 14:54:07 +01:00
parent 9e9b248216
commit 26a6b4ed00

View File

@ -108,6 +108,13 @@ Then launch the test with:
baremetal node clean --clean-steps '[{"step": "burnin_disk", \
"interface": "deploy"}]' $NODE_NAME_OR_UUID
In order to launch a parallel SMART self test on all devices after the
disk burn-in (which will fail the step if any of the tests fail), set:
.. code-block:: console
baremetal node set --driver-info agent_burnin_fio_disk_smart_test=True \
$NODE_NAME_OR_UUID
Network burn-in
===============