Skip to content

Commit

Permalink
UCP/TEST: CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shasson5 committed Nov 20, 2024
1 parent 82e45e2 commit c8ef020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/gtest/ucp/test_ucp_ep_reconfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class test_ucp_ep_reconfig : public ucp_test {
UCS_TEST_SKIP_R("test requires at least 2 ifaces to work");
}

check_reused_lanes_reconfigurable();
ensure_reused_lanes_reconfigurable();
}

static void get_test_variants(std::vector<ucp_test_variant> &variants)
Expand All @@ -116,7 +116,7 @@ class test_ucp_ep_reconfig : public ucp_test {
void run(bool bidirectional = false);
void skip_non_p2p();
bool has_bond_iface();
void check_reused_lanes_reconfigurable();
void ensure_reused_lanes_reconfigurable();

bool reuse_lanes() const
{
Expand Down Expand Up @@ -385,7 +385,7 @@ bool test_ucp_ep_reconfig::has_bond_iface()
return false;
}

void test_ucp_ep_reconfig::check_reused_lanes_reconfigurable()
void test_ucp_ep_reconfig::ensure_reused_lanes_reconfigurable()
{
if (!reuse_lanes()) {
return;
Expand Down

0 comments on commit c8ef020

Please sign in to comment.