Commit eca73bc
committed
Fix pktgen tx test netdst conversion, mac address and vm startup issues
1. Fix netdst conversion: convert 'private' to 'atbr0' for host IP lookup
2. Fix vm startup: check if vm is alive before starting
3. Fix mac address: use tap device mac instead of default gateway mac
Signed-off-by: Wenli Quan<wquan@redhat.com>1 parent 03bfa09 commit eca73bc
File tree
2 files changed
+8
-3
lines changed- libvirt/tests/src/virtual_network/qemu
- provider/virtual_network
2 files changed
+8
-3
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments