summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual/bsp-qemu.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/manual/bsp-qemu.json')
-rw-r--r--meta/lib/oeqa/manual/bsp-qemu.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json
deleted file mode 100644
index b19bf4b209..0000000000
--- a/meta/lib/oeqa/manual/bsp-qemu.json
+++ /dev/null
@@ -1,28 +0,0 @@
1[
2 {
3 "test": {
4 "@alias": "bsps-qemu.bsps-tools.Add_user_with_cleartext_type_password_during_filesystem_construction",
5 "author": [
6 {
7 "email": "ke.zou@windriver.com",
8 "name": "ke.zou@windriver.com"
9 }
10 ],
11 "execution": {
12 "1": {
13 "action": "Download the poky source and set the environment \n\n",
14 "expected_results": "No error during image building procedure. \n"
15 },
16 "2": {
17 "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' ",
18 "expected_results": "Image can boot up \n"
19 },
20 "3": {
21 "action": "Build the image\n ",
22 "expected_results": "Login with user name \"tester3\" and password \"tester3\" "
23 }
24 },
25 "summary": "Add_user_with_cleartext_type_password_during_filesystem_construction"
26 }
27 },
28]