t/client-server: basic client/server test script
authorVincent Fu <vincent.fu@samsung.com>
Mon, 13 Jan 2025 23:51:50 +0000 (23:51 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 23 Jan 2025 17:57:42 +0000 (12:57 -0500)
commit7a9dba545b076f3e11977ffbdd549e26fac4cb75
tree597af37b928e238e837423338055f6b040ed5741
parent139b3be4a1bd8425bb9b023ae4d7d86b6be01430
t/client-server: basic client/server test script

Currently there are only two sets of test cases:

- check that fio correctly handles the global options dictionary in the
  JSON output with one or more servers with job files with and without
  global sections.
- check that the [s,c]lat_percentiles options work for the "All clients"
  summary data.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/client_server.py [new file with mode: 0755]
t/client_server/test01.fio [new file with mode: 0644]
t/client_server/test04-noglobal.fio [new file with mode: 0644]
t/client_server/test07-slat.fio [new file with mode: 0644]
t/client_server/test08-clat.fio [new file with mode: 0644]
t/client_server/test09-lat.fio [new file with mode: 0644]
t/client_server/test10-noclat.fio [new file with mode: 0644]
t/client_server/test11-alllat.fio [new file with mode: 0644]