From a183a28c5e423c5658a37f7a1d3add9d64c6d683 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 --- .../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 1828a1525aac3..8d6b75f5823ef 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 @@ -67,6 +67,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 56592e335737e..fab05ca4ecb26 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 @@ -91,6 +91,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