Fix download url paths for Measured Boot+fTPM tests.
Change-Id: I798bb7d476c0cc01003e8fc18b22293581c95ba5
Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com>
diff --git a/run_config/fvp-linux.rootfs+ftpm b/run_config/fvp-linux.rootfs+ftpm
index cbf8213..ce346ca 100644
--- a/run_config/fvp-linux.rootfs+ftpm
+++ b/run_config/fvp-linux.rootfs+ftpm
@@ -7,8 +7,8 @@
post_tf_build() {
# Get the images for the test.
- edk_url="${nfs_volume}/pdsw/downloads/tf-a/ftpm/FVP_AARCH64_EFI.fd"
- rootfs_url="${nfs_volume}/pdsw/downloads/tf-a/ftpm/boot-fat.uefi.img" get_rootfs
+ edk_url="$tfa_downloads/ftpm/FVP_AARCH64_EFI.fd"
+ rootfs_url="$tfa_downloads/ftpm/boot-fat.uefi.img" get_rootfs
url="$edk_url" saveas="edk2.bin" fetch_file
archive_file "edk2.bin"