Github user syed commented on the issue: https://github.com/apache/cloudstack/pull/1711 @PaulAngus `test_volumes:TestCreateVolume.test_01_create_volume` I've tested the failed checks. I found a problem with the marvin check that was doing size check. I've modified it so now it works correctly. `test_iso.TestIso.test_04_extract_Iso` This seems to be the issue with the SSVM apache server. It gives a forbidden error ``` # curl -v 'http://192.168.23.2/userdata/43fb5d78-a0e3-494a-940c-b3b8d4e0c25a.iso' * About to connect() to 192.168.23.2 port 80 (#0) * Trying 192.168.23.2... * Connected to 192.168.23.2 (192.168.23.2) port 80 (#0) > GET /userdata/43fb5d78-a0e3-494a-940c-b3b8d4e0c25a.iso HTTP/1.1 > User-Agent: curl/7.29.0 > Host: 192.168.23.2 > Accept: */* > < HTTP/1.1 403 Forbidden < Date: Thu, 20 Oct 2016 17:45:39 GMT < Server: Apache < Vary: Accept-Encoding < Content-Length: 251 < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /userdata/43fb5d78-a0e3-494a-940c-b3b8d4e0c25a.iso on this server.</p> </body></html> * Connection #0 to host 192.168.23.2 left intact ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---