This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
CCv0 | kata-remote | Issues with running conformance on kata-remote runtime class #5779
Labels
question
Requires an answer
I am trying to run the e2e conformance tests as part of my setup on the kata-remote runtime class. I seem to notice that the YAML files for the test pods are very different to those generated for the kata or the kata-cc runtime class. I understand that these differences may arise due to parameters in the
configuration-remote.toml
differing from that of the configurations for kata and kata-cc which gives rise to the question on whether the tests are even supported on kata-remote.To compare the 2 configuration files -
I seem to notice that the same set of tests which pass for kata-cc and kata runtime class fail out with the kata-remote runtime class.
I am not able to pinpoint what in the configuration is giving rise to this difference. An example of a test that is failing on kata remote but passing on kata/kata-cc is the
should function for intra-pod communication: udp
test.Some interesting differences that I observed in the YAMLs for the test pods generated in kata and kata-remote are given below:
I don't quite understand what parameters lead to the introduction of these new annotations which makes the behaviour of the test so different. Why are these parameters different between kata/kata-cc and kata-remote. What is the impact of setting these to be the same.
The text was updated successfully, but these errors were encountered: