From d0b2b13f4f2acfecd9187880daf3f4eed961d4fb Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 29 Nov 2016 10:05:49 -0500 Subject: [PATCH] tests: specify the devices for OSDs in the scenario for collocation Signed-off-by: Alfredo Deza Resolves: colocated#tests --- tests/functional/centos/7/journal-collocation/scenario.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/functional/centos/7/journal-collocation/scenario.py b/tests/functional/centos/7/journal-collocation/scenario.py index 44d530091..e51221591 100644 --- a/tests/functional/centos/7/journal-collocation/scenario.py +++ b/tests/functional/centos/7/journal-collocation/scenario.py @@ -14,6 +14,7 @@ nodes = { }, 'osd0': { 'username': 'vagrant', - 'components': [], + 'components': ['collocated_journals'], + 'devices': ['/dev/sda', '/dev/sdb'], }, }