Commit 4dab035
committed
test: Fix guest_env_test.go
The test used `go:build iso` so it was not included in the integration
tests. Change to `go:build integration` so we test in the CI.
Rename the file and the test name to make it more clear that this test
is about the iso image.
Skip the test for non vm-driver, since this tests is about the iso
image.
We may need to add a similar test or adapt this test so it can be used
also with the kicbase image.
This test will be useful to validate #21800, avoiding regressions such
as #21788.1 parent 5ca02f9 commit 4dab035
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments