Split tests in namespace package
Tests such as scheduler tests are now split in a namespace package lisa_tests
. Consequently, exekall invocations must be updated from exekall run lisa.tests
to exekall run lisa lisa_tests
.
If that update is not done, it will result in a message like that from exekall:
[2023-10-05 16:01:28,924][EXEKALL] INFO Nothing to do, check --help while passing some python sources to get the full help.
and exit status 1
Users of lisa-test
are not affected by this change.