]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests/ceph-disk: drop ceph-detect-init test 31294/head
authorNathan Cutler <ncutler@suse.com>
Thu, 31 Oct 2019 16:58:46 +0000 (17:58 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 31 Oct 2019 16:58:46 +0000 (17:58 +0100)
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 <ncutler@suse.com>
qa/suites/ceph-disk/basic/tasks/ceph-detect-init.yaml [deleted file]

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 (file)
index f464ff8..0000000
+++ /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"