summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual/build-appliance.json
blob: 82a556e93e8621241d938e0eb097018c477c93b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[
    {
        "test": {
            "@alias": "build-appliance.build-appliance.Build_core-image-minimal_with_build-appliance-image",
            "author": [
                {
                    "email": "corneliux.stoicescu@intel.com",
                    "name": "corneliux.stoicescu@intel.com"
                }
            ],
            "execution": {
                "1": {
                    "action": "Build with AUTOREV or download from Autobuilder an image for Yocto Build Appliance.  ",
                    "expected_results": ""
                },
                "2": {
                    "action": "Boot the image under VMWare Player.  ",
                    "expected_results": ""
                },
                "3": {
                    "action": "Build qemux86 core-image-minimal using bitbake command line in the build-appliance-image  ",
                    "expected_results": ""
                },
                "4": {
                    "action": "Launch the image just built using runqemu.  ",
                    "expected_results": "core-image-minimal should build and boot. "
                }
            },
            "summary": "Build_core-image-minimal_with_build-appliance-image"
        }
    },
    {
        "test": {
            "@alias": "build-appliance.build-appliance.Build_a_image_without_error_(added_recipe)",
            "author": [
                {
                    "email": "sstncr@gmail.com",
                    "name": "sstncr@gmail.com"
                }
            ],
            "execution": {
                "1": {
                    "action": "Launch Build Appliance",
                    "expected_results": "User could build a image without error and the added package is in the image"
                },
                "2": {
                    "action": "Set \"Machine\" in conf/local.conf, for example, qemuarm",
                    "expected_results": ""
                },
                "3": {
                    "action": "Install a new package to the image, for example, acpid. Set the following line in conf/local.conf: IMAGE_INSTALL:append = \" acpid\"",
                    "expected_results": ""
                },
                "4": {
                    "action": "Build a image using bitbake command line, for example, bitbake core-image-minimal",
                    "expected_results": ""
                },
                "5": {
                    "action": "After build finished, launch the image and check if the added package built into image",
                    "expected_results": ""
                }
            },
            "summary": "Build_a_image_without_error_(added_recipe)."
        }
    },
    {
        "test": {
            "@alias": "build-appliance.build-appliance.Create_core-image-sato-sdk_using_build_appliance",
            "author": [
                {
                    "email": "ee.peng.yeoh@intel.com",
                    "name": "ee.peng.yeoh@intel.com"
                }
            ],
            "execution": {
                "1": {
                    "action": "Build with AUTOREV or download from Autobuilder an image for Yocto Build Appliance.  ",
                    "expected_results": ""
                },
                "2": {
                    "action": "Boot the image under VMWare Player.  ",
                    "expected_results": ""
                },
                "3": {
                    "action": "Build qemux86 core-image-sato-sdk using bitbake command line in the build-appliance-image  ",
                    "expected_results": ""
                },
                "4": {
                    "action": "Launch the image just built using runqemu. ",
                    "expected_results": ""
                }
            },
            "summary": "Create_core-image-sato-sdk_using_build_appliance"
        }
    }
]