/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_parser.py | 5 # Test object. 22 class Test: class 25 results within a test log are stored in a main Test object as 33 subtests : List[Test] - list of subtests 40 """Creates Test object with default attributes.""" 44 self.subtests = [] # type: List[Test] 49 """Returns string representation of a Test class object.""" 50 return (f'Test({self.status}, {self.name}, {self.expected_count}, ' 54 """Returns string representation of a Test class object.""" 60 stdout.print_with_timestamp(stdout.red('[ERROR]') + f' Test [all...] |
H A D | kunit_json.py | 4 # KernelCI spec: https://github.com/kernelci/kernelci-doc/wiki/Test-API 13 from kunit_parser import Test, TestStatus namespace 30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj: 50 def get_json_result(test: Test, metadata: Metadata) -> str: 62 test_group["name"] = "KUnit Test Group"
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | charge_reserved_hugetlb.sh | 419 echo Test normal case. 448 echo Test normal case with write. 468 echo Test more than reservation case. 485 echo Test more than cgroup limit case. 501 echo Test normal case, multiple cgroups. 547 echo Test normal case with write, multiple cgroups.
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | charge_reserved_hugetlb.sh | 422 echo Test normal case. 451 echo Test normal case with write. 471 echo Test more than reservation case. 488 echo Test more than cgroup limit case. 504 echo Test normal case, multiple cgroups. 550 echo Test normal case with write, multiple cgroups.
|
/kernel/linux/build/test/unittest/accesstokenid/ |
H A D | accesstokenid_test.h | 16 class AccesstokenidTest : public testing::Test {
|
/kernel/linux/build/test/unittest/rtg/ |
H A D | rtg_test.h | 17 class RtgTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/extended/ipc/ |
H A D | ipc_test.cpp | 38 class IoTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/drivers/hid/ |
H A D | drivers_hid_test.cpp | 37 class DriversHidTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/drivers/storage/ |
H A D | drivers_storage_test.cpp | 37 class DriversStorageTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/process/lock/spinlock/ |
H A D | process_spinlock_test.cpp | 38 class ProcessSpinlockTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/security/capability/ |
H A D | security_capability_test.cpp | 39 class SecurityCapabilityTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/security/reugid/ |
H A D | security_reugid_test.cpp | 39 class SecurityReugidTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/security/vid/ |
H A D | security_vid_test.cpp | 39 class SecurityVidTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/basic/dynload/ |
H A D | dynload_test.cpp | 38 class DynloadTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
H A D | it_test_liteipc.cpp | 38 class LiteIpcTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mem/ |
H A D | posix_mem_test.cpp | 40 class PosixMemTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/process/lock/rwlock/ |
H A D | process_rwlock_test.cpp | 38 class ProcessRwlockTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/extended/trace/ |
H A D | trace_unit_test.cpp | 39 class TraceTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/libc/time/timer/ |
H A D | time_timer_test.cpp | 39 class TimeTimerTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/basic/exc/ |
H A D | exc_test.cpp | 38 class ExcTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/libc/util/ |
H A D | util_test.cpp | 38 class UtilTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/net/resolv/ |
H A D | net_resolv_test.cpp | 49 class NetResolvTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/ |
H A D | mem_shm_test.cpp | 38 class MemShmTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/libc/misc/ |
H A D | misc_test.cpp | 39 class MiscTest : public testing::Test {
|
/kernel/liteos_a/testsuites/unittest/libc/time/clock/ |
H A D | time_clock_test.cpp | 39 class TimeClockTest : public testing::Test {
|