Home
last modified time | relevance | path

Searched refs:testing (Results 1 – 25 of 1329) sorted by relevance

12345678910>>...54

/openbmc/qemu/tests/qemu-iotests/
H A D021.out4 == testing writev -P -1 ==
7 == testing read -P -1 ==
10 == testing write -P -1 ==
13 == testing readv -P -1 ==
16 == testing aio_read -P -1 ==
22 == testing writev -P 300 ==
25 == testing read -P 300 ==
28 == testing write -P 300 ==
31 == testing readv -P 300 ==
43 == testing read -P 12m ==
[all …]
/openbmc/phosphor-logging/test/
H A Delog_quiesce_test.cpp105 EXPECT_CALL(sdbusMock, sd_bus_emit_object_added(testing::_, testing::_)) in TEST_F()
110 testing::_, testing::HasSubstr( in TEST_F()
131 EXPECT_CALL(sdbusMock, sd_bus_emit_object_removed(testing::_, testing::_)) in TEST_F()
135 testing::_, testing::HasSubstr( in TEST_F()
162 EXPECT_CALL(sdbusMock, sd_bus_emit_object_added(testing::_, testing::_)) in TEST_F()
167 testing::_, testing::HasSubstr( in TEST_F()
190 EXPECT_CALL(sdbusMock, sd_bus_emit_object_removed(testing::_, testing::_)) in TEST_F()
194 testing::_, testing::HasSubstr( in TEST_F()
221 EXPECT_CALL(sdbusMock, sd_bus_emit_object_added(testing::_, testing::_)) in TEST_F()
226 testing::_, testing::HasSubstr( in TEST_F()
[all …]
/openbmc/sdeventplus/test/source/
H A Devent.cpp24 using testing::DoAll;
25 using testing::Return;
26 using testing::ReturnPointee;
27 using testing::SaveArg;
28 using testing::SetArgPointee;
67 testing::InSequence seq; in TEST_F()
78 EXPECT_CALL(mock, sd_event_add_defer(expected_event, testing::_, testing::_, in TEST_F()
120 EXPECT_CALL(mock, sd_event_add_post(expected_event, testing::_, testing::_, in TEST_F()
158 EXPECT_CALL(mock, sd_event_add_exit(expected_event, testing::_, testing::_, in TEST_F()
180 EXPECT_CALL(mock, sd_event_add_defer(expected_event, testing::_, testing::_, in TEST_F()
[all …]
H A Dchild.cpp25 using testing::DoAll;
26 using testing::Return;
27 using testing::ReturnPointee;
28 using testing::SaveArg;
29 using testing::SetArgPointee;
33 class ChildTest : public testing::Test
36 testing::StrictMock<test::SdEventMock> mock;
70 options, testing::_, nullptr)) in TEST_F()
76 testing::InSequence seq; in TEST_F()
146 testing::InSequence seq; in SetUp()
[all …]
H A Dsignal.cpp25 using testing::DoAll;
26 using testing::Return;
27 using testing::ReturnPointee;
28 using testing::SaveArg;
29 using testing::SetArgPointee;
33 class SignalTest : public testing::Test
36 testing::StrictMock<test::SdEventMock> mock;
69 testing::_, nullptr)) in TEST_F()
75 testing::InSequence seq; in TEST_F()
116 testing::_, nullptr)) in TEST_F()
[all …]
H A Dio.cpp24 using testing::DoAll;
25 using testing::Return;
26 using testing::ReturnPointee;
27 using testing::SaveArg;
28 using testing::SetArgPointee;
32 class IOTest : public testing::Test
35 testing::StrictMock<test::SdEventMock> mock;
69 testing::_, nullptr)) in TEST_F()
75 testing::InSequence seq; in TEST_F()
117 testing::_, nullptr)) in TEST_F()
[all …]
H A Dtime.cpp25 using testing::DoAll;
26 using testing::Return;
27 using testing::ReturnPointee;
28 using testing::SaveArg;
29 using testing::SetArgPointee;
33 class TimeTest : public testing::Test
36 testing::StrictMock<test::SdEventMock> mock;
82 testing::InSequence seq; in TEST_F()
143 testing::_, nullptr)) in SetUp()
146 testing::InSequence seq; in SetUp()
[all …]
H A Dbase.cpp29 using testing::DoAll;
30 using testing::Return;
31 using testing::SaveArg;
32 using testing::SetArgPointee;
64 class BaseTest : public testing::Test
67 testing::StrictMock<test::SdEventMock> mock;
97 testing::InSequence seq; in make_base()
161 testing::InSequence seq; in TEST_F()
163 testing::_)) in TEST_F()
190 testing::InSequence seq; in TEST_F()
[all …]
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp21 using ::testing::Return;
22 using ::testing::Throw;
29 class TestUserMgr : public testing::Test
157 using ::testing::_; in TEST_F()
274 ON_CALL(*this, executeUserAdd(testing::_, testing::_, testing::_, in UserMgrInTest()
279 testing::Return(); in UserMgrInTest()
282 ON_CALL(*this, executeUserAdd(testing::_, testing::_, testing::_, in UserMgrInTest()
299 ON_CALL(*this, executeUserModify(testing::_, testing::_, testing::_)) in UserMgrInTest()
303 executeUserModifyUserEnable(testing::_, testing::Eq(true))) in UserMgrInTest()
311 executeUserModifyUserEnable(testing::_, testing::Eq(false))) in UserMgrInTest()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libpeas/libpeas/
H A D0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch17 tests/libpeas-gtk/testing/meson.build | 4 ++--
18 tests/libpeas/testing/meson.build | 4 ++--
35 diff --git a/tests/libpeas-gtk/testing/meson.build b/tests/libpeas-gtk/testing/meson.build
37 --- a/tests/libpeas-gtk/testing/meson.build
38 +++ b/tests/libpeas-gtk/testing/meson.build
50 diff --git a/tests/libpeas/testing/meson.build b/tests/libpeas/testing/meson.build
52 --- a/tests/libpeas/testing/meson.build
53 +++ b/tests/libpeas/testing/meson.build
65 diff --git a/tests/testing-util/meson.build b/tests/testing-util/meson.build
67 --- a/tests/testing-util/meson.build
[all …]
/openbmc/gpioplus/test/
H A Devent.cpp22 using testing::Assign;
23 using testing::DoAll;
24 using testing::Return;
25 using testing::SaveArgPointee;
26 using testing::SetArgPointee;
27 using testing::WithArg;
42 class EventTest : public testing::Test
47 testing::StrictMock<test::SysMock> mock;
52 EXPECT_CALL(mock, open(testing::_, testing::_)) in SetUp()
75 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in TEST_F()
[all …]
H A Dhandle.cpp22 using testing::DoAll;
23 using testing::Return;
24 using testing::SaveArgPointee;
25 using testing::SetArgPointee;
56 class HandleTest : public testing::Test
61 testing::StrictMock<test::SysMock> mock;
66 EXPECT_CALL(mock, open(testing::_, testing::_)) in SetUp()
89 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in TEST_F()
135 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in TEST_F()
163 EXPECT_CALL(mock, gpio_get_linehandle(chip_fd, testing::_)) in SetUp()
[all …]
H A Dchip.cpp21 using testing::DoAll;
22 using testing::Return;
23 using testing::SaveArgPointee;
24 using testing::SetArgPointee;
25 using testing::StrEq;
45 class ChipMethodTest : public testing::Test
49 testing::StrictMock<test::SysMock> mock;
85 EXPECT_CALL(mock, gpio_get_chipinfo(expected_fd, testing::_)) in TEST_F()
95 EXPECT_CALL(mock, gpio_get_chipinfo(expected_fd, testing::_)) in TEST_F()
111 EXPECT_CALL(mock, gpio_get_lineinfo(expected_fd, testing::_)) in TEST_F()
[all …]
/openbmc/phosphor-dbus-monitor/src/test/yaml/pathgentest/
H A Dgroupone.yaml9 path: /xyz/openbmc_project/testing/inst1
11 path: /xyz/openbmc_project/testing/inst2
13 path: /xyz/openbmc_project/testing/inst3
15 path: /xyz/openbmc_project/testing/inst4
22 path: /xyz/openbmc_project/testing/inst1
24 path: /xyz/openbmc_project/testing/inst2
26 path: /xyz/openbmc_project/testing/inst3
28 path: /xyz/openbmc_project/testing/inst4
H A Dgrouptwo.yaml11 path: /xyz/openbmc_project/testing/inst1
13 path: /xyz/openbmc_project/testing/inst2
15 path: /xyz/openbmc_project/testing/inst5
17 path: /xyz/openbmc_project/testing/inst6
24 path: /xyz/openbmc_project/testing/inst4
26 path: /xyz/openbmc_project/testing/inst3
28 path: /xyz/openbmc_project/testing/inst2
30 path: /xyz/openbmc_project/testing/inst1
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-mini-nand.dts54 partition@0 { /* for testing purpose */
58 partition@1 { /* for testing purpose */
62 partition@2 { /* for testing purpose */
66 partition@3 { /* for testing purpose */
70 partition@4 { /* for testing purpose */
74 partition@5 { /* for testing purpose */
78 partition@6 { /* for testing purpose */
82 partition@7 { /* for testing purpose */
86 partition@8 { /* for testing purpose */
90 partition@9 { /* for testing purpose */
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0003-testing-add-the-output-format-for-ptest.patch4 Subject: [PATCH] testing: add the output format for ptest
10 testing/RUNTESTS | 4 ++++
13 diff --git a/testing/RUNTESTS b/testing/RUNTESTS
15 --- a/testing/RUNTESTS
16 +++ b/testing/RUNTESTS
19 for i in "${srcdir}"/testing/fulltests/default/T*$1*; do
22 ${srcdir}/testing/fulltests/support/simple_run $i
/openbmc/sdbusplus/test/message/
H A Dread.cpp23 using testing::DoAll;
24 using testing::Return;
25 using testing::StrEq;
33 class ReadTest : public testing::Test
40 EXPECT_CALL(mock, sd_bus_message_new_method_call(testing::_, testing::_, in SetUp()
179 testing::InSequence seq; in TEST_F()
230 testing::InSequence seq; in TEST_F()
249 testing::InSequence seq; in TEST_F()
260 testing::InSequence seq; in TEST_F()
274 testing::InSequence seq; in TEST_F()
[all …]
H A Dappend.cpp23 using testing::Eq;
24 using testing::MatcherCast;
25 using testing::Pointee;
26 using testing::Return;
27 using testing::SafeMatcherCast;
28 using testing::StrEq;
43 EXPECT_CALL(mock, sd_bus_message_new_method_call(testing::_, testing::_, in SetUp()
238 testing::InSequence seq; in TEST_F()
256 testing::InSequence seq; in TEST_F()
275 testing::InSequence seq; in TEST_F()
[all …]
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp15 using ::testing::_;
16 using ::testing::InSequence;
17 using ::testing::Invoke;
18 using ::testing::IsNull;
19 using ::testing::NotNull;
20 using ::testing::Pair;
21 using ::testing::StrEq;
23 class HealthMetricTest : public ::testing::Test
69 EXPECT_THAT(properties, testing::Contains(names[0])); in TEST_F()
78 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()
H A Dtest_health_metric_collection.cpp16 using ::testing::Invoke;
17 using ::testing::IsNull;
18 using ::testing::NotNull;
19 using ::testing::StrEq;
21 class HealthMetricCollectionTest : public ::testing::Test
41 EXPECT_THAT(configs.size(), testing::Ge(1)); in SetUp()
105 testing::Not(testing::Contains(names[0]))); in TEST_F()
108 EXPECT_THAT(metricSetProperties, testing::Contains(names[0])); in TEST_F()
155 EXPECT_THAT(thresholdProperties, testing::Contains(names[0])); in TEST_F()
/openbmc/sdeventplus/test/
H A Dclock.cpp20 using testing::DoAll;
21 using testing::Return;
22 using testing::SetArgPointee;
24 class ClockTest : public testing::Test
27 testing::StrictMock<test::SdEventMock> mock;
38 EXPECT_CALL(mock, sd_event_now(expected_event, CLOCK_REALTIME, testing::_)) in TEST_F()
53 EXPECT_CALL(mock, sd_event_now(expected_event, CLOCK_MONOTONIC, testing::_)) in TEST_F()
/openbmc/phosphor-dbus-monitor/src/test/yaml/propertywatchgentest/
H A Dwatchone.yaml6 path: /xyz/openbmc_project/testing/inst1
8 path: /xyz/openbmc_project/testing/inst2
10 path: /xyz/openbmc_project/testing/inst3
12 path: /xyz/openbmc_project/testing/inst4
19 path: /xyz/openbmc_project/testing/inst3
21 path: /xyz/openbmc_project/testing/inst4
23 path: /xyz/openbmc_project/testing/inst5
25 path: /xyz/openbmc_project/testing/inst6
/openbmc/phosphor-pid-control/test/
H A Dhelpers.hpp15 using ::testing::_;
16 using ::testing::Invoke;
17 using ::testing::IsNull;
18 using ::testing::NotNull;
19 using ::testing::Return;
20 using ::testing::StrEq;
/openbmc/sdbusplus/test/
H A Dunpack_properties.cpp94 using namespace testing; in TYPED_TEST()
111 using namespace testing; in TYPED_TEST()
124 using namespace testing; in TYPED_TEST()
139 using namespace testing; in TYPED_TEST()
170 using namespace testing; in TYPED_TEST()
188 using namespace testing; in TYPED_TEST()
206 using namespace testing; in TYPED_TEST()
231 using namespace testing; in TYPED_TEST()
247 using namespace testing; in TYPED_TEST()
263 using namespace testing; in TYPED_TEST()
[all …]

12345678910>>...54