From de5a482151017576cae51eca87b4b37728d59d3d Mon Sep 17 00:00:00 2001 From: Cedric Ollivier Date: Mon, 7 May 2018 14:05:23 +0000 Subject: Update git submodules * Update docs/submodules/functest from branch 'master' - Merge "Make volumes appear as SCSI devices in aarch64" - Make volumes appear as SCSI devices in aarch64 Adding volumes in openstack by default uses virtio_blk and the devices appear as /dev/vdX. In aarch64 however a qemu pci slot is already in use so the tests cannot assign more than one volume to a VM. Forcing the drives to use virtio-scsi solves the issue and allows more volumes to be attached as /dev/sdX. The variable defining the drive is VOLUME_DEVICE_NAME and is passed as environmental variable when the container is created. JIRA: ARMBAND-376 Change-Id: Ia688cff338ff319e22a3b26796fa197297c23ce0 Signed-off-by: Charalampos Kominos --- docs/submodules/functest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/functest b/docs/submodules/functest index 213ca8e4e..601781b80 160000 --- a/docs/submodules/functest +++ b/docs/submodules/functest @@ -1 +1 @@ -Subproject commit 213ca8e4e4d155ed6d5626020e56c3a241d1dace +Subproject commit 601781b8020c267618bb7bfe3fc4cbe2bedc40b3 -- cgit 1.2.3-korg