All of lore.kernel.org
 help / color / mirror / Atom feed
From: jose.perez.carranza@linux.intel.com
To: yocto@yoctoproject.org
Subject: [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables
Date: Tue,  4 Apr 2017 14:47:50 -0500	[thread overview]
Message-ID: <20170404194750.18734-1-jose.perez.carranza@linux.intel.com> (raw)

From: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>

Update variables for creating test runs for qemu ato component

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
---
 scripts/full-test-cycle-wrapper.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/full-test-cycle-wrapper.sh b/scripts/full-test-cycle-wrapper.sh
index f52cd96..3a6ba0f 100755
--- a/scripts/full-test-cycle-wrapper.sh
+++ b/scripts/full-test-cycle-wrapper.sh
@@ -82,8 +82,8 @@ create_yocto(){
    create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
 
    #QEMUs Autos
-   EVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64" "qemuppc" "qemux86-64" "qemux86-lsb" "qemux86_64-lsb")
-   ECUTION_TYPE="AUTO"
+   ENVIRONMETS=("qemu-x86" "qemuarm" "qemuarm64" "qemumips" "qemumips64" "qemuppc" "qemux86-64")
+   EXECUTION_TYPE="AUTO"
    create_test_run "${1}" "core-image-sato-sdk_ANYQEMU"
 
    #QEMUs Autos LSB
-- 
2.11.0



             reply	other threads:[~2017-04-04 19:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 19:47 jose.perez.carranza [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-16 15:34 [qa-tools][PATCH] full-test-cycle-wrapper: Correct qemu-auto variables jose.perez.carranza
2017-03-17  8:47 ` Jussi Kukkonen
2017-03-17 13:27   ` Jose Perez Carranza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170404194750.18734-1-jose.perez.carranza@linux.intel.com \
    --to=jose.perez.carranza@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.