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 2024 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 'version.32', 43 'version.64' 44 'vuc.32', 45 'vuc.64' 46 ] 47 48[/opt/nvme-tests/tests/ioctl] 49tests = [ 50 'sctostr.32', 51 'sctostr.64' 52 ] 53