From 055316d4916601e7d5c28e5c4b8b471f18601ae1 Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Fri, 7 Dec 2018 09:59:34 +0100 Subject: [PATCH] ceph-volume: add inventory call to functional tests Signed-off-by: Jan Fajerski (cherry picked from commit a183a28c5e423c5658a37f7a1d3add9d64c6d683) --- .../tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml | 5 +++++ .../tests/functional/lvm/centos7/filestore/dmcrypt/test.yml | 5 +++++ .../tests/functional/lvm/playbooks/test_bluestore.yml | 5 +++++ .../tests/functional/lvm/playbooks/test_filestore.yml | 5 +++++ .../tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml | 5 +++++ .../tests/functional/lvm/xenial/filestore/dmcrypt/test.yml | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml index 8caa1ce38bef9..bbd5b45d3438a 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/bluestore/dmcrypt/test.yml @@ -93,6 +93,11 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: node inventory + command: "ceph-volume inventory" + environment: + CEPH_VOLUME_DEBUG: 1 + - name: list all OSDs command: "ceph-volume lvm list" environment: diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml index 17b74d5245120..91c9a1b840272 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/dmcrypt/test.yml @@ -97,6 +97,11 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: node inventory + command: "ceph-volume inventory" + environment: + CEPH_VOLUME_DEBUG: 1 + - name: list all OSDs command: "ceph-volume lvm list" environment: diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml index 353df127cb75a..1e9b8c3e05e8c 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_bluestore.yml @@ -98,6 +98,11 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: node inventory + command: "ceph-volume inventory" + environment: + CEPH_VOLUME_DEBUG: 1 + - name: list all OSDs command: "ceph-volume lvm list" environment: diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml index e896c41b0ea6b..4e43839e8ca49 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/playbooks/test_filestore.yml @@ -119,6 +119,11 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: node inventory + command: "ceph-volume inventory" + environment: + CEPH_VOLUME_DEBUG: 1 + - name: list all OSDs command: "ceph-volume lvm list" environment: diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml index 3e032e20243ba..27290d93324da 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/bluestore/dmcrypt/test.yml @@ -93,6 +93,11 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: node inventory + command: "ceph-volume inventory" + environment: + CEPH_VOLUME_DEBUG: 1 + - name: list all OSDs command: "ceph-volume lvm list" environment: diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml index 17b74d5245120..91c9a1b840272 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/xenial/filestore/dmcrypt/test.yml @@ -97,6 +97,11 @@ environment: CEPH_VOLUME_DEBUG: 1 + - name: node inventory + command: "ceph-volume inventory" + environment: + CEPH_VOLUME_DEBUG: 1 + - name: list all OSDs command: "ceph-volume lvm list" environment: -- 2.39.5