Steve Horsman
Steve Horsman
> @stevenhorsman @liudalibj I modified the condition for the second and third tests in k8s-guest-pull-image.bats, so that they would pass. We can revert it if we use containerd 2.0 with...
> @fitzthum a simple integration test for aa is added as your suggestion in the latest patch. @stevenhorsman Hey @LindaYu17, thanks for adding this, but I think we need to...
I've done a little bit of work on trying to get the testing more inline with the `main` branch and what I'd expect from it and put it in https://github.com/kata-containers/kata-containers/compare/main...stevenhorsman:kata-containers:initial-aa-test?expand=1...
FYI - I've rebased this branch on `main` and cherry-picked the commits from #9137 into it, so now we can test the code (and the tests)
The SEV and SNP tests are failing on policy test, so not getting as far as the new tests, the non-TEE test (that doesn't run the policy test) does run...
> cdh listens on an unix socket. api-server-rest listens on an http socket (and itself connects to cdh's and aa's unix sockets) > > so if you do curl http://127.0.0.1:8006/cdh...
> Is api-server-rest actually being spawned by kata in this setup? in peerpods it's managed by a service unit. If not maybe you can do it with an init-container and...
Hey Wainer, thanks for bring this up. The reason I added this test was to try and provide a test for the issue we had when the tomlq deploy change...
@karmab - this PR seems to fix the issue for me locally, but I'm not sure if the fact that I hard-coded the Kubernetes verison (1.29) in the install is...