[PATCH v3 0/2] tests/tcg/multiarch: Add tests for implemented real

Filip Bozuta posted 2 patches 4 years, 2 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1582016442-1677-1-git-send-email-Filip.Bozuta@rt-rk.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>
.../manual-test/alsa-timer-ioctl-manual-test.c     | 294 +++++++++++++++++
.../alsa-timer-ioctl-tests/remote-test/timer.c     | 158 +++++++++
.../manual-test/rtc-ioctl-manual-test.c            | 352 +++++++++++++++++++++
.../rtc-ioctl-tests/remote-test/rtc-test.c         | 226 +++++++++++++
4 files changed, 1030 insertions(+)
create mode 100644 tests/tcg/multiarch/alsa-timer-ioctl-tests/manual-test/alsa-timer-ioctl-manual-test.c
create mode 100644 tests/tcg/multiarch/alsa-timer-ioctl-tests/remote-test/timer.c
create mode 100644 tests/tcg/multiarch/rtc-ioctl-tests/manual-test/rtc-ioctl-manual-test.c
create mode 100644 tests/tcg/multiarch/rtc-ioctl-tests/remote-test/rtc-test.c
[PATCH v3 0/2] tests/tcg/multiarch: Add tests for implemented real
Posted by Filip Bozuta 4 years, 2 months ago
This series covers tests for implemented rtc and alsa timer ioctls. The names
of ioctls that are covered by these tests can be found in patch descriptions.
The functionalities of each ioctl that is tested can be found in patches that
implement them.

Some of the features that are accessible through these ioctls are not supported
on all test host pc's. These tests were written so that the implemented ioctls
can be properly tested on pc's that support all of their features.

Both rtc and alsa timer test folders have separate files for manually written
and remotely obtained tests. Tests that were obtained remotely run multiple ioctl
tests at once, while the manually written tests can be used to run both individual
and multiple ioctl tests based on the command specified when running the test.

v2:

    * introduced a single manual test file for all ioctls instead of individual 
      test files for each ioctl

v3:

    * fixed alsa timer ioctl manual test so that it can run ioctl tests individually
      by specifying their name when running the test program

Filip Bozuta (2):
  tests/tcg/multiarch: Add tests for implemented rtc ioctls
  tests/tcg/multiarch: Add tests for implemented alsa sound timer ioctls

 .../manual-test/alsa-timer-ioctl-manual-test.c     | 294 +++++++++++++++++
 .../alsa-timer-ioctl-tests/remote-test/timer.c     | 158 +++++++++
 .../manual-test/rtc-ioctl-manual-test.c            | 352 +++++++++++++++++++++
 .../rtc-ioctl-tests/remote-test/rtc-test.c         | 226 +++++++++++++
 4 files changed, 1030 insertions(+)
 create mode 100644 tests/tcg/multiarch/alsa-timer-ioctl-tests/manual-test/alsa-timer-ioctl-manual-test.c
 create mode 100644 tests/tcg/multiarch/alsa-timer-ioctl-tests/remote-test/timer.c
 create mode 100644 tests/tcg/multiarch/rtc-ioctl-tests/manual-test/rtc-ioctl-manual-test.c
 create mode 100644 tests/tcg/multiarch/rtc-ioctl-tests/remote-test/rtc-test.c

-- 
2.7.4