]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: test/mon/osd-pool-create.sh uses ceph-helpers.sh
authorLoic Dachary <ldachary@redhat.com>
Sat, 16 May 2015 13:43:33 +0000 (15:43 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sun, 17 May 2015 11:31:25 +0000 (13:31 +0200)
commit120978655524aa42eb8e95428ff57fa9e8747e5b
tree4fe37a7effd55f5453ed76d62d5caa0626771234
parent88e954b052e4c61605d982af473c04882044ac11
tests: test/mon/osd-pool-create.sh uses ceph-helpers.sh

Use ceph-helpers.sh instead of  mon/mon-test-helpers.sh.

  * The expect_false() helper is replaced by a ! statement which is
    simpler and has the same effect.

  * modifying the .asok and .log names to match the ceph-helpers.sh
    conventions

  * trim the --public-addr argument from the run_mon call

  * add || return 1 after run_mon where missing

  * add || return 1 to all commands in TEST_no_pool_delete

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/mon/osd-pool-create.sh