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

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


The following commit(s) were added to refs/heads/4.19 by this push:
     new 67ce326a8e5 Fix ISO url in test_usage.py (#9739)
67ce326a8e5 is described below

commit 67ce326a8e50d41fd5c351044d97fe15d504b63b
Author: Wei Zhou <[email protected]>
AuthorDate: Sat Sep 28 08:54:45 2024 +0200

    Fix ISO url in test_usage.py (#9739)
---
 test/integration/smoke/test_usage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integration/smoke/test_usage.py 
b/test/integration/smoke/test_usage.py
index 2100859ba52..1a6ff37cedb 100644
--- a/test/integration/smoke/test_usage.py
+++ b/test/integration/smoke/test_usage.py
@@ -95,7 +95,7 @@ class Services:
             "iso": {
                 "displaytext": "Test ISO",
                 "name": "Test ISO",
-                "url": "http://people.apache.org/~tsp/dummy.iso";,
+                "url": 
"http://download.cloudstack.org/testing/marvin/dummy.iso";,
                 # Source URL where ISO is located
                 "isextractable": True,
                 "isfeatured": True,

Reply via email to