kata-containers / tests

Kata Containers tests, CI, and metrics
https://katacontainers.io/
Apache License 2.0
139 stars 196 forks source link

CC | Test for parameters that controls the launch of containers #5688

Open Xynnn007 opened 1 year ago

Xynnn007 commented 1 year ago

https://github.com/kata-containers/kata-containers/pull/6707 made it possible to change the policy.json, auth file and sigstore config file to be used inside the confidential VM via kernel commandline.

We need related CI tests for this, which aims to

  1. Use different KBS URI of policy.json and/or the other two settings and check if the launch process is expected

To achieve this, we need to configure the resources in KBS ahead of time.

cc @stevenhorsman