From ee9c6b64deaf0c28029df51a61a5b5c0fa0d411d Mon Sep 17 00:00:00 2001 From: Michael Kerrin Date: Thu, 24 Oct 2013 15:17:47 +0000 Subject: [PATCH] Updated openstack/openstack Project: openstack/cinder ea51db596906c663e0c04b546b3ca79873dd74f0 null Unit test fails in pbuilder environment When running tests inside a pbuilder environment we don't have /dev/disk/by-path directory and so the test_host_driver test fails. Fix test by overriding the isdir method to return True and pretend that the directory is there. Change-Id: Ifd39d796b7f250b1ec45227a4262ebb33d5656bf --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index c381a49514..ea51db5969 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit c381a495144b23b66a0394ca423ccb5654156387 +Subproject commit ea51db596906c663e0c04b546b3ca79873dd74f0