Skip to content

Commit

Permalink
lisa_tests: Split off lisa_tests
Browse files Browse the repository at this point in the history
BREAKING CHANGE

Split lisa_tests package.
  • Loading branch information
douglas-raillard-arm committed Nov 6, 2023
1 parent d147975 commit 1f35c42
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 4,724 deletions.
4 changes: 4 additions & 0 deletions doc/kernel_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ The following tests are available. They can be used as:
export PYTHONWARNINGS="ignore"
exekall run lisa lisa_tests --rst-list --inject-empty-target-conf

.. note:: The tests themselves are not distributed anymore as part of the
``lisa`` Python packages, they are now living in a separate package.


Running tests
=============

Expand Down
3 changes: 3 additions & 0 deletions doc/workflows/automated_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ specified by :class:`~lisa.target.TargetConf`.
When pointed at folders (or packages), ``exekall`` will recursively look for
Python files.

.. note:: ``lisa_tests`` package is now distributed separately from the
``lisa`` package.

A subset of the tests can be selected using ``-s PATTERN``. The pattern is a
globbing-style pattern, where ``*`` stands as a wildcard. If the pattern starts
with an ``!``, no test matching that pattern will be selected. Use ``--list``
Expand Down
6 changes: 0 additions & 6 deletions lisa_tests/README

This file was deleted.

162 changes: 0 additions & 162 deletions lisa_tests/arm/kernel/cpufreq/sanity.py

This file was deleted.

Loading

0 comments on commit 1f35c42

Please sign in to comment.