Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: ODP testcases for RDMA Write/Read and Atomic operations #1229

Merged
merged 5 commits into from Nov 21, 2022

Commits on Sep 22, 2022

  1. tests: Import test.utils entirely for ODP test cases

    The ODP test imports multiple objects from test.utils module. Make it
    simple by importing the whole module just as majority of other tests do.
    
    Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
    ddmatsu committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    b86300d View commit details
    Browse the repository at this point in the history
  2. tests: Make ODP test consistent with other traffic tests

    ODP test is using a syntax different from most other traffic tests. A
    large portion of them treat 'client' and 'server' as class members and use
    'traffic_args' as an argument for each test case.
    
    Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
    ddmatsu committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    1bf46d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. tests: Add tests for Atomic operations with ODP

    Add tests that use Atomic operations with ODP. They use the same workload
    as 'compare-and-swap' and 'fetch-and-add' in "test_atomic.py".
    
    Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
    ddmatsu committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3f180c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. tests: Add a test for RDMA Read with ODP

    Add a test that uses RDMA Read operation with ODP. Writing to a MR on the
    server must precede for RDMA Read to succeed.
    
    Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
    ddmatsu committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    62e9ed0 View commit details
    Browse the repository at this point in the history
  2. tests: Add a test for RDMA Write with ODP

    Add a test that uses RDMA Write operation with ODP.
    
    Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
    ddmatsu committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5183fdc View commit details
    Browse the repository at this point in the history