summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual/bsp-qemu.json
blob: 021ba57209409a772d6a3a50e20b2d0fd47c6b32 (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
[
  {
    "test": {
      "@alias": "bsps-qemu.bsps-tools.Add_user_with_cleartext_type_password_during_filesystem_construction",
      "author": [
        {
          "email": "ke.zou@windriver.com",
          "name": "ke.zou@windriver.com"
        }
      ],
      "execution": {
        "1": {
          "action": "Download the poky source and set the environment  \n\n",
          "expected_results": "No error during image building procedure. \n"
        },
        "2": {
          "action": "Add the following lines in conf/local.conf  \n\nINHERIT += \"extrausers\"  \n\nEXTRA_USERS_PARAMS = \"\\ \nuseradd -s /bin/sh -P 'tester3' tester3;\\ \n\"  \n\nThe above settings do the following things: \na. Add a user tester3 with cleartext password 'tester3' ",
          "expected_results": "Image can boot up \n"
        },
        "3": {
          "action": "Build the image\n ",
          "expected_results": "Login with user name \"tester3\" and password \"tester3\" "
        }
      },
      "summary": "Add_user_with_cleartext_type_password_during_filesystem_construction"
    }
  },
  {
    "test": {
      "@alias": "bsps-qemu.bsps-runtime.check_bash_in_image",
      "author": [
        {
          "email": "alexandru.c.georgescu@intel.com",
          "name": "alexandru.c.georgescu@intel.com"
        }
      ],
      "execution": {
        "1": {
          "action": "After system is up, check if bash command exists with command \"which bash\"",
          "expected_results": "bash command should exist in image giving something as below  \"/bin/bash\""
        }
      },
      "summary": "check_bash_in_image"
    }
  }
]