Merge "remove testing docs" into stable/danube
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Fri, 31 Mar 2017 08:45:05 +0000 (08:45 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 31 Mar 2017 08:45:05 +0000 (08:45 +0000)
sdnvpn/test/functest/testcase_3.py

index b7df013..09e71bd 100644 (file)
@@ -138,8 +138,8 @@ def main():
     if not os.path.isfile(COMMON_CONFIG.ubuntu_image_path):
         logger.info("Downloading image")
         ft_utils.download_url(
-            "https://cloud-images.ubuntu.com/releases/16.04/"
-            "release/ubuntu-16.04-server-cloudimg-amd64-disk1.img",
+            "http://artifacts.opnfv.org/sdnvpn/"
+            "ubuntu-16.04-server-cloudimg-amd64-disk1.img",
             "/home/opnfv/functest/data/")
     else:
         logger.info("Using old image")