From a16953172cca0026496ab2002f23e8ed1b709c5d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 16 Oct 2018 09:39:42 -0400 Subject: Updates rdo images URL The delorean path does not have images for rocky, however they do exist under the rdo_trunk path. Comparing the images for queens between the 2 paths looks the same, so switching to this URL. Change-Id: I5d762af69b984c0fed1c79b73f2b4d61341298fa Signed-off-by: Tim Rozet --- apex/tests/test_apex_common_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex/tests') diff --git a/apex/tests/test_apex_common_utils.py b/apex/tests/test_apex_common_utils.py index 4c250117..f307990d 100644 --- a/apex/tests/test_apex_common_utils.py +++ b/apex/tests/test_apex_common_utils.py @@ -84,7 +84,7 @@ class TestCommonUtils: def test_fetch_upstream_previous_file(self): test_file = 'overcloud-full.tar.md5' - url = 'https://images.rdoproject.org/master/delorean/' \ + url = 'https://images.rdoproject.org/master/rdo_trunk/' \ 'current-tripleo/stable/' os.makedirs('/tmp/fetch_test', exist_ok=True) open("/tmp/fetch_test/{}".format(test_file), 'w').close() -- cgit 1.2.3-korg