7.2 KiB
7.2 KiB
| 1 | 测试类型 | 测试套 | 测试用例 | 测试描述 |
|---|---|---|---|---|
| 2 | 软件包测试 | kpatch | test_kpatch_command_list_001 | 测试kpatch list命令的基本功能,验证是否能够正确列出当前系统中已安装的补丁。 |
| 3 | 软件包测试 | kpatch | test_kpatch_command_apply_001 | 测试kpatch apply命令的基本功能,验证是否能够正确应用指定的补丁文件。 |
| 4 | 软件包测试 | kpatch | test_kpatch_command_unload_001 | 测试kpatch unload命令的基本功能,验证是否能够正确卸载指定的补丁。 |
| 5 | 软件包测试 | kpatch | test_kpatch_command_unload_002 | 测试kpatch unload命令的--all参数,验证是否能够正确卸载所有已加载的补丁。 |
| 6 | 软件包测试 | kpatch | test_kpatch_command_apply_003 | 测试kpatch apply命令的--verbose参数,验证是否能够显示详细的补丁应用过程信息。 |
| 7 | 软件包测试 | kpatch | test_kpatch_command_list_002 | 测试kpatch list命令的--verbose参数,验证是否能够显示详细的补丁列表信息。 |
| 8 | 软件包测试 | kpatch | test_kpatch_command_apply_004 | 测试kpatch apply命令的--dry-run参数,验证是否能够模拟应用指定的补丁文件而不实际执行。 |
| 9 | 软件包测试 | kpatch | test_kpatch_command_unload_003 | 测试kpatch unload命令的--verbose参数,验证是否能够显示详细的补丁卸载过程信息。 |
| 10 | 软件包测试 | kpatch | test_kpatch_command_list_003 | 测试kpatch list命令的--json参数,验证是否能够以json格式输出当前系统中已安装的补丁信息。 |
| 11 | 软件包测试 | kpatch | test_kpatch_command_apply_007 | 测试kpatch apply命令的--exclude参数,验证是否能够正确排除指定的补丁文件。 |
| 12 | 软件包测试 | kpatch | test_kpatch_command_apply_008 | 测试kpatch apply命令的--replace参数,验证是否能够正确替换已存在的补丁文件。 |
| 13 | 软件包测试 | kpatch | test_kpatch_command_unload_004 | 测试kpatch unload命令的--timeout参数,验证是否能够在指定超时时间内卸载补丁。 |
| 14 | 软件包测试 | kpatch | test_kpatch_command_unload_005 | 测试kpatch unload命令的--exclude参数,验证是否能够正确排除指定的补丁文件而不卸载。 |
| 15 | 软件包测试 | kpatch | test_kpatch_command_apply_010 | 测试kpatch apply命令的--ignore-errors参数,验证是否能够在应用补丁时忽略错误继续执行。 |
| 16 | 软件包测试 | kpatch | test_kpatch_command_unload_006 | 测试kpatch unload命令的--retry参数,验证是否能够在失败后自动重试卸载指定的补丁。 |
| 17 | 软件包测试 | kpatch | test_kpatch_command_apply_011 | 测试kpatch apply命令的--backup参数,验证是否能够在应用补丁时创建备份文件。 |
| 18 | 软件包测试 | kpatch | test_kpatch_command_unload_007 | 测试kpatch unload命令的--ignore-errors参数,验证是否能够在卸载补丁时忽略错误继续执行。 |
| 19 | 软件包测试 | kpatch | test_kpatch_command_apply_012 | 测试kpatch apply命令的--no-backup参数,验证是否能够在应用补丁时不创建备份文件。 |
| 20 | 软件包测试 | kpatch | test_kpatch_command_apply_013 | 测试kpatch apply命令的--version参数,验证是否能够正确显示补丁文件的版本信息。 |
| 21 | 软件包测试 | kpatch | test_kpatch_command_unload_008 | 测试kpatch unload命令的--version参数,验证是否能够正确显示补丁文件的版本信息。 |
| 22 | 软件包测试 | kpatch | test_kpatch_command_apply_014 | 测试kpatch apply命令的--exclude和--force参数的组合,验证是否能够强制应用指定的补丁文件并排除其他补丁。 |
| 23 | 软件包测试 | kpatch | test_kpatch_command_apply_015 | 测试kpatch apply命令的--replace和--force参数的组合,验证是否能够强制替换已存在的补丁文件。 |
| 24 | 软件包测试 | kpatch | test_kpatch_command_unload_009 | 测试kpatch unload命令的--dry-run参数,验证是否能够模拟卸载指定的补丁文件而不实际执行。 |
| 25 | 软件包测试 | kpatch | test_kpatch_command_apply_016 | 测试kpatch apply命令的--exclude和--replace参数的组合,验证是否能够正确替换已存在的补丁文件并排除其他补丁。 |
| 26 | 软件包测试 | kpatch | test_kpatch_command_apply_018 | 测试kpatch apply命令的--backup和--force参数的组合,验证是否能够强制应用指定的补丁文件并创建备份文件。 |
| 27 | 软件包测试 | kpatch | test_kpatch_command_apply_021 | 测试kpatch apply命令的--ignore-errors和--retry参数的组合,验证是否能够在应用补丁时忽略错误并自动重试。 |
| 28 | 软件包测试 | kpatch | test_kpatch_command_apply_023 | 测试kpatch apply命令的--version和--verbose参数的组合,验证是否能够正确显示补丁文件的版本信息并显示详细的过程信息。 |
| 29 | 软件包测试 | kpatch | test_kpatch_command_unload_012 | 测试kpatch unload命令的--timeout和--retry参数的组合,验证是否能够在指定超时时间内卸载补丁文件并在失败后自动重试。 |
| 30 | 软件包测试 | kpatch | test_kpatch_command_apply_024 | 测试kpatch apply命令的--backup和--replace参数的组合,验证是否能够正确替换已存在的补丁文件并创建备份文件。 |
| 31 | 软件包测试 | kpatch | test_kpatch_command_apply_025 | 测试kpatch apply命令的--no-backup和--replace参数的组合,验证是否能够正确替换已存在的补丁文件且不创建备份文件。 |
| 32 | 软件包测试 | kpatch | test_kpatch_command_unload_013 | 测试kpatch unload命令的--version和--verbose参数的组合,验证是否能够正确显示补丁文件的版本信息并显示详细的过程信息。 |
| 33 | 软件包测试 | kpatch | test_kpatch_command_list_004 | 测试kpatch list命令的--exclude参数,验证是否能够正确排除指定的补丁文件而不列出。 |
| 34 | 软件包测试 | kpatch | test_kpatch_command_list_005 | 测试kpatch list命令的--exclude和--json参数的组合,验证是否能够以json格式输出当前系统中已安装的补丁信息并排除指定的补丁文件。 |
| 35 | 软件包测试 | kpatch | test_kpatch_command_list_006 | 测试kpatch list命令的--exclude和--verbose参数的组合,验证是否能够显示详细的补丁列表信息并排除指定的补丁文件。 |
| 36 | 软件包测试 | kpatch | test_kpatch_command_unload_014 | 测试kpatch unload命令的--ignore-errors和--retry参数的组合,验证是否能够在卸载补丁时忽略错误并自动重试。 |
| 37 | 软件包测试 | kpatch | test_kpatch_command_apply_026 | 测试kpatch apply命令的--backup和--exclude参数的组合,验证是否能够正确应用指定的补丁文件并创建备份文件,同时排除其他补丁。 |
| 38 | 软件包测试 | kpatch | test_kpatch_command_apply_027 | 测试kpatch apply命令的--no-backup和--exclude参数的组合,验证是否能够正确应用指定的补丁文件且不创建备份文件,同时排除其他补丁。 |
| 39 | 软件包测试 | kpatch | test_kpatch_command_apply_029 | 测试kpatch apply命令的--no-backup和--ignore-errors参数的组合,验证是否能够在应用补丁时不创建备份文件并在遇到错误时忽略错误继续执行。 |
| 40 | 软件包测试 | kpatch | test_kpatch_command_apply_032 | 测试kpatch apply命令的--force和--backup参数的组合,验证是否能够强制应用指定的补丁文件并创建备份文件。 |
| 41 | 软件包测试 | kpatch | test_kpatch_command_apply_034 | 测试kpatch apply命令的--force和--replace参数的组合,验证是否能够强制替换已存在的补丁文件。 |
| 42 | 软件包测试 | kpatch | test_kpatch_command_apply_035 | 测试kpatch apply命令的--force和--exclude参数的组合,验证是否能够强制应用指定的补丁文件并排除其他补丁。 |