From 055af8e964bea04e5bb7144050546045813d993e Mon Sep 17 00:00:00 2001
From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= <jsmoeller@linuxfoundation.org>
Date: Thu, 26 Jan 2017 20:25:07 +0100
Subject: [PATCH] Adapt test yaml definition to code changes
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Change-Id: I035cad67460b9e6c29f882cd983fe80f653757df
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
---
 templates/machine/raspberrypi3/test/testjob_short.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/machine/raspberrypi3/test/testjob_short.yaml b/templates/machine/raspberrypi3/test/testjob_short.yaml
index 16b4993f4..45cb1387d 100644
--- a/templates/machine/raspberrypi3/test/testjob_short.yaml
+++ b/templates/machine/raspberrypi3/test/testjob_short.yaml
@@ -26,7 +26,7 @@ actions:
       url: '@REPLACE_URL_PREFIX@/@REPLACE_DTB@'
     kernel:
       url: '@REPLACE_URL_PREFIX@/@REPLACE_KERNEL@'
-    initramfs:
+    initrd:
       url: '@REPLACE_URL_PREFIX@/@REPLACE_INITRAMFS@'
       allow_modify: false
     nbdroot:
-- 
2.16.6