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