tests/9pfs: change qtest name prefix to synth
commiteefd2394efd6ba379d36d80c52de9ad956343b47
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Thu, 8 Oct 2020 18:34:56 +0000 (8 20:34 +0200)
committerChristian Schoenebeck <qemu_oss@crudebyte.com>
Mon, 19 Oct 2020 12:25:40 +0000 (19 14:25 +0200)
treea02a67e7f747f2be1c86ab9b2522b2e120995b7d
parentb036d9ac690943af93929ede376c4482c8f97bf2
tests/9pfs: change qtest name prefix to synth

All existing 9pfs test cases are using the 'synth' fs driver so far, which
means they are not accessing real files, but a purely simulated (in RAM
only) file system.

Let's make this clear by changing the prefix of the individual qtest case
names from 'fs/' to 'synth/'. That way they'll be easily distinguishable
from upcoming new 9pfs test cases supposed to be using a different fs
driver.

Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <e04e75acb849b085c6d6320b2433a15fa935bcff.1602182956.git.qemu_oss@crudebyte.com>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
tests/qtest/virtio-9p-test.c