This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 074ad5e  CLOUDSTACK-9979 - Fix test_volumes.py test
074ad5e is described below

commit 074ad5ea0e47193adcbcbc93d1bc2919d1c229f3
Author: Boris <[email protected]>
AuthorDate: Tue Jun 27 14:20:41 2017 +0300

    CLOUDSTACK-9979 - Fix test_volumes.py test
---
 test/integration/smoke/test_volumes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integration/smoke/test_volumes.py 
b/test/integration/smoke/test_volumes.py
index 28087b1..fca65f2 100644
--- a/test/integration/smoke/test_volumes.py
+++ b/test/integration/smoke/test_volumes.py
@@ -245,7 +245,7 @@ class TestCreateVolume(cloudstackTestCase):
             elif list_volume_response[0].hypervisor.lower() == "hyperv":
                 ret = 
checkVolumeSize(ssh_handle=ssh,volume_name="/dev/sdb",size_to_verify=vol_sz)
             else:
-                ret = checkVolumeSize(ssh_handle=ssh,size_to_verify=vol_sz)
+                ret = 
checkVolumeSize(ssh_handle=ssh,volume_name="/dev/sdb",size_to_verify=vol_sz)
             self.debug(" Volume Size Expected %s  Actual :%s" %(vol_sz,ret[1]))
             self.virtual_machine.detach_volume(self.apiClient, volume)
             self.assertEqual(ret[0],SUCCESS,"Check if promised disk size 
actually available")

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to