Home
last modified time | relevance | path

Searched refs:TEST (Results 1 – 1 of 1) sorted by relevance

/xen/tools/tests/xenstore/
A Dxs-test.c409 TEST("read 1", test_read, 1, "Read node with 1 byte data"),
410 TEST("read 3000", test_read, 3000, "Read node with 3000 bytes data"),
411 TEST("write 1", test_write, 1, "Write node with 1 byte data"),
413 TEST("dir", test_dir, 0, "List directory"),
414 TEST("rm node", test_rm, 0, "Remove single node"),
415 TEST("rm dir", test_rm, WRITE_BUFFERS_N, "Remove node with sub-nodes"),
416 TEST("ta empty", test_ta1, 0, "Empty transaction"),
417 TEST("ta empty x", test_ta1, 1, "Empty transaction abort"),
418 TEST("ta rmw", test_ta2, 0, "Read-modify-write transaction"),
419 TEST("ta rmw x", test_ta2, 1, "Read-modify-write transaction abort"),
[all …]

Completed in 2 milliseconds