Skip to content

Commit

Permalink
Merge pull request #257 from microsoft/sumsharma/fix_runtime_make_test
Browse files Browse the repository at this point in the history
runtime: Fix make test for virtcontainers.
  • Loading branch information
Sumynwa authored and sprt committed Feb 10, 2025
2 parents 1e81939 + 616c985 commit ce21f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/virtcontainers/clh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ func TestClhCreateVM(t *testing.T) {
{config0, false, true},
{config1, false, true},
{config2, false, true},
{config3, true, false},
{config3, false, false},
{config4, false, true},
{config5, false, true},
}
Expand Down
1 change: 1 addition & 0 deletions src/runtime/virtcontainers/hypervisor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ func TestAssetPath(t *testing.T) {

KernelPath: "/" + "io.katacontainers.config.hypervisor.kernel",

IgvmPath: "/" + "io.katacontainers.config.hypervisor.igvm",
ImagePath: "/" + "io.katacontainers.config.hypervisor.image",
InitrdPath: "/" + "io.katacontainers.config.hypervisor.initrd",

Expand Down

0 comments on commit ce21f1e

Please sign in to comment.