|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/linuxkerneltesting/
课程评论:没有评论
**课程名称:** Linux 内核测试 **课程概述:** 本课程深入探讨 Linux 内核的测试工具和方法。随着 Linux 内核不断更新和功能增强,确保其稳定性和兼容性至关重要。课程将介绍以下关键的测试工具: * **Linux Test Project (LTP):** 一个广泛的测试套件,用于验证 Linux 操作系统的各种功能,包括 POSIX 标准的符合性、基本系统调用、文件系统、网络等。 * **LTP-DDT:** LTP 的一个特定分支或模块,可能专注于更深层次或特定类型的测试。 * **Kselftest:** Linux 内核自带的一套测试工具,用于测试内核的各个子系统,如文件系统、内存管理、调度器、网络等。 本课程旨在帮助学习者理解 Linux 内核的测试过程,并掌握使用这些强大工具的能力,以确保内核的质量和可靠性。 **更新信息:** (截至 2020 年 10 月 26 日):本课程持续更新,每周会添加新视频,包括 LTP-DDT 的相关内容。
Update: New videos are added to this course every week. (26/10/2020). Added videos for LTP-DDTTesting is an integral and important part of any software development cycle and Linux kernel is no exception to that.With several developers continuing to add new features, and fixing bugs, Continuous integration and testing is vital to ensure the kernel continues to work on existing hardware as new hardware support and features get added New kernels are always released regularly, but in fact, everyone doesn't fully understand how the kernel is tested in depthIn this course, we will be looking into various testing tools available for Linux Kernel:Linux Test Project (LTP)LTP-DDTKselftest