On 03/18/2015 05:40 PM, Taras Kondratiuk wrote:
Current crypto tests have a few issues:
- Asynchronous tests assume that operation is always executed asynchronously,
   but specification does not demand it. So tests have to handle synchronous
   operations as well.
- If the first issue is solved, then Sync test is a subset of Async ->
   they can be merged.

The same approach should allow to easily add tests for 'out of place'
operations.

Taras Kondratiuk (2):
   validation: crypto: handle synchronous operations in async test
   validation: crypto: combine sync and async tests

  test/validation/Makefile.am                        |   3 +-
  ...ypto_test_async_inp.c => odp_crypto_test_inp.c} |  74 ++++--
  ...ypto_test_async_inp.h => odp_crypto_test_inp.h} |   8 +-
  test/validation/crypto/odp_crypto_test_sync_inp.c  | 271 ---------------------
  test/validation/crypto/odp_crypto_test_sync_inp.h  |  17 --
  test/validation/odp_crypto.c                       |   9 +-
  6 files changed, 63 insertions(+), 319 deletions(-)
  rename test/validation/crypto/{odp_crypto_test_async_inp.c => 
odp_crypto_test_inp.c} (85%)
  rename test/validation/crypto/{odp_crypto_test_async_inp.h => 
odp_crypto_test_inp.h} (62%)
  delete mode 100644 test/validation/crypto/odp_crypto_test_sync_inp.c
  delete mode 100644 test/validation/crypto/odp_crypto_test_sync_inp.h


Hi, Maxim

This series is still applicable to the latest master branch, so there
is no point to repost it. Could you please merge it and take Robbie's
Reviewed-by from RFC?
https://lists.linaro.org/pipermail/lng-odp/2015-March/009746.html
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to