Commit 9623b63
committed
Remove 2 checkpoints for passt
Delete 2 checkpoints:
1) Check the socket dir, when vm destroyed, the passt socket dir is not
cleared for passt+vhostuser. In CNV, this is not an issue, tracked in
RHEL-80285. (We can restore the check after the bug is fixed)
2) When start vm with interface using passt, and the qemu support
reconect parameter, there is "reconnect:5" or "reconnect=5" in qemu
cmd once qemu support reconnect feature. But since qemu 10.1, the
parameter change to "reconnect-ms:5000" or "reconnect-ms=5000". To make
is simple, delete this qemu cmd check, and just check the function that
if the passt process will reconnect after killed is enough.
Signed-off-by: Yalan Zhang <yalzhang@redhat.com>1 parent bf32062 commit 9623b63
File tree
4 files changed
+0
-10
lines changed- libvirt/tests
- cfg/virtual_network/passt
- src/virtual_network/passt
4 files changed
+0
-10
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
95 | | - | |
96 | | - | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
| |||
0 commit comments