Skip to content

Commit 1874047

Browse files
committed
rxe-test: fix typo in test name
Signed-off-by: Nicolas Morey <nmorey@suse.com>
1 parent d3a1fa1 commit 1874047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rxe-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ phase_0(){
9393
juLog_fatal -name=h2_setup_requirements "setup_requirements $HOST2"
9494

9595
juLog_fatal -name=h1_existing_hw_rdma "check_existing_hw_rdma_if $HOST1"
96-
juLog_fatal -name=h2_existing__hwrdma "check_existing_hw_rdma_if $HOST2"
96+
juLog_fatal -name=h2_existing_hw_rdma "check_existing_hw_rdma_if $HOST2"
9797

9898
juLog_fatal -name=h1_existing_hw_rdma "check_existing_sw_rdma_if $HOST1 rxe"
99-
juLog_fatal -name=h2_existing__hwrdma "check_existing_sw_rdma_if $HOST2 rxe"
99+
juLog_fatal -name=h2_existing_hw_rdma "check_existing_sw_rdma_if $HOST2 rxe"
100100

101101
juLog -name=h1_firewall_down "firewall_down $HOST1"
102102
juLog -name=h2_firewall_down "firewall_down $HOST2"

0 commit comments

Comments
 (0)