Move htest/ files under the test/ tree
authorIustin Pop <iustin@google.com>
Wed, 26 Dec 2012 12:36:03 +0000 (13:36 +0100)
committerIustin Pop <iustin@google.com>
Thu, 27 Dec 2012 13:34:32 +0000 (14:34 +0100)
commit83846468fd394de4928dfedb61278638b1178328
tree6fc8e310b1cf52aa95275c6486c45e8f2f4ebd34
parent90066780c257685bd943780aa5e59f49b5fc2332
Move htest/ files under the test/ tree

htest/data becomes test/data/htools (basically reverting commit
8feabc89), and htest/* becomes test/hs/*.

Most changes beside the rename are trivial s/…/…, with the exception
of autotools/run-in-tempdir, which needed some more changes now that
test/ is not just Python files:

- test/py is still being copied
- test/hs moves from individual symlinks to entire dir symlink
- test/data is symlinked in its entirety

Checked with make distcheck, pep8 and pylint, so at least VPATH builds
are OK.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
87 files changed:
.ghci
.gitignore
Makefile.am
autotools/run-in-tempdir
doc/devnotes.rst
htest/hpc-htools.hs [deleted symlink]
htest/hpc-mon-collector.hs [deleted symlink]
htest/shelltests/htools-basic.test [deleted file]
htest/shelltests/htools-dynutil.test [deleted file]
htest/shelltests/htools-excl.test [deleted file]
htest/shelltests/htools-hspace.test [deleted file]
htest/shelltests/htools-single-group.test [deleted file]
test/data/htools/clean-nonzero-score.data [moved from htest/data/clean-nonzero-score.data with 100% similarity]
test/data/htools/common-suffix.data [moved from htest/data/common-suffix.data with 100% similarity]
test/data/htools/empty-cluster.data [moved from htest/data/empty-cluster.data with 100% similarity]
test/data/htools/hail-alloc-drbd.json [moved from htest/data/hail-alloc-drbd.json with 100% similarity]
test/data/htools/hail-change-group.json [moved from htest/data/hail-change-group.json with 100% similarity]
test/data/htools/hail-invalid-reloc.json [moved from htest/data/hail-invalid-reloc.json with 100% similarity]
test/data/htools/hail-node-evac.json [moved from htest/data/hail-node-evac.json with 100% similarity]
test/data/htools/hail-reloc-drbd.json [moved from htest/data/hail-reloc-drbd.json with 100% similarity]
test/data/htools/hbal-excl-tags.data [moved from htest/data/hbal-excl-tags.data with 100% similarity]
test/data/htools/hbal-split-insts.data [moved from htest/data/hbal-split-insts.data with 100% similarity]
test/data/htools/invalid-node.data [moved from htest/data/invalid-node.data with 100% similarity]
test/data/htools/missing-resources.data [moved from htest/data/missing-resources.data with 100% similarity]
test/data/htools/n1-failure.data [moved from htest/data/n1-failure.data with 100% similarity]
test/data/htools/rapi/groups.json [moved from htest/data/rapi/groups.json with 100% similarity]
test/data/htools/rapi/info.json [moved from htest/data/rapi/info.json with 100% similarity]
test/data/htools/rapi/instances.json [moved from htest/data/rapi/instances.json with 100% similarity]
test/data/htools/rapi/nodes.json [moved from htest/data/rapi/nodes.json with 100% similarity]
test/hs/Test/Ganeti/Attoparsec.hs [moved from htest/Test/Ganeti/Attoparsec.hs with 100% similarity]
test/hs/Test/Ganeti/BasicTypes.hs [moved from htest/Test/Ganeti/BasicTypes.hs with 100% similarity]
test/hs/Test/Ganeti/Block/Drbd/Parser.hs [moved from htest/Test/Ganeti/Block/Drbd/Parser.hs with 100% similarity]
test/hs/Test/Ganeti/Block/Drbd/Types.hs [moved from htest/Test/Ganeti/Block/Drbd/Types.hs with 100% similarity]
test/hs/Test/Ganeti/Common.hs [moved from htest/Test/Ganeti/Common.hs with 100% similarity]
test/hs/Test/Ganeti/Confd/Types.hs [moved from htest/Test/Ganeti/Confd/Types.hs with 100% similarity]
test/hs/Test/Ganeti/Confd/Utils.hs [moved from htest/Test/Ganeti/Confd/Utils.hs with 100% similarity]
test/hs/Test/Ganeti/Daemon.hs [moved from htest/Test/Ganeti/Daemon.hs with 100% similarity]
test/hs/Test/Ganeti/Errors.hs [moved from htest/Test/Ganeti/Errors.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Backend/Simu.hs [moved from htest/Test/Ganeti/HTools/Backend/Simu.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Backend/Text.hs [moved from htest/Test/Ganeti/HTools/Backend/Text.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/CLI.hs [moved from htest/Test/Ganeti/HTools/CLI.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Cluster.hs [moved from htest/Test/Ganeti/HTools/Cluster.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Container.hs [moved from htest/Test/Ganeti/HTools/Container.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Graph.hs [moved from htest/Test/Ganeti/HTools/Graph.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Instance.hs [moved from htest/Test/Ganeti/HTools/Instance.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Loader.hs [moved from htest/Test/Ganeti/HTools/Loader.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Node.hs [moved from htest/Test/Ganeti/HTools/Node.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/PeerMap.hs [moved from htest/Test/Ganeti/HTools/PeerMap.hs with 100% similarity]
test/hs/Test/Ganeti/HTools/Types.hs [moved from htest/Test/Ganeti/HTools/Types.hs with 100% similarity]
test/hs/Test/Ganeti/JQueue.hs [moved from htest/Test/Ganeti/JQueue.hs with 100% similarity]
test/hs/Test/Ganeti/JSON.hs [moved from htest/Test/Ganeti/JSON.hs with 100% similarity]
test/hs/Test/Ganeti/Jobs.hs [moved from htest/Test/Ganeti/Jobs.hs with 100% similarity]
test/hs/Test/Ganeti/Luxi.hs [moved from htest/Test/Ganeti/Luxi.hs with 100% similarity]
test/hs/Test/Ganeti/Network.hs [moved from htest/Test/Ganeti/Network.hs with 100% similarity]
test/hs/Test/Ganeti/Objects.hs [moved from htest/Test/Ganeti/Objects.hs with 99% similarity]
test/hs/Test/Ganeti/OpCodes.hs [moved from htest/Test/Ganeti/OpCodes.hs with 100% similarity]
test/hs/Test/Ganeti/Query/Filter.hs [moved from htest/Test/Ganeti/Query/Filter.hs with 100% similarity]
test/hs/Test/Ganeti/Query/Language.hs [moved from htest/Test/Ganeti/Query/Language.hs with 100% similarity]
test/hs/Test/Ganeti/Query/Query.hs [moved from htest/Test/Ganeti/Query/Query.hs with 100% similarity]
test/hs/Test/Ganeti/Rpc.hs [moved from htest/Test/Ganeti/Rpc.hs with 100% similarity]
test/hs/Test/Ganeti/Ssconf.hs [moved from htest/Test/Ganeti/Ssconf.hs with 100% similarity]
test/hs/Test/Ganeti/THH.hs [moved from htest/Test/Ganeti/THH.hs with 100% similarity]
test/hs/Test/Ganeti/TestCommon.hs [moved from htest/Test/Ganeti/TestCommon.hs with 99% similarity]
test/hs/Test/Ganeti/TestHTools.hs [moved from htest/Test/Ganeti/TestHTools.hs with 100% similarity]
test/hs/Test/Ganeti/TestHelper.hs [moved from htest/Test/Ganeti/TestHelper.hs with 100% similarity]
test/hs/Test/Ganeti/TestImports.hs.in [moved from htest/Test/Ganeti/TestImports.hs.in with 100% similarity]
test/hs/Test/Ganeti/Types.hs [moved from htest/Test/Ganeti/Types.hs with 100% similarity]
test/hs/Test/Ganeti/Utils.hs [moved from htest/Test/Ganeti/Utils.hs with 100% similarity]
test/hs/cli-tests-defs.sh [moved from htest/cli-tests-defs.sh with 92% similarity]
test/hs/hpc-htools.hs [new symlink]
test/hs/hpc-mon-collector.hs [new symlink]
test/hs/live-test.sh [moved from htest/live-test.sh with 100% similarity]
test/hs/offline-test.sh [moved from htest/offline-test.sh with 85% similarity]
test/hs/shelltests/htools-balancing.test [moved from htest/shelltests/htools-balancing.test with 66% similarity]
test/hs/shelltests/htools-basic.test [new file with mode: 0644]
test/hs/shelltests/htools-dynutil.test [new file with mode: 0644]
test/hs/shelltests/htools-excl.test [new file with mode: 0644]
test/hs/shelltests/htools-hail.test [moved from htest/shelltests/htools-hail.test with 57% similarity]
test/hs/shelltests/htools-hspace.test [new file with mode: 0644]
test/hs/shelltests/htools-invalid.test [moved from htest/shelltests/htools-invalid.test with 57% similarity]
test/hs/shelltests/htools-mon-collector.test [moved from htest/shelltests/htools-mon-collector.test with 93% similarity]
test/hs/shelltests/htools-multi-group.test [moved from htest/shelltests/htools-multi-group.test with 52% similarity]
test/hs/shelltests/htools-no-backend.test [moved from htest/shelltests/htools-no-backend.test with 67% similarity]
test/hs/shelltests/htools-rapi.test [moved from htest/shelltests/htools-rapi.test with 57% similarity]
test/hs/shelltests/htools-single-group.test [new file with mode: 0644]
test/hs/shelltests/htools-text-backend.test [moved from htest/shelltests/htools-text-backend.test with 55% similarity]
test/hs/test.hs [moved from htest/test.hs with 100% similarity]