-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit 1bd63b2
test(perf/vsock): copy iperf binary only once
Problem: Currently we copy the iperf3-vsock binary into the guest in
spawn_iperf3_client that is called by every client (we have 2). If by
the time the second binary is being copied that first one is already
executing, we get the "Text file busy" error.
Solution: Move the copy into the test construction to copy the binary
only once.
Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>1 parent 286aa17 commit 1bd63b2
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
44 | 49 |
| |
45 | 50 |
| |
46 | 51 |
| |
| |||
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
61 | - | ||
62 | - | ||
63 | - | ||
64 | - | ||
65 | - | ||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
0 commit comments