forked from redrsoe2100/os-autotest
33 lines
857 B
JSON
33 lines
857 B
JSON
{
|
|
"path": "$OET_PATH/testcases/smoke_test/smoke_openruyi",
|
|
"machine num": 1,
|
|
"cases": [
|
|
{
|
|
"name": "or_test_timedatectl",
|
|
"machine num": 1,
|
|
"add network interface": 0,
|
|
"add disk": []
|
|
},
|
|
{
|
|
"name": "oe_test_home_directory",
|
|
"machine num": 1,
|
|
"add network interface": 0,
|
|
"add disk": []
|
|
},
|
|
{
|
|
"name": "or_test_ssh_disable_root",
|
|
"machine num": 1,
|
|
"desc": "ssh 默认关闭 root 用户登录"
|
|
},
|
|
{
|
|
"name": "or_test_gcc_build",
|
|
"machine num": 1,
|
|
"desc": "gcc 编译链测试"
|
|
},
|
|
{
|
|
"name": "or_test_llvm_build",
|
|
"machine num": 1,
|
|
"desc": "LLVM 编译链测试"
|
|
}
|
|
]
|
|
} |