Lines Matching full:test

71 …testsuite.test("{} Processor declaration ProcId = _MAT ProcId".format(cpupath), processor.ProcId =…
75 …if testsuite.test("{} with local APIC in _MAT has local APIC in MADT".format(cpupath), processor.P…
76 …testsuite.test("{} ApicId derived using Processor declaration ProcId = _MAT ApicId".format(cpupath…
82 … if testsuite.test("{} with x2Apic in _MAT has _UID".format(cpupath), uid is not None):
83 testsuite.test("{}._UID = _MAT UID".format(cpupath), uid == subtable.uid)
86 …if testsuite.test("{} with _MAT x2Apic has x2Apic in MADT".format(cpupath), subtable.uid in uid_x2…
87 …testsuite.test("{} x2ApicId derived from MADT using UID = _MAT x2ApicId".format(cpupath), uid_x2ap…
94 …testsuite.test("_PSS must be identical for all CPUs", len(uniques) <= 1 or (len(uniques) == 2 and …
96 if not testsuite.test("_PSS must exist", pss is not None):
101 if not testsuite.test("_PSS must not be empty", pss.pstates):
110 testsuite.test("_PSS must contain at most 16 Pstates", len(pss.pstates) <= 16)
111 … testsuite.test("_PSS must have no duplicate Pstates", len(pss.pstates) == len(set(pss.pstates)))
114 …testsuite.test("_PSS must list Pstates in descending order of frequency", frequencies == sorted(fr…
116 …testsuite.test("_PSS must have Pstates with no duplicate frequencies", len(frequencies) == len(set…
119 …testsuite.test("_PSS must list Pstates in descending order of power dissipation", dissipations == …
149 if not testsuite.test("_PSS must exist", pss is not None):
175 # Abort the test if no cpu frequency is not available
189 …testsuite.test("P{}: Turbo measured frequency {} >= expected {} MHz".format(n, aperf, pstate.core_…
191 …testsuite.test("P{}: measured frequency {} MHz == expected {} MHz".format(n, aperf, pstate.core_fr…
195 …if not testsuite.test("_PSD (P-State Dependency) must exist for each processor", None not in uniqu…
217 …testsuite.test('Dependency count for each processor must be 1', unique_num_dependencies.keys() == …
219 testsuite.test('_PSD.num_entries must be 5', unique_num_entries.keys() == [5])
221 testsuite.test('_PSD.revision must be 0', unique_revision.keys() == [0])
223 …testsuite.test('_PSD.coordination_type must be 0xFE (HW_ALL)', unique_coordination_type.keys() == …
225 …testsuite.test('_PSD.domain must be unique (thread-scoped) for each processor', len(unique_domain)…
227 testsuite.test('_PSD.num_processors must be 1', unique_num_processors.keys() == [1])
232 testsuite.test('ACPI table cumulative checksum must equal 0', csum == 0)
276 testsuite.test('ACPI 1.0 table first 20 bytes cumulative checksum must equal 0', csum == 0)