xref: /illumos-gate/usr/src/test/nvme-tests/runfiles/unit.run (revision 7f3d7c9289dee6488b3cd2848a68c0b8580d750c)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2025 Oxide Computer Company
14#
15
16#
17# This contains a number of non-destructive tests that require a
18# specific NVMe device to target. This must be invoked by the top-level
19# scripts which will validate that the selected device is usable.
20#
21
22[DEFAULT]
23pre =
24verbose = False
25quiet = False
26timeout = 120
27post =
28outputdir = /var/tmp/test_results
29
30[/opt/nvme-tests/tests/unit]
31tests = [
32	'feature.32',
33	'feature.64',
34	'firmware.32',
35	'firmware.64',
36	'format.32',
37	'format.64',
38	'identify.32',
39	'identify.64',
40	'logs.32',
41	'logs.64',
42	'nsmgmt.32',
43	'nsmgmt.64',
44	'version.32',
45	'version.64'
46	'vuc.32',
47	'vuc.64'
48	]
49
50[/opt/nvme-tests/tests/ioctl]
51tests = [
52	'sctostr.32',
53	'sctostr.64'
54	]
55