/openbmc/qemu/tests/qemu-iotests/ |
H A D | 021.out | 4 == 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 D | 051.out | 7 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 D | 051.pc.out | 7 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 D | 186.out | 6 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 D | 226.out | 3 === 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 D | 157.out | 6 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 D | 071.out | 3 === 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 D | test_MCTPReactor.cpp | 56 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 D | readme.md | 1 # Unit Testing 9 > writing too many. I call this the unit testing Goldilocks rule—not too many, 13 > -- <cite>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 D | elog_quiesce_test.cpp | 22 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 D | event.cpp | 24 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 D | child.cpp | 25 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 D | io.cpp | 24 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 D | signal.cpp | 25 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 D | time.cpp | 25 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/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1/ |
H A D | 0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch | 17 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/phosphor-user-manager/test/ |
H A D | user_mgr_test.cpp | 21 using ::testing::Return; 22 using ::testing::Throw; 29 class TestUserMgr : public testing::Test 50 .WillByDefault(testing::Return(true)); in createLocalUser() 55 .WillByDefault(testing::Return(false)); in createLocalUser() 157 using ::testing::_; in TEST_F() 252 class UserMgrInTest : public testing::Test, public UserMgr 274 ON_CALL(*this, executeUserAdd(testing::_, testing::_, testing in UserMgrInTest() [all...] |
/openbmc/gpioplus/test/ |
H A D | event.cpp | 22 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/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 5 The kernel contains a set of "self tests" under the tools/testing/selftests/ 40 $ make -C tools/testing/selftests 44 $ make -C tools/testing/selftests run_tests 87 $ make -C tools/testing/selftests TARGETS=ptrace run_tests 106 $ make -C tools/testing/selftests SKIP_TARGETS=ptrace run_tests 117 See the top-level tools/testing/selftests/Makefile for the list of all 125 $ make -C tools/testing/selftests hotplug 129 $ make -C tools/testing/selftests run_hotplug 138 tool) to install selftests in the default location (`tools/testing/selftests/kselftest_install`), 143 $ make -C tools/testing/selftests install [all …]
|
/openbmc/openbmc/meta-arm/ |
H A D | .gitlab-ci.yml | 123 # TESTING: testimage 155 TESTING: [testimage, tftf] 157 TESTING: testimage 165 TESTING: [none, tftf] 197 TESTING: testimage 199 TESTING: testimage 210 TESTING: testimage 212 TESTING: testimage 265 TESTING: testimage 269 TESTING: testimage [all …]
|
/openbmc/libpldm/ |
H A D | README.md | 67 2. Testing 72 required functions fall into the deprecated or testing categories is outlined 90 functions marked testing inside of libpldm. If we remove or change the prototype 91 of a function marked testing the only impact is that we need to fix up any call 102 [*] --> Testing: Add 103 Testing --> Testing: Change 104 Testing --> [*]: Remove 105 Testing --> Stable: Stabilise 118 | Development | `-Dabi=deprecated,stable,testing` | 138 right, all new APIs must first be exposed in the testing category. Concretely: [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-mini-nand.dts | 54 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/phosphor-dbus-monitor/src/test/yaml/pathgentest/ |
H A D | groupone.yaml | 9 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 D | grouptwo.yaml | 11 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/linux/Documentation/dev-tools/kunit/ |
H A D | index.rst | 4 KUnit - Linux Kernel Unit Testing 21 This section details the kernel unit testing framework. 26 KUnit (Kernel unit testing framework) provides a common framework for 33 (C++ unit testing framework). 42 KUnit follows the white-box testing approach. The test has access to 46 In addition, KUnit has kunit_tool, a script (``tools/testing/kunit/kunit.py``) 65 Unit Testing 69 granularity of testing and allows all possible code paths to be tested in the 88 Unit Testing Advantages 91 - Increases testing speed and development in the long run. [all …]
|