Description
Add update integration tests to tests/contest equivalent to tests/integration/update.bats in runc, then make youki pass them.
Motivation
The contest framework (Rust-based OCI runtime integration tests) currently has no coverage for update functionality. The existing BATS-based tests in runc's update.bats cover this area but are not available through contest.
Implement contest tests
Add the following tests to tests/contest.
These tests are skipped when running with youki, as the required functionality is not fully implemented yet.
Description
Add update integration tests to
tests/contestequivalent totests/integration/update.batsin runc, then make youki pass them.Motivation
The
contestframework (Rust-based OCI runtime integration tests) currently has no coverage for update functionality. The existing BATS-based tests in runc'supdate.batscover this area but are not available throughcontest.Implement contest tests
Add the following tests to tests/contest.
These tests are skipped when running with youki, as the required functionality is not fully implemented yet.