All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [QA][PATCH 7/7] manual sdk: remove this manual sdk test
Date: Mon, 22 Apr 2019 06:41:59 -0600	[thread overview]
Message-ID: <1555936919-19078-8-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1555936919-19078-1-git-send-email-akuster808@gmail.com>

This is done during nearly all qemu testimage
This seems to test "release" artifacts on the web

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/lib/oeqa/manual/sdk.json | 32 --------------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 meta/lib/oeqa/manual/sdk.json

diff --git a/meta/lib/oeqa/manual/sdk.json b/meta/lib/oeqa/manual/sdk.json
deleted file mode 100644
index 434982f..0000000
--- a/meta/lib/oeqa/manual/sdk.json
+++ /dev/null
@@ -1,32 +0,0 @@
-[
-    {
-        "test": {
-            "@alias": "sdk.sdk_runqemu.test_install_cross_toolchain_can_run_multiple_qemu_for_x86",
-            "author": [
-                {
-                    "email": "ee.peng.yeoh@intel.com",
-                    "name": "ee.peng.yeoh@intel.com"
-                }
-            ],
-            "execution": {
-                "1": {
-                    "action": "Prepare kernel, rootfs tar.bz2 image, and qemu configuration  \n    \ta. Download kernel, rootfs tar.bz2 image and qemu configuration from public autobuilder webpage  \n    \tb. Goto https://autobuilder.yocto.io/pub/releases/<target_release>/machines/qemu/qemux86/ \n    \tc. Download  \n    \t  \ti. rootfs tar.bz2: core-image-sato-sdk-qemux86.tar.bz2 \n      \t\tii. kernel: bzImage-qemux86.bin \n      \t\tiii. qemu configuration: core-image-sato-sdk-qemux86.qemuboot.conf ",
-                    "expected_results": "Download completes successfully."
-                },
-                "2": {
-                    "action": "Download & install toolchain tarball matching your host from public autobuilder \n    \ta. Goto https://autobuilder.yocto.io/pub/releases/<target_release>/toolchain/x86_64/ \n    \tb. Download poky-glibc-x86_64-core-image-sato-<type-arch>-toolchain-<release-version>.sh \n    \tc. Run command: poky-glibc-x86_64-core-image-sato-<type-arch>-toolchain-<release-version>.sh \n    \td. After installation toolchain  Run source command :   source  /toolchain-installed-path/environment-setup-<architecture name>-poky-linux",
-                    "expected_results": "Toolchain gets installed successfully."
-                },
-                "3": {
-                    "action": "Extract rootfs twice into two images \n    \ta. Run 2 commands below:  \n                  runqemu-extract-sdk core-image-sato-sdk-qemux86.tar.bz2 qemux86_rootfs_image1  \n                  runqemu-extract-sdk core-image-sato-sdk-qemux86.tar.bz2 qemux86_rootfs_image2",
-                    "expected_results": "Both images build successfully."
-                },
-                "4": {
-                    "action": " From the 2 terminals, start qemu to boot up both two images \n    \ta. Run 2 commands below:  \n                  runqemu <kernel-name> core-image-sato-sdk-qemux86.qemuboot.conf qemux86_rootfs_image1  \n                  runqemu <kernel-name> core-image-sato-sdk-qemux86.qemuboot.conf qemux86_rootfs_image2 ",
-                    "expected_results": "Expect both qemu to boot up successfully."
-                }
-            },
-            "summary": "test_install_cross_toolchain_can_run_multiple_qemu_for_x86"
-        }
-    }
-]
\ No newline at end of file
-- 
2.7.4



  parent reply	other threads:[~2019-04-22 12:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-22 12:41 [QA][PATCH 0/7] Manual test cleanup Armin Kuster
2019-04-22 12:41 ` [QA][PATCH 1/7] manual tests migrate to selftest Armin Kuster
2019-04-24 15:05   ` Richard Purdie
2019-04-22 12:41 ` [QA][PATCH 2/7] manual qa/oe-core: remove packageconfig flag tests Armin Kuster
2019-04-22 12:41 ` [QA][PATCH 3/7] manual qa/bsp-qemu: remove rpm tests already done in runtime Armin Kuster
2019-04-22 12:41 ` [QA][PATCH 4/7] manual qa/bsp-qemu: remove KVM enabled which is already done in selftest runqemu Armin Kuster
2019-04-22 12:41 ` [QA][PATCH 5/7] manual/bsp-qemu: drop xserver test Armin Kuster
2019-04-22 12:41 ` [QA][PATCH 6/7] manual/bsp-qemu: remove connmand test done in runtime test Armin Kuster
2019-04-22 12:41 ` Armin Kuster [this message]
2019-04-22 15:03   ` [QA][PATCH 7/7] manual sdk: remove this manual sdk test Richard Purdie
2019-04-22 15:52     ` akuster808

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=1555936919-19078-8-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-core@lists.openembedded.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.