]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
manual sdk: remove this manual sdk test
authorArmin Kuster <akuster808@gmail.com>
Sun, 21 Apr 2019 11:53:34 +0000 (05:53 -0600)
committerArmin Kuster <akuster808@gmail.com>
Mon, 22 Apr 2019 12:03:34 +0000 (06:03 -0600)
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 [deleted file]

diff --git a/meta/lib/oeqa/manual/sdk.json b/meta/lib/oeqa/manual/sdk.json
deleted file mode 100644 (file)
index 434982f..0000000
+++ /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