Home
last modified time | relevance | path

Searched full:testing (Results 1 – 25 of 1356) sorted by relevance

12345678910>>...55

/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 ==
19 == testing aio_write -P -1 ==
22 == testing writev -P 300 ==
25 == testing read -P 300 ==
28 == testing write -P 300 ==
31 == testing readv -P 300 ==
[all …]
H A D051.out7 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0
10 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0
13 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0
16 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0
22 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=
25 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on
28 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234
31 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo
37 Testing: -drive file=TEST_DIR/t.qcow2,format=foo
40 Testing: -drive file=TEST_DIR/t.qcow2,driver=foo
[all …]
H A D051.pc.out7 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0
10 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0
13 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0
16 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0
22 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=
25 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on
28 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234
31 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo
37 Testing: -drive file=TEST_DIR/t.qcow2,format=foo
40 Testing: -drive file=TEST_DIR/t.qcow2,driver=foo
[all …]
H A D226.out3 === Testing with driver:file ===
5 == Testing RO ==
8 == Testing RW ==
12 === Testing with driver:host_device ===
14 == Testing RO ==
16 == Testing RW ==
19 === Testing with driver:host_cdrom ===
21 == Testing RO ==
23 == Testing RW ==
H A D157.out6 Testing: cache='writeback' wce=''
8 Testing: cache='writeback' wce=',write-cache=auto'
10 Testing: cache='writeback' wce=',write-cache=on'
12 Testing: cache='writeback' wce=',write-cache=off'
14 Testing: cache='writethrough' wce=''
16 Testing: cache='writethrough' wce=',write-cache=auto'
18 Testing: cache='writethrough' wce=',write-cache=on'
20 Testing: cache='writethrough' wce=',write-cache=off'
H A D186.out6 Testing: -device floppy
14 Testing: -device floppy,id=qdev_id
22 Testing: -device ide-cd
30 Testing: -device ide-cd,id=qdev_id
38 Testing: -device scsi-cd
46 Testing: -device scsi-cd,id=qdev_id
57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null
65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id
73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null
81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_…
[all …]
H A D071.out3 === Testing blkverify through filename ===
17 === Testing blkverify through file blockref ===
31 === Testing blkdebug through filename ===
35 === Testing blkdebug through file blockref ===
39 === Testing blkdebug on existing block device ===
41 Testing:
52 === Testing blkverify on existing block device ===
54 Testing:
62 === Testing blkverify on existing raw block device ===
64 Testing:
[all …]
/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp56 class MCTPReactorFixture : public testing::Test
64 .WillRepeatedly(testing::Return("mock device")); in SetUp()
68 .WillRepeatedly(testing::Return(device)); in SetUp()
70 .WillRepeatedly(testing::Return("mock endpoint")); in SetUp()
71 EXPECT_CALL(*endpoint, eid()).WillRepeatedly(testing::Return(9)); in SetUp()
72 EXPECT_CALL(*endpoint, network()).WillRepeatedly(testing::Return(1)); in SetUp()
78 EXPECT_TRUE(testing::Mock::VerifyAndClearExpectations(endpoint.get())); in TearDown()
79 EXPECT_TRUE(testing::Mock::VerifyAndClearExpectations(device.get())); in TearDown()
97 EXPECT_CALL(*device, setup(testing::_)) in TEST_F()
98 .WillOnce(testing::InvokeArgument<0>( in TEST_F()
[all …]
/openbmc/webui-vue/docs/guide/unit-testing/
H A Dreadme.md1 # Unit Testing
9 > writing too many. I call this the unit testing Goldilocks rule—not too many,
13 > -- Ed Yerburgh, Testing Vue Applications (New York: Manning
68 - Avoid coupling test code to source code when testing functionality
75 - There is no return on investment for testing presentational HTML
79 when testing a plugin like Vuex
98 1. Static components do not need unit tests, use snapshot testing
103 1. Create smaller functions with a specific purpose to make testing easier
107 visual testing
109 ### Snapshot Testing
[all …]
/openbmc/phosphor-logging/test/
H A Delog_quiesce_test.cpp22 class TestQuiesceOnError : public testing::Test
106 EXPECT_CALL(sdbusMock, sd_bus_emit_object_added(testing::_, testing::_)) in TEST_F()
107 .Times(testing::AnyNumber()); in TEST_F()
111 testing::_, testing::HasSubstr( in TEST_F()
132 EXPECT_CALL(sdbusMock, sd_bus_emit_object_removed(testing::_, testing::_)) in TEST_F()
133 .Times(testing::AnyNumber()); in TEST_F()
136 testing::_, testing::HasSubstr( in TEST_F()
163 EXPECT_CALL(sdbusMock, sd_bus_emit_object_added(testing::_, testing::_)) in TEST_F()
164 .Times(testing::AnyNumber()); in TEST_F()
168 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;
32 class EventTest : public testing::Test
35 testing::StrictMock<test::SdEventMock> mock;
67 testing::InSequence seq; in TEST_F()
69 testing::_)) in TEST_F()
72 sd_event_source_set_userdata(expected_source, 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;
69 EXPECT_CALL(mock, sd_event_add_child(expected_event, testing::_, pid, in TEST_F()
70 options, testing::_, nullptr)) in TEST_F()
76 testing::InSequence seq; in TEST_F()
[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;
68 EXPECT_CALL(mock, sd_event_add_signal(expected_event, testing::_, sig, in TEST_F()
69 testing::_, nullptr)) in TEST_F()
75 testing::InSequence seq; 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;
68 EXPECT_CALL(mock, sd_event_add_io(expected_event, testing::_, fd, events, in TEST_F()
69 testing::_, nullptr)) in TEST_F()
75 testing::InSequence seq; 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;
75 sd_event_add_time(expected_event, testing::_, CLOCK_REALTIME, in TEST_F()
76 2000000, 50000, testing::_, nullptr)) in TEST_F()
82 testing::InSequence seq; 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/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1/
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 ++--
19 tests/testing-util/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
[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 …]
/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/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/openbmc/meta-arm/
H A D.gitlab-ci.yml134 # TESTING: testimage
166 TESTING: [testimage, tftf]
168 TESTING: testimage
176 TESTING: [none, tftf]
208 TESTING: testimage
210 TESTING: testimage
221 TESTING: testimage
223 TESTING: testimage
273 TESTING: testimage
277 TESTING: testimage
[all …]
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp23 using ::testing::Return;
24 using ::testing::Throw;
31 class TestUserMgr : public testing::Test
52 .WillByDefault(testing::Return(true)); in createLocalUser()
57 .WillByDefault(testing::Return(false)); in createLocalUser()
159 using ::testing::_; in TEST_F()
254 class UserMgrInTest : public testing::Test, public UserMgr
300 ON_CALL(*this, executeUserAdd(testing::_, testing::_, testing::_, in UserMgrInTest()
301 testing::Eq(true))) in UserMgrInTest()
304 .WillByDefault(testing::Return(true)); in UserMgrInTest()
[all …]
/openbmc/sdbusplus/test/message/
H A Dread.cpp23 using testing::DoAll;
24 using testing::ElementsAre;
25 using testing::Invoke;
26 using testing::Return;
27 using testing::StrEq;
35 class ReadTest : public testing::Test
38 testing::StrictMock<sdbusplus::SdBusMock> mock;
42 EXPECT_CALL(mock, sd_bus_message_new_method_call(testing::_, testing::_, in SetUp()
56 EXPECT_CALL(mock, sd_bus_message_read_basic(nullptr, type, testing::_)) in expect_basic_error()
63 EXPECT_CALL(mock, sd_bus_message_read_basic(nullptr, type, testing::_)) in expect_basic()
[all …]

12345678910>>...55