Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1425578

[PATCH 0/4] Add new media test and regression test scripts

From Shuah Khan <shuahkh@osg.samsung.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] Add new media test and regression test scripts
Date 2016-06-18 02:30 +0200
Message-ID <rLcj7-5aI-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series changes an exixtsing test to randomize the loop count,
adds a new test, and regression test scripts, and regression test how to.

Shuah Khan (4):
  selftests: media_device_test change it to randomize loop count
  selftests: add media_device_open test
  selftests: add media controller regression test scripts and document
  selftests: media_tests - Add media_device_open to .gitignore

 tools/testing/selftests/media_tests/.gitignore     |  1 +
 tools/testing/selftests/media_tests/Makefile       |  4 +-
 .../selftests/media_tests/bind_unbind_sample.sh    | 13 ++++
 .../selftests/media_tests/media_device_open.c      | 81 ++++++++++++++++++++++
 .../selftests/media_tests/media_device_test.c      | 19 +++--
 .../selftests/media_tests/open_loop_test.sh        | 10 +++
 .../selftests/media_tests/regression_test.txt      | 43 ++++++++++++
 7 files changed, 163 insertions(+), 8 deletions(-)
 create mode 100755 tools/testing/selftests/media_tests/bind_unbind_sample.sh
 create mode 100644 tools/testing/selftests/media_tests/media_device_open.c
 create mode 100755 tools/testing/selftests/media_tests/open_loop_test.sh
 create mode 100644 tools/testing/selftests/media_tests/regression_test.txt

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Add new media test and regression test scripts Shuah Khan <shuahkh@osg.samsung.com> - 2016-06-18 02:30 +0200
  [PATCH 3/4] selftests: add media controller regression test scripts and document Shuah Khan <shuahkh@osg.samsung.com> - 2016-06-18 02:30 +0200
  [PATCH 2/4] selftests: add media_device_open test Shuah Khan <shuahkh@osg.samsung.com> - 2016-06-18 02:30 +0200

csiph-web