Dan Mihai
Dan Mihai
Use the kata-agent-ctl tool to stress the Agent APIs, trying to expose possible: - Resource leaks - Deadlocks - Data corruptions - Etc.
Use the kata-agent-ctl tool to test the UpdateRoutes API.
Use the kata-agent-ctl tool to test the UpdateInterface API.
Use the kata-agent-ctl tool to test Policy with simulated attacks from the Host to the Guest (mostly relevant for the CoCo security model).
Use the kata-agent-ctl tool to test the SetPolicy API.
Add ability to test the SetPolicy API using kata-agent-ctl.
Use the kata-agent-ctl tool to test the error paths of the CopyFile API. CopyFile is particularly difficult to test without kata-agent-ctl because it gets used just when shared_fs != none...
Use the kata-agent-ctl tool to test the CopyFile API.
The inputs to CopyFile are unusual for example because one of its fields is a byte array but contains a string. Too many field values are required as input for...
Too many field values are required as input for kata-agent-ctl’s CreateContainer request. Perhaps we can use a template with default values for each Agent API and use those default values...