Home
last modified time | relevance | path

Searched defs:TEST_P (Results 1 – 18 of 18) sorted by relevance

/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp62 TEST_P(TestLogToJournalNumeric, commitAnActionDoesNotThrow) in TEST_P() function
72 TEST_P(TestLogToJournalNumericThrow, commitAnActionExpectThrow) in TEST_P() function
84 TEST_P(TestLogToRedfishEventLogNumeric, commitExpectNoThrow) in TEST_P() function
96 TEST_P(TestLogToRedfishEventLogNumericThrow, commitExpectToThrow) in TEST_P() function
156 TEST_P(TestLogToJournalDiscrete, commitAnActionWIthDiscreteValueDoesNotThrow) in TEST_P() function
167 TEST_P(TestLogToJournalDiscreteThrow, commitAnActionExpectThrow) in TEST_P() function
179 TEST_P(TestLogToRedfishEventLogDiscrete, commitExpectNoThrow) in TEST_P() function
191 TEST_P(TestLogToRedfishEventLogDiscreteThrow, commitExpectToThrow) in TEST_P() function
H A Dtest_path_append.cpp34 TEST_P(TestPathAppend, pathAppendsCorrectly) in TEST_P() function
54 TEST_P(TestPathAppendFail, pathAppendsCorrectly) in TEST_P() function
H A Dtest_report.cpp648 TEST_P(TestReportStore, settingPersistencyToTrueStoresReport) in TEST_P() function
668 TEST_P(TestReportStore, reportIsSavedToStorageAfterCreated) in TEST_P() function
694 TEST_P(TestReportValidNames, reportCtorDoesNotThrowOnValidName) in TEST_P() function
714 TEST_P(TestReportInvalidIds, failsToCreateReportWithInvalidName) in TEST_P() function
740 TEST_P(TestReportAllReportTypes, returnPropertValueOfReportType) in TEST_P() function
747 TEST_P(TestReportAllReportTypes, readingsAreUpdated) in TEST_P() function
770 TEST_P(TestReportAllReportTypes, readingsAreNotUpdatedWhenReportIdDiffers) in TEST_P() function
831 TEST_P(TestReportNonOnRequestType, readingsAreNotUpdateOnUpdateCall) in TEST_P() function
1025 TEST_P(TestReportWithReportUpdatesAndLimit, in TEST_P() function
1039 TEST_P(TestReportWithReportUpdatesAndLimit, in TEST_P() function
[all …]
H A Dtest_discrete_threshold.cpp84 TEST_P(TestDiscreteThresholdValues, thresholdValueIsNumericAndStoredCorrectly) in TEST_P() function
100 TEST_P(TestBadDiscreteThresholdValues, throwsWhenNotNumericValues) in TEST_P() function
286 TEST_P(TestDiscreteThresholdNoDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
337 TEST_P(TestDiscreteThresholdWithDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
H A Dtest_metric.cpp345 TEST_P(TestMetricCalculationFunctions, calculatesReadingValue) in TEST_P() function
362 TEST_P(TestMetricCalculationFunctions, in TEST_P() function
381 TEST_P(TestMetricCalculationFunctions, returnsIsTimerRequired) in TEST_P() function
H A Dtest_labeled_tuple.cpp39 TEST_P(TestLabeledTupleDoubleSpecialization, in TEST_P() function
H A Dtest_numeric_threshold.cpp360 TEST_P(TestNumericThresholdNoDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
541 TEST_P(TestNumericThresholdWithDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
H A Dtest_sensor_cache.cpp60 TEST_P(TestSensorCacheP, shouldReturnDifferentSensorWhenIdsAreDifferent) in TEST_P() function
H A Dtest_on_change_threshold.cpp137 TEST_P(TestOnChangeThresholdUpdates, senorsIsUpdatedMultipleTimes) in TEST_P() function
H A Dtest_report_manager.cpp513 TEST_P(TestReportManagerWithAggregationOperationType, in TEST_P() function
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_pci_unittest.cpp201 TEST_P(PciSetupTest, NotFound) in TEST_P() function
218 TEST_P(PciSetupTest, ProbeFail) in TEST_P() function
238 TEST_P(PciSetupTest, MapFail) in TEST_P() function
264 TEST_P(PciSetupTest, UnmapFail) in TEST_P() function
327 TEST_P(PciSetupTest, Success) in TEST_P() function
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_open_unittest.cpp21 TEST_P(FirmwareOpenFailTest, WithFlags) in TEST_P() function
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_stat_unittest.cpp55 TEST_P(VersionStatSizeBlobTest, StatWithSize) in TEST_P() function
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_stat_unittest.cpp69 TEST_P(LogStatSizeBlobTest, StatWithSize) in TEST_P() function
/openbmc/libbej/test/
H A Dbej_decoder_test.cpp54 TEST_P(BejDecoderTest, Decode) in TEST_P() function
H A Dbej_encoder_test.cpp335 TEST_P(BejEncoderTest, Encode) in TEST_P() function
379 TEST_P(BejEncoderTest, EncodeWrapper) in TEST_P() function
/openbmc/phosphor-pid-control/test/
H A Ddbus_util_unittest.cpp27 TEST_P(GetSensorPathTest, ReturnsExpectedValue) in TEST_P() function
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.h266 #define TEST_P(code1, reg1, val1, code2) \ macro