We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a1fa1 commit 1874047Copy full SHA for 1874047
rxe-test.sh
@@ -93,10 +93,10 @@ phase_0(){
93
juLog_fatal -name=h2_setup_requirements "setup_requirements $HOST2"
94
95
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"
+ juLog_fatal -name=h2_existing_hw_rdma "check_existing_hw_rdma_if $HOST2"
97
98
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"
+ juLog_fatal -name=h2_existing_hw_rdma "check_existing_sw_rdma_if $HOST2 rxe"
100
101
juLog -name=h1_firewall_down "firewall_down $HOST1"
102
juLog -name=h2_firewall_down "firewall_down $HOST2"
0 commit comments