We would like to remove runtest files as they are prone to failure during maintenance. The idea is to provide a struct tst_test -> type that can be used to filter out tests which are testing specific subsystems. This should be done, for example, via kirk (but not only) command in the following way:
kirk --run-by-rule "type=syscalls AND type=memory"
We would like to remove
runtestfiles as they are prone to failure during maintenance. The idea is to provide astruct tst_test -> typethat can be used to filter out tests which are testing specific subsystems. This should be done, for example, via kirk (but not only) command in the following way: