From: Nathan Cutler Date: Thu, 31 Oct 2019 16:58:46 +0000 (+0100) Subject: tests/ceph-disk: drop ceph-detect-init test X-Git-Tag: v12.2.13~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23db7e60bd443faf0ee936bfbbf58e1da55d8911;p=ceph.git tests/ceph-disk: drop ceph-detect-init test This commit fixes an issue with a commit that was cherry-picked into luminous from mimic. 17bc3dc73a14701f5f6541245955bdd343ffbee2 cherry-picked ceph-detect-init.yaml from mimic. In mimic, this test works fine because all the supported distros use systemd. But in luminous we support Ubuntu 14.04 which still uses Upstart instead of systemd. Signed-off-by: Nathan Cutler --- diff --git a/qa/suites/ceph-disk/basic/tasks/ceph-detect-init.yaml b/qa/suites/ceph-disk/basic/tasks/ceph-detect-init.yaml deleted file mode 100644 index f464ff8c388..00000000000 --- a/qa/suites/ceph-disk/basic/tasks/ceph-detect-init.yaml +++ /dev/null @@ -1,11 +0,0 @@ -openstack: -- volumes: # attached to each instance - count: 0 -roles: -- [client.0] -tasks: -- install: -- exec: - client.0: - - ceph-detect-init - - test "$(ceph-detect-init)" = "systemd"