]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Add CLI tests for osdmaptool and friends.
authorTommi Virtanen <tv@hq.newdream.net>
Wed, 12 Jan 2011 00:43:46 +0000 (16:43 -0800)
committerTommi Virtanen <tv@hq.newdream.net>
Wed, 12 Jan 2011 00:43:46 +0000 (16:43 -0800)
commitf4a0c2f879ff351ce87f45d1e761b7a5964acac9
tree80181ee6811c808f85f83d6dc68c8e39259478c2
parent9a5a7fe4f0d518d180d16c83c3223fcd476c253a
Add CLI tests for osdmaptool and friends.

Uses a python package "cram" as test runner.
Requires PIP (python-pip.deb) installed on the
build machine, to actually run these tests.

The cram application itself is included as a
tarball that gets installed in a virtualenv
when the tests are run. cram is GPL.
38 files changed:
Makefile.am
src/test/.gitignore [new file with mode: 0644]
src/test/cli/cauthtool/add-key-segv.t [new file with mode: 0644]
src/test/cli/cauthtool/add-key.t [new file with mode: 0644]
src/test/cli/cauthtool/cap-invalid.t [new file with mode: 0644]
src/test/cli/cauthtool/cap-overwrite.t [new file with mode: 0644]
src/test/cli/cauthtool/cap.t [new file with mode: 0644]
src/test/cli/cauthtool/create-gen-list.t [new file with mode: 0644]
src/test/cli/cauthtool/help.t [new file with mode: 0644]
src/test/cli/cauthtool/list-empty.t [new file with mode: 0644]
src/test/cli/cauthtool/list-nonexistent.t [new file with mode: 0644]
src/test/cli/cauthtool/manpage.t [new file with mode: 0644]
src/test/cli/cauthtool/simple.t [new file with mode: 0644]
src/test/cli/cconf/help.t [new file with mode: 0644]
src/test/cli/cconf/invalid-args.t [new file with mode: 0644]
src/test/cli/cconf/manpage.t [new file with mode: 0644]
src/test/cli/cconf/option.t [new file with mode: 0644]
src/test/cli/cconf/sections.t [new file with mode: 0644]
src/test/cli/cconf/simple.t [new file with mode: 0644]
src/test/cli/monmaptool/add-exists.t [new file with mode: 0644]
src/test/cli/monmaptool/add-many.t [new file with mode: 0644]
src/test/cli/monmaptool/clobber.t [new file with mode: 0644]
src/test/cli/monmaptool/create-print.t [new file with mode: 0644]
src/test/cli/monmaptool/create-with-add.t [new file with mode: 0644]
src/test/cli/monmaptool/help.t [new file with mode: 0644]
src/test/cli/monmaptool/print-empty.t [new file with mode: 0644]
src/test/cli/monmaptool/print-nonexistent.t [new file with mode: 0644]
src/test/cli/monmaptool/rm-nonexistent.t [new file with mode: 0644]
src/test/cli/monmaptool/rm.t [new file with mode: 0644]
src/test/cli/monmaptool/simple.t [new file with mode: 0644]
src/test/cli/osdmaptool/clobber.t [new file with mode: 0644]
src/test/cli/osdmaptool/create-print.t [new file with mode: 0644]
src/test/cli/osdmaptool/help.t [new file with mode: 0644]
src/test/cli/osdmaptool/print-empty.t [new file with mode: 0644]
src/test/cli/osdmaptool/print-nonexistent.t [new file with mode: 0644]
src/test/cli/osdmaptool/simple.t [new file with mode: 0644]
src/test/downloads/cram-0.5.tar.gz [new file with mode: 0644]
src/test/run-cli-tests [new file with mode: 0755]