More tests using the dsl iso Replace dsl iso with dummy iso to speed up test
Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f13a3c5d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f13a3c5d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f13a3c5d Branch: refs/heads/vmware-storage-motion Commit: f13a3c5d32de020e3da6456b2dbb79b9112b24b5 Parents: 1df3aad Author: Prasanna Santhanam <t...@apache.org> Authored: Sun May 26 15:29:45 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Sun May 26 15:29:45 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_tags.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f13a3c5d/test/integration/component/test_tags.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index 514c2f7..992ca1d 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -102,9 +102,9 @@ class Services: }, "iso": { - "displaytext": "DSL ISO", - "name": "DSL ISO", - "url": "http://iso.linuxquestions.org/download/504/1819/http/gd4.tuwien.ac.at/dsl-4.4.10.iso", + "displaytext": "Dummy ISO", + "name": "Dummy ISO", + "url": "http://people.apache.org/~tsp/dummy.iso", # Source URL where ISO is located "isextractable": True, "isfeatured": True,