Back to Youki

runc compatibility test

docs/src/developer/e2e/runc_compatibility_test.md

0.6.0516 B
Original Source

runc compatibility test

Notes

This test verifies compatibility with runc by running runc’s integration tests against the youki binary.

The list of tests to run is defined in tests/runc/runc_test_pattern. Each line must match the test name in runc’s Bats test files (the string in @test "..."). Prefix a line with [skip] to skip that test.

Local

console
$ git submodule update --init --recursive
$ just test-runc-comp