Skip to content

Commit

Permalink
lava_test_plans: testcases: Adding kselftest-drivers-net
Browse files Browse the repository at this point in the history
This commit introduces additional test cases from the selftests suite
for network drivers into the LAVA test plans. By incorporating these
tests, we aim to enhance the coverage of network driver validation,
ensuring more comprehensive testing within this critical area of the
kernel. This improvement will contribute to better detection of
potential issues and overall stability in network driver functionality.

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
  • Loading branch information
Naresh Kamboju committed Aug 25, 2024
1 parent 1a8b057 commit 8348dd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lava_test_plans/testcases/kselftest-drivers-net.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "testcases/templates/kselftest.yaml.jinja2" %}

{% set guestfs_size = 1024 %}
{% set testnames = ['drivers.net'] %}
{% set test_timeout = 30 %}

0 comments on commit 8348dd3

Please sign in to comment.