]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm/test: enable clustermd testing under clustermd_tests/
authorZhilong Liu <zlliu@suse.com>
Tue, 16 Jan 2018 09:45:04 +0000 (17:45 +0800)
committerJes Sorensen <jsorensen@fb.com>
Sun, 21 Jan 2018 21:36:08 +0000 (16:36 -0500)
commitbeb71de04d310f9aed27e87587674d9da9dca5ab
tree2f771ec63c917f0c3dd15f0f9bcd8a30118a664f
parentcbb8d34a8153dc16d215fa8ad949254f37f55bf6
mdadm/test: enable clustermd testing under clustermd_tests/

For clustermd testing, it needs user deploys the basic cluster
manually, test scripts don't cover auto-deploy cluster due to
different linux distributions have lots of difference.
Then complete the configuration in cluster_conf, please refer to
the detail comments in 'cluster_conf'.

1. 'func.sh' source file, it achieves feature functions for
   clustermd testing.
2. 'cluster_conf' configure file, it contains two parts as
   the input of testing.

Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
clustermd_tests/cluster_conf [new file with mode: 0644]
clustermd_tests/func.sh [new file with mode: 0644]