]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-daemon: combine SUDO and ARGS into a single var 32138/head
authorMichael Fritch <mfritch@suse.com>
Mon, 9 Dec 2019 16:53:31 +0000 (09:53 -0700)
committerMichael Fritch <mfritch@suse.com>
Mon, 9 Dec 2019 16:53:31 +0000 (09:53 -0700)
commit8c355898f6c30adc8048be53342aae414a659446
tree6b7f03eb9a30e068f93c2ae9bbecc6e9f49731a8
parentd5d4868b9fa93974c64706d1063e108a7bd4bf59
ceph-daemon: combine SUDO and ARGS into a single var

- reduce the amount of typing/noise for each CEPH_DAEMON invocation
- ensure the `--image` param is passed to each test invocation
- allow passing additional args to ceph-daemon via CEPH_DAEMON_ARGS

Signed-off-by: Michael Fritch <mfritch@suse.com>
qa/standalone/test_ceph_daemon.sh