mbox series

[v2,0/2] extend test coverage for ring PEEK API

Message ID 20200702141027.18447-1-konstantin.ananyev@intel.com (mailing list archive)
Headers
Series extend test coverage for ring PEEK API |

Message

Ananyev, Konstantin July 2, 2020, 2:10 p.m. UTC
  Introduce new test case to test ST peek API.
Changes name for MT peek ring test to follow same naming convention.

Konstantin Ananyev (2):
  test/ring: add stress test for ST peek API
  test/ring: rearrange names for ring stress tests

 app/test/Makefile                             |  3 +-
 app/test/meson.build                          |  3 +-
 ...ek_stress.c => test_ring_mt_peek_stress.c} |  2 +-
 app/test/test_ring_st_peek_stress.c           | 54 +++++++++++++++++++
 app/test/test_ring_stress.c                   |  7 ++-
 app/test/test_ring_stress.h                   |  3 +-
 6 files changed, 66 insertions(+), 6 deletions(-)
 rename app/test/{test_ring_peek_stress.c => test_ring_mt_peek_stress.c} (94%)
 create mode 100644 app/test/test_ring_st_peek_stress.c
  

Comments

David Marchand July 3, 2020, 10:40 a.m. UTC | #1
On Thu, Jul 2, 2020 at 4:11 PM Konstantin Ananyev
<konstantin.ananyev@intel.com> wrote:
>
> Introduce new test case to test ST peek API.
> Changes name for MT peek ring test to follow same naming convention.
>
> Konstantin Ananyev (2):
>   test/ring: add stress test for ST peek API
>   test/ring: rearrange names for ring stress tests
>
>  app/test/Makefile                             |  3 +-
>  app/test/meson.build                          |  3 +-
>  ...ek_stress.c => test_ring_mt_peek_stress.c} |  2 +-
>  app/test/test_ring_st_peek_stress.c           | 54 +++++++++++++++++++
>  app/test/test_ring_stress.c                   |  7 ++-
>  app/test/test_ring_stress.h                   |  3 +-
>  6 files changed, 66 insertions(+), 6 deletions(-)
>  rename app/test/{test_ring_peek_stress.c => test_ring_mt_peek_stress.c} (94%)
>  create mode 100644 app/test/test_ring_st_peek_stress.c

Series applied, thanks.