aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/virtio-9p-test.c
AgeCommit message (Expand)Author
2024-03-28qtest/virtio-9p-test.c: remove g_test_slow() gateDaniel Henrique Barboza
2024-03-28qtest/virtio-9p-test.c: create/remove temp dirs after each testDaniel Henrique Barboza
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck
2022-10-24tests/9p: simplify callers of twalk()Christian Schoenebeck
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck
2022-06-16tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck
2022-06-16tests/9pfs: guard recent 'Twalk' behaviour fixChristian Schoenebeck
2022-06-16tests/9pfs: compare QIDs in fs_walk_none() testChristian Schoenebeck
2022-06-16tests/9pfs: Twalk with nwname=0Christian Schoenebeck
2022-06-16tests/9pfs: walk to non-existent dirChristian Schoenebeck
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-079p: darwin: Adjust assumption on virtio-9p-testWill Cohen
2022-02-17tests/9pfs: use g_autofree where possibleChristian Schoenebeck
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck
2020-11-24tests/9pfs: Mark "local" tests as "slow"Greg Kurz
2020-11-01tests/9pfs: add local Tunlinkat hard link testChristian Schoenebeck
2020-11-01tests/9pfs: add local Tlink testChristian Schoenebeck
2020-11-01tests/9pfs: add local Tunlinkat symlink testChristian Schoenebeck
2020-11-01tests/9pfs: add local Tsymlink testChristian Schoenebeck
2020-11-01tests/9pfs: add local Tunlinkat file testChristian Schoenebeck
2020-11-01tests/9pfs: add local Tlcreate testChristian Schoenebeck
2020-11-01tests/9pfs: add local Tunlinkat directory testChristian Schoenebeck
2020-11-01tests/9pfs: simplify do_mkdir()Christian Schoenebeck
2020-11-01tests/9pfs: Turn fs_mkdir() into a helperGreg Kurz
2020-11-01tests/9pfs: Turn fs_readdir_split() into a helperGreg Kurz
2020-11-01tests/9pfs: Factor out do_attach() helperGreg Kurz
2020-11-01tests/9pfs: Set alloc in fs_create_dir()Greg Kurz
2020-11-01tests/9pfs: Factor out do_version() helperGreg Kurz
2020-11-01tests/9pfs: fix test dir for parallel testsChristian Schoenebeck
2020-10-19tests/9pfs: add local Tmkdir testChristian Schoenebeck
2020-10-19tests/9pfs: introduce local testsChristian Schoenebeck
2020-10-19tests/9pfs: change qtest name prefix to synthChristian Schoenebeck
2020-08-12tests/virtio-9p: added split readdir testsChristian Schoenebeck