Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232073
| From | Paul Osmialowski <p.osmialowsk@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC 0/3] kdbus: extend selftests |
| Date | 2015-09-24 14:10 +0200 |
| Message-ID | <qcdvz-2yv-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This serie extends kdbus selftests with following new features: - ability to specify TEST_CREATE_CONN without TEST_CREATE_BUS - the 'test-send' test case (by Karol Lewandowski) - ability to run kdbus test by executable binary name Paul Osmialowski (3): kdbus: TEST_CREATE_CONN now does no depend on TEST_CREATE_BUS kdbus: selftests extended kdbus: Ability to run kdbus test by executable binary name tools/testing/selftests/kdbus/Makefile | 1 + tools/testing/selftests/kdbus/kdbus-test.c | 37 ++++++++++- tools/testing/selftests/kdbus/kdbus-test.h | 1 + tools/testing/selftests/kdbus/kdbus-util.c | 38 +++++++---- tools/testing/selftests/kdbus/kdbus-util.h | 2 +- tools/testing/selftests/kdbus/test-activator.c | 20 +++--- tools/testing/selftests/kdbus/test-chat.c | 6 +- tools/testing/selftests/kdbus/test-connection.c | 8 ++- tools/testing/selftests/kdbus/test-fd.c | 2 +- tools/testing/selftests/kdbus/test-message.c | 69 ++++++++++++-------- tools/testing/selftests/kdbus/test-metadata-ns.c | 10 +-- tools/testing/selftests/kdbus/test-monitor.c | 9 +-- tools/testing/selftests/kdbus/test-policy-ns.c | 8 +-- tools/testing/selftests/kdbus/test-policy-priv.c | 48 ++++++++------ tools/testing/selftests/kdbus/test-send.c | 82 ++++++++++++++++++++++++ tools/testing/selftests/kdbus/test-sync.c | 2 +- tools/testing/selftests/kdbus/test-timeout.c | 2 +- 17 files changed, 253 insertions(+), 92 deletions(-) create mode 100644 tools/testing/selftests/kdbus/test-send.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC 0/3] kdbus: extend selftests Paul Osmialowski <p.osmialowsk@samsung.com> - 2015-09-24 14:10 +0200 [RFC 1/3] kdbus: TEST_CREATE_CONN now does no depend on TEST_CREATE_BUS Paul Osmialowski <p.osmialowsk@samsung.com> - 2015-09-24 14:10 +0200 [RFC 2/3] kdbus: selftests extended Paul Osmialowski <p.osmialowsk@samsung.com> - 2015-09-24 14:10 +0200
csiph-web