Skip to content

Commit d7f9aa6

Browse files
author
Prasanna Santhanam
committed
remove dependence on dsl iso
No need to download the 50MB iso for every test. It is sufficient to use a dummy iso. This dummy iso was generated using mkisofs for test purposes. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent de1ac4b commit d7f9aa6

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

test/integration/component/test_project_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(self):
8282
"iso": {
8383
"displaytext": "Test ISO",
8484
"name": "Test ISO",
85-
"url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso",
85+
"url": "http://people.apache.org/~tsp/dummy.iso",
8686
# Source URL where ISO is located
8787
"isextractable": True,
8888
"isfeatured": True,

test/integration/component/test_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self):
7878
"iso": {
7979
"displaytext": "Test ISO",
8080
"name": "Test ISO",
81-
"url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso",
81+
"url": "http://people.apache.org/~tsp/dummy.iso",
8282
# Source URL where ISO is located
8383
"isextractable": True,
8484
"isfeatured": True,

test/integration/component/test_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self):
7777
{
7878
"displaytext": "Test ISO",
7979
"name": "testISO",
80-
"url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso",
80+
"url": "http://people.apache.org/~tsp/dummy.iso",
8181
# Source URL where ISO is located
8282
"ostype": 'CentOS 5.3 (64-bit)',
8383
},

test/integration/smoke/test_iso.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self):
5050
{
5151
"displaytext": "Test ISO 1",
5252
"name": "ISO 1",
53-
"url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso",
53+
"url": "http://people.apache.org/~tsp/dummy.iso",
5454
# Source URL where ISO is located
5555
"isextractable": True,
5656
"isfeatured": True,
@@ -61,7 +61,7 @@ def __init__(self):
6161
{
6262
"displaytext": "Test ISO 2",
6363
"name": "ISO 2",
64-
"url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso",
64+
"url": "http://people.apache.org/~tsp/dummy.iso",
6565
# Source URL where ISO is located
6666
"isextractable": True,
6767
"isfeatured": True,

test/integration/smoke/test_nic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self):
8888
"iso": {
8989
"displaytext": "Test ISO",
9090
"name": "testISO",
91-
"url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso",
91+
"url": "http://people.apache.org/~tsp/dummy.iso",
9292
# Source URL where ISO is located
9393
"ostype": 'CentOS 5.3 (64-bit)',
9494
"mode": 'HTTP_DOWNLOAD', # Downloading existing ISO

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __init__(self):
107107
{
108108
"displaytext": "Test ISO",
109109
"name": "testISO",
110-
"url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso",
110+
"url": "http://people.apache.org/~tsp/dummy.iso",
111111
# Source URL where ISO is located
112112
"ostype": 'CentOS 5.3 (64-bit)',
113113
"mode": 'HTTP_DOWNLOAD', # Downloading existing ISO

0 commit comments

Comments
 (0)