Home
last modified time | relevance | path

Searched refs:TEST (Results 101 – 125 of 533) sorted by relevance

12345678910>>...22

/openbmc/phosphor-pid-control/test/
H A Dsensors_json_unittest.cpp12 TEST(SensorsFromJson, emptyJsonNoSensors) in TEST() function
26 TEST(SensorsFromJson, oneFanSensor) in TEST() function
58 TEST(SensorsFromJson, IgnoreDbusSensor) in TEST() function
84 TEST(SensorsFromJson, TempDbusSensor) in TEST() function
110 TEST(SensorsFromJson, validateOptionalFields) in TEST() function
139 TEST(SensorsFromJson, twoSensors) in TEST() function
H A Dpid_fancontroller_unittest.cpp26 TEST(FanControllerTest, BoringFactoryTest) in TEST() function
41 TEST(FanControllerTest, VerifyFactoryFailsWithZeroInputs) in TEST() function
55 TEST(FanControllerTest, InputProc_AllSensorsReturnZero) in TEST() function
74 TEST(FanControllerTest, InputProc_IfSensorNegativeIsIgnored) in TEST() function
92 TEST(FanControllerTest, InputProc_ChoosesMinimumValue) in TEST() function
113 TEST(FanControllerTest, SetPtProc_SpeedChanges_VerifyDirection) in TEST() function
152 TEST(FanControllerTest, OutputProc_VerifiesIfFailsafeEnabledInputIsIgnored) in TEST() function
193 TEST(FanControllerTest, OutputProc_BehavesAsExpected) in TEST() function
229 TEST(FanControllerTest, OutputProc_VerifyFailSafeWhenInputHigher) in TEST() function
273 TEST(FanControllerTest, OutputProc_VerifyRedundantWrites) in TEST() function
/openbmc/bmcweb/test/redfish-core/lib/
H A Dsensors_test.cpp17 TEST(SplitSensorNameAndType, Type) in TEST() function
23 TEST(SplitSensorNameAndType, Name) in TEST() function
29 TEST(SplitSensorNameAndType, Error) in TEST() function
/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp11 TEST(GetInventoryObjects, testForEmptyObject) in TEST() function
18 TEST(GetInventoryObjects, testForObject) in TEST() function
33 TEST(printBuffer, testprintBufferGoodPath) in TEST() function
52 TEST(printBuffer, testprintBufferBadPath) in TEST() function
65 TEST(decodeDate, testGooduintToDate) in TEST() function
94 TEST(decodeDate, testBaduintToDate) in TEST() function
174 TEST(FindStateEffecterPDR, testNoMatch) in TEST() function
610 TEST(FindStateSensorPDR, testNoMatch) in TEST() function
1012 TEST(toString, allTestCases) in TEST() function
1037 TEST(Split, allTestCases) in TEST() function
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dfailing_mtms_test.cpp24 TEST(FailingMTMSTest, SizeTest) in TEST() function
29 TEST(FailingMTMSTest, ConstructorTest) in TEST() function
85 TEST(FailingMTMSTest, StreamConstructorTest) in TEST() function
106 TEST(FailingMTMSTest, BadStreamConstructorTest) in TEST() function
118 TEST(FailingMTMSTest, FlattenTest) in TEST() function
H A Dbcd_time_test.cpp22 TEST(BCDTimeTest, ToBCDTest) in TEST() function
34 TEST(BCDTimeTest, FlattenUnflattenTest) in TEST() function
72 TEST(BCDTimeTest, ConvertTest) in TEST() function
97 TEST(BCDTimeTest, ConvertFromMSTest) in TEST() function
107 TEST(BCDTimeTest, GetMillisecondsSinceEpochTest) in TEST() function
H A Dstream_test.cpp24 TEST(StreamTest, TestExtract) in TEST() function
64 TEST(StreamTest, InputTestNoExpansion) in TEST() function
89 TEST(StreamTest, InputTestExpansion) in TEST() function
127 TEST(StreamTest, ReadWriteTest) in TEST() function
154 TEST(StreamTest, TestOffsets) in TEST() function
179 TEST(StreamTest, TestVectorInsertExtract) in TEST() function
/openbmc/bmcweb/test/http/
H A Dmutual_tls_meta.cpp14 TEST(MetaParseSslUser, userTest) in TEST() function
20 TEST(MetaParseSslUser, userNohostnameTest) in TEST() function
27 TEST(MetaParseSslUser, invalidUsers) in TEST() function
/openbmc/sdbusplus/test/async/
H A Dtask.cpp8 TEST(Task, CoAwaitVoid) in TEST() function
24 TEST(Task, CoAwaitInt) in TEST() function
48 TEST(Task, CoAwaitThrow) in TEST() function
80 TEST(Task, RecursiveTask) in TEST() function
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dcompare_vpd_action_tests.cpp37 TEST(CompareVPDActionTests, Constructor) in TEST() function
66 TEST(CompareVPDActionTests, Execute) in TEST() function
187 TEST(CompareVPDActionTests, GetFRU) in TEST() function
196 TEST(CompareVPDActionTests, GetKeyword) in TEST() function
204 TEST(CompareVPDActionTests, GetValue) in TEST() function
212 TEST(CompareVPDActionTests, ToString) in TEST() function
H A Dcompare_presence_action_tests.cpp40 TEST(ComparePresenceActionTests, Constructor) in TEST() function
49 TEST(ComparePresenceActionTests, Execute) in TEST() function
203 TEST(ComparePresenceActionTests, GetFRU) in TEST() function
211 TEST(ComparePresenceActionTests, GetValue) in TEST() function
219 TEST(ComparePresenceActionTests, ToString) in TEST() function
/openbmc/phosphor-host-ipmid/test/
H A Dentitymap_json_unittest.cpp19 TEST(ValidateJson, FailWithNonArrayReturnsEmpty) in TEST() function
41 TEST(ValidateJson, FailWithMissingFieldReturnsEmpty) in TEST() function
66 TEST(ValidateJson, AllValidEntryReturnsExpectedMap) in TEST() function
105 TEST(ValidateJson, EntryHasInsufficientContainerEntryCountReturnsEmpty) in TEST() function
130 TEST(ValidateJson, ThereAreTwoEntriesOneInvalidReturnsEmpty) in TEST() function
166 TEST(ValidateJson, ThereAreTwoEntriesBothValidReturnsBoth) in TEST() function
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c256 #define TEST(NAME, FAMILY, TYPE, REWRITE) \ macro
272 TEST("ipv4 tcp port redir", AF_INET, SOCK_STREAM, false), in test_sk_assign()
273 TEST("ipv4 tcp addr redir", AF_INET, SOCK_STREAM, true), in test_sk_assign()
274 TEST("ipv6 tcp port redir", AF_INET6, SOCK_STREAM, false), in test_sk_assign()
275 TEST("ipv6 tcp addr redir", AF_INET6, SOCK_STREAM, true), in test_sk_assign()
276 TEST("ipv4 udp port redir", AF_INET, SOCK_DGRAM, false), in test_sk_assign()
277 TEST("ipv4 udp addr redir", AF_INET, SOCK_DGRAM, true), in test_sk_assign()
278 TEST("ipv6 udp port redir", AF_INET6, SOCK_DGRAM, false), in test_sk_assign()
279 TEST("ipv6 udp addr redir", AF_INET6, SOCK_DGRAM, true), in test_sk_assign()
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp13 TEST(GetFruRecordTableMetadata, testGoodEncodeRequest) in TEST() function
26 TEST(GetFruRecordTableMetadata, testBadEncodeRequest) in TEST() function
301 TEST(GetFruRecordTable, testGoodDecodeRequest) in TEST() function
329 TEST(GetFruRecordTable, testBadDecodeRequest) in TEST() function
350 TEST(GetFruRecordTable, testGoodEncodeResponse) in TEST() function
379 TEST(GetFruRecordTable, testBadEncodeResponse) in TEST() function
404 TEST(GetFruRecordTable, testGoodEncodeRequest) in TEST() function
433 TEST(GetFruRecordTable, testBadEncodeRequest) in TEST() function
492 TEST(GetFruRecordTable, testBadDecodeResponse) in TEST() function
801 TEST(SetFRURecordTable, testBadEncodeResponse) in TEST() function
[all …]
/openbmc/estoraged/src/test/erase/
H A DverifyGeometry_test.cpp15 TEST(VerifyGeometry, TooBigFail) in TEST() function
23 TEST(VerifyGeometry, TooSmallFail) in TEST() function
31 TEST(VerifyGeometry, pass) in TEST() function
/openbmc/pldm/fw-update/test/
H A Dpackage_parser_test.cpp10 TEST(PackageParser, ValidPkgSingleDescriptorSingleComponent) in TEST() function
54 TEST(PackageParser, ValidPkgMultipleDescriptorsMultipleComponents) in TEST() function
136 TEST(PackageParser, InvalidPkgHeaderInfoIncomplete) in TEST() function
146 TEST(PackageParser, InvalidPkgNotSupportedHeaderFormat) in TEST() function
159 TEST(PackageParser, InvalidPkgBadChecksum) in TEST() function
/openbmc/linux/tools/testing/ktest/examples/include/
H A Dmin-config.conf47 TEST_START IF ${TEST} == min-config
52 TEST = ${SSH} echo hi
55 TEST_START IF ${TEST} == min-config && ${MULTI}
H A Dbisect.conf19 TEST_START IF ${TEST} == bisect
32 TEST = ${RUN_TEST}
82 TEST_START IF ${TEST} == config-bisect
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_error_tests.cpp24 TEST(ConfigFileParserErrorTests, Constructor) in TEST() function
34 TEST(ConfigFileParserErrorTests, GetPathName) in TEST() function
41 TEST(ConfigFileParserErrorTests, What) in TEST() function
H A Dvalidate-regulators-config_tests.cpp264 TEST(ValidateRegulatorsConfigTest, Action) in TEST() function
497 TEST(ValidateRegulatorsConfigTest, And) in TEST() function
558 TEST(ValidateRegulatorsConfigTest, Chassis) in TEST() function
698 TEST(ValidateRegulatorsConfigTest, CompareVpd) in TEST() function
1046 TEST(ValidateRegulatorsConfigTest, Device) in TEST() function
2197 TEST(ValidateRegulatorsConfigTest, If) in TEST() function
2314 TEST(ValidateRegulatorsConfigTest, Not) in TEST() function
2335 TEST(ValidateRegulatorsConfigTest, Or) in TEST() function
2784 TEST(ValidateRegulatorsConfigTest, Rail) in TEST() function
2855 TEST(ValidateRegulatorsConfigTest, Rule) in TEST() function
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_error_tests.cpp24 TEST(ConfigFileParserErrorTests, Constructor) in TEST() function
36 TEST(ConfigFileParserErrorTests, GetPathName) in TEST() function
44 TEST(ConfigFileParserErrorTests, What) in TEST() function
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh537 TEST=$1
541 eval CNT="\${#$TEST[@]}"
551 eval set -- "\${$TEST[$I]}"
577 echo "Test $TEST[$I] failed result check!"
578 eval echo \"\${$TEST[$I]}\"
586 echo "Test $TEST[$I] failed effective CPU check!"
587 eval echo \"\${$TEST[$I]}\"
597 echo "FAILED: Test $TEST[$I] failed states check!"
598 eval echo \"\${$TEST[$I]}\"
618 echo "All $I tests of $TEST PASSED."
/openbmc/libbej/test/
H A Dbej_common_test.cpp10 TEST(BejCommonTest, BejGetUnsignedIntegerTest) in TEST() function
21 TEST(BejCommonTest, BejGetNnintTest) in TEST() function
30 TEST(BejCommonTest, BejGetNnintSizeTest) in TEST() function
/openbmc/openpower-vpd-parser/test/ipz_parser/
H A Dparser.cpp19 TEST(IpzVpdParserApp, vpdGoodPath) in TEST() function
68 TEST(IpzVpdParserApp, vpdBadPathEmptyVPD) in TEST() function
79 TEST(IpzVpdParserApp, vpdBadPathMissingHeader) in TEST() function
112 TEST(IpzVpdParserApp, vpdBadPathMissingVTOC) in TEST() function
/openbmc/pldm/requester/test/
H A Dmctp_endpoint_discovery_test.cpp11 TEST(MctpEndpointDiscoveryTest, SingleHandleMctpEndpoint) in TEST() function
23 TEST(MctpEndpointDiscoveryTest, MultipleHandleMctpEndpoints) in TEST() function
38 TEST(MctpEndpointDiscoveryTest, goodGetMctpInfos) in TEST() function
50 TEST(MctpEndpointDiscoveryTest, goodAddToExistingMctpInfos) in TEST() function
68 TEST(MctpEndpointDiscoveryTest, badAddToExistingMctpInfos) in TEST() function
81 TEST(MctpEndpointDiscoveryTest, goodRemoveFromExistingMctpInfos) in TEST() function
115 TEST(MctpEndpointDiscoveryTest, goodRemoveEndpoints) in TEST() function

12345678910>>...22