mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d2a28aa65e
commit
9eab3f9926
@@ -1,28 +0,0 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user