I am trying to run test on two system connected via single Port.
configured the example.json as below
Host 1 ip is 50.50.50.3
host 3 ip is 50.50.50.4
"VictimDataIpList": ["50.50.50.3","50.50.50.3"],
"AttackerDataIpList": ["50.50.50.4","50.50.50.4"],
"VictimMgmtIpList": ["50.50.50.3","50.50.50.3"],
"AttackerMgmtIpList":["50.50.50.4","50.50.50.4"],
python3 runtest.py --config example.json --attacker all
getting below error, i though script handles running binary on both end, do i need to run rdma* bin on victim
host?
Test start!!!!!
Clean existing traffics (perftest/RdmaEngine/RdmaCtrl) on the host.
There are 52 attacker(s) and 21 victim(s)
Test Case #1
Attacker: BW-1MB_ib_read_bw.sh
Victim: large_bw_ib_read_bw.sh
Runtime Name: ib_read_bw, num_port: 1, num_qp: 1
[Error] Victim is not running
Test Case #1
Attacker: BW-1MB_ib_read_bw.sh
...
I am trying to run test on two system connected via single Port.
configured the example.json as below
Host 1 ip is 50.50.50.3
host 3 ip is 50.50.50.4
python3 runtest.py --config example.json --attacker all
getting below error, i though script handles running binary on both end, do i need to run rdma* bin on victim
host?