summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-11-11 20:33:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-14 13:21:00 +0000
commit9eab3f9926d4dcb41748ac25fd451e312e6b4437 (patch)
tree657d2f94005efa0457181c5aec2974a363509607 /meta/lib/oeqa/manual
parentd2a28aa65ebc96dc9dfb9e305c6811420898e8df (diff)
downloadpoky-9eab3f9926d4dcb41748ac25fd451e312e6b4437.tar.gz
oeqa/manual/bsp-qemu: remove manual useradd test
useradd tested is done via: test_non_root_user_can_connect_via_ssh_without_password and test_non_root_user_can_connect_via_ssh_without_password (From OE-Core rev: 0ab30c0386bf86b2e2101c18208b76200c665051) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-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]