Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Testing Linux Kernel
Rating: 4.3 out of 5(67 ratings)
678 students

Testing Linux Kernel

Learn the various tools available to test Linux Kernel
Created byLinux Trainer
Last updated 10/2020
English
English [Auto],

What you'll learn

  • Testing Linux Kernel

Course content

4 sections62 lectures3h 17m total length
  • Introduction2:58

    Explore how continuous integration and testing safeguard Linux kernel hardware support, using the message tool to verify emergency, critical, and warning logs after installing a new kernel.

  • Running few usage tests1:23

    Run practical usage tests to verify a Linux kernel's networking, display, and hardware responses, including Wi-Fi connectivity, video and audio checks, file transfers, browsing, emails, and USB devices.

Requirements

  • Should have a basic understanding of Linux Internals

Description

Update: New videos are added to this course every week. (26/10/2020). Added videos for LTP-DDT

Testing 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 depth

In this course, we will be looking into various testing tools available for Linux Kernel:

  • Linux Test Project (LTP)

  • LTP-DDT

  • Kselftest

Who this course is for:

  • Developers interested in testing Linux Kernel