@@ -170,7 +170,6 @@ tests = [
[ 'btt-errors.sh', btt_errors, 'ndctl' ],
[ 'hugetlb', hugetlb, 'ndctl' ],
[ 'btt-pad-compat.sh', btt_pad_compat, 'ndctl' ],
- [ 'firmware-update.sh', firmware_update, 'ndctl' ],
[ 'ack-shutdown-count-set', ack_shutdown_count, 'ndctl' ],
[ 'rescan-partitions.sh', rescan_partitions, 'ndctl' ],
[ 'inject-smart.sh', inject_smart, 'ndctl' ],
@@ -196,6 +195,7 @@ if get_option('destructive').enabled()
mmap_test = find_program('mmap.sh')
tests += [
+ [ 'firmware-update.sh', firmware_update, 'ndctl' ],
[ 'pmem-ns', pmem_ns, 'ndctl' ],
[ 'sub-section.sh', sub_section, 'dax' ],
[ 'dax-dev', dax_dev, 'dax' ],
The firmware update test attempts a system-suspend test which may break systems that have a broken driver, or otherwise are not prepared to support suspend. Link: https://github.com/pmem/ndctl/issues/221 Reported-by: Yi Zhang <yi.zhang@redhat.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)