TEST-64-UDEV-STORAGE: Fix python 3.9 compatibility
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 10:51:46 +0000 (12:51 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 28 Jun 2024 11:18:29 +0000 (13:18 +0200)
commit4e469c0af2e92914b324f0fb48cf4462caff5c86
tree2bc002a8c297a5677926788ca5926b4d02f2d258
parent7f07f9c8cdbcca3b57e40143e86e7179420d39db
TEST-64-UDEV-STORAGE: Fix python 3.9 compatibility

Using double quotes in f-strings only works from python 3.12 onwards.
Use single quotes to make sure python 3.9 works as well.

Also clean up quotes a little in general.
test/TEST-64-UDEV-STORAGE/nvme_basic.configure
test/TEST-64-UDEV-STORAGE/nvme_subsystem.configure
test/TEST-64-UDEV-STORAGE/virtio_scsi_identically_named_partitions.configure