Currently 'test_nvme.py' requires the backing devices to be configured in order to run some tests. If these devices are not present (or not found) some tests are silently skipped. It would be far better to create temp files (ie the equivalent of 'truncate --size=512M /tmp/ns1') and use these as a backing file for namespaces if nothing else is configured.
Currently 'test_nvme.py' requires the backing devices to be configured in order to run some tests. If these devices are not present (or not found) some tests are silently skipped. It would be far better to create temp files (ie the equivalent of 'truncate --size=512M /tmp/ns1') and use these as a backing file for namespaces if nothing else is configured.