]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: cephtool/test.sh use regular strings to list tests 3067/head loic/wip-cephtool
authorLoic Dachary <ldachary@redhat.com>
Tue, 2 Dec 2014 22:16:05 +0000 (23:16 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 2 Dec 2014 22:52:48 +0000 (23:52 +0100)
commit3047c9e000f9a7aec5d0a82b36461a0f150433bc
tree426b83c705834d5e551f43cec012d6e694c0d621
parente3e5741581aa2d8a2c1bc9859826f62a3b406cf0
qa: cephtool/test.sh use regular strings to list tests

Using the array notation to list test is error prone and more
complicated to write.

It also fixes a bug : only the first test of each series (MON, OSD, MDS)
was run and the others were ignored.

Signed-off-by: Loic Dachary <loic@dachary.org>
qa/workunits/cephtool/test.sh