Skip to content

Commit

Permalink
prov/efa: Add unit test for efa-direct progress model
Browse files Browse the repository at this point in the history
Signed-off-by: Shi Jin <sjina@amazon.com>
  • Loading branch information
shijin-aws committed Feb 20, 2025
1 parent f3e26d6 commit b135e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prov/efa/test/efa_unit_test_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ static void test_info_direct_attributes_impl(struct fi_info *hints,
assert_true(strstr(info->domain_attr->name, "rdm"));
assert_false(info->caps & (FI_ATOMIC | FI_TAGGED));
assert_false(info->tx_attr->msg_order & FI_ORDER_SAS);
assert_int_equal(info->domain_attr->progress, FI_PROGRESS_AUTO);
assert_int_equal(info->domain_attr->control_progress, FI_PROGRESS_AUTO);
assert_int_equal(
info->ep_attr->max_msg_size,
(hints->caps & FI_RMA) ?
Expand Down

0 comments on commit b135e2e

Please # to comment.