Files
os-autotest/suite2cases/function_test/pkg_test/python-ghp-import2/python3-ghp-import2.json

118 lines
4.9 KiB
JSON

{
"path": "$OET_PATH/testcases/function_test/pkg_test/python-ghp-import2/python3-ghp-import2",
"machine num": 1,
"cases": [
{
"name": "test_python3-ghp-import2_ghp-import_directory_only",
"desc": "仅提供目录参数,使用默认选项将目录内容导入到 gh-pages 分支"
},
{
"name": "test_python3-ghp-import2_ghp-import_n",
"desc": "使用 -n 参数,在分支中包含 .nojekyll 文件"
},
{
"name": "test_python3-ghp-import2_ghp-import_c",
"desc": "使用 -c 参数并指定域名,写入 CNAME 文件"
},
{
"name": "test_python3-ghp-import2_ghp-import_m",
"desc": "使用 -m 参数并指定提交信息,自定义提交信息"
},
{
"name": "test_python3-ghp-import2_ghp-import_p",
"desc": "使用 -p 参数,提交后推送到远程仓库的 origin/gh-pages"
},
{
"name": "test_python3-ghp-import2_ghp-import_x",
"desc": "使用 -x 参数并指定前缀,仅推送该前缀下的文件并清理远程分支的对应前缀路径"
},
{
"name": "test_python3-ghp-import2_ghp-import_f",
"desc": "使用 -f 参数,强制推送到远程仓库"
},
{
"name": "test_python3-ghp-import2_ghp-import_o",
"desc": "使用 -o 参数,强制创建无父提交历史的新提交"
},
{
"name": "test_python3-ghp-import2_ghp-import_r",
"desc": "使用 -r 参数并指定远程仓库名称,推送到指定的远程仓库"
},
{
"name": "test_python3-ghp-import2_ghp-import_b",
"desc": "使用 -b 参数并指定分支名称,写入到指定的分支"
},
{
"name": "test_python3-ghp-import2_ghp-import_s",
"desc": "使用 -s 参数,调用 Git 时使用 shell"
},
{
"name": "test_python3-ghp-import2_ghp-import_l",
"desc": "使用 -l 参数,添加文件时遵循符号链接"
},
{
"name": "test_python3-ghp-import2_ghp-import_n_p",
"desc": "使用 -n 和 -p 参数组合,包含 .nojekyll 文件并推送"
},
{
"name": "test_python3-ghp-import2_ghp-import_c_m",
"desc": "使用 -c 和 -m 参数组合,写入 CNAME 文件并使用自定义提交信息"
},
{
"name": "test_python3-ghp-import2_ghp-import_p_f",
"desc": "使用 -p 和 -f 参数组合,推送并强制覆盖远程分支"
},
{
"name": "test_python3-ghp-import2_ghp-import_x_b",
"desc": "使用 -x 和 -b 参数组合,指定文件前缀和目标分支名称"
},
{
"name": "test_python3-ghp-import2_ghp-import_o_r",
"desc": "使用 -o 和 -r 参数组合,创建无历史提交并推送到指定远程仓库"
},
{
"name": "test_python3-ghp-import2_ghp-import_s_l",
"desc": "使用 -s 和 -l 参数组合,使用 shell 调用 Git 并遵循符号链接"
},
{
"name": "test_python3-ghp-import2_ghp-import_n_c_m_p",
"desc": "使用 -n, -c, -m, -p 参数组合,包含 .nojekyll 和 CNAME 文件,使用自定义提交信息并推送"
},
{
"name": "test_python3-ghp-import2_ghp-import_x_f_o_b",
"desc": "使用 -x, -f, -o, -b 参数组合,指定前缀、强制推送、创建无历史提交到指定分支"
},
{
"name": "test_python3-ghp-import2_function_install",
"desc": "验证python3-ghp-import2软件包是否成功安装"
},
{
"name": "test_python3-ghp-import2_function_basic_import",
"desc": "使用默认参数将本地目录导入gh-pages分支"
},
{
"name": "test_python3-ghp-import2_function_commit_msg",
"desc": "使用-m参数自定义提交信息"
},
{
"name": "test_python3-ghp-import2_function_force_push",
"desc": "使用-pf参数推送并强制覆盖远程分支"
},
{
"name": "test_python3-ghp-import2_function_cname",
"desc": "使用-c参数为GitHub Pages指定自定义域名"
},
{
"name": "test_python3-ghp-import2_function_nojekyll",
"desc": "使用-n参数包含.nojekyll文件以禁用Jekyll"
},
{
"name": "test_python3-ghp-import2_function_prefix",
"desc": "使用-x参数仅导入指定前缀下的文件"
},
{
"name": "test_python3-ghp-import2_function_uninstall",
"desc": "验证python3-ghp-import2软件包可以被正确卸载"
}
]
}