From 23db7e60bd443faf0ee936bfbbf58e1da55d8911 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 31 Oct 2019 17:58:46 +0100 Subject: [PATCH] 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 --- qa/suites/ceph-disk/basic/tasks/ceph-detect-init.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 qa/suites/ceph-disk/basic/tasks/ceph-detect-init.yaml 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" -- 2.47.3