Commit ba629bb
committed
qemu_test: re-use the same qemu vm fixture
Since qemu booting is slow and we want fast developer iteration, we make
the optimisation compromise that we will not reset the qemu vm test
fixture from a fresh image for every test. Most tests should not collide
with each other. If we think a new test will do that and we want to make
the compromise of giving it an isolated environment for a slower test
suite, we can deal with that then.
Signed-off-by: Robie Basak <robie.basak@oss.qualcomm.com>1 parent 52829d7 commit ba629bb
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
0 commit comments