-
Notifications
You must be signed in to change notification settings - Fork 374
test: supplement test cases for kata-check and kata-env in Arm64 #403
Comments
Hi @Pennyzct - I'm not totally sure I understand what you are saying. I've never seen that If you could raise PRs that would be great 😄 |
Hi~ @jodh-intel Sorry for the ambiguous, I was saying I will create arm64-specific test case for it.😜 |
There were missing test cases in Arm64 for platform-dependent kata-check and kata-env, leading to 'make test' failure under kata-containers/runtime Fixes: kata-containers#403 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
There were missing test cases in Arm64 for platform-dependent kata-check and kata-env, leading to 'make test' failure under kata-containers/runtime Fixes: kata-containers#403 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
There were missing test cases in Arm64 for platform-dependent kata-check and kata-env, leading to 'make test' failure under kata-containers/runtime Fixes: kata-containers#403 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
Heh, just a note - I happen to be seeing the:
error when running |
Hi~ @grahamwhaley same err still occurred in arm64, and it seems that only unit tests under |
In case of ipvlan plugin, the default route has an empty gateway. Set this to default gateway value before adding this route with netlink. Fixes kata-containers#403 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
monitor_address may be committed to repo by accident Fixes: kata-containers#403 Signed-off-by: bin liu <bin@hyper.sh>
Description of problem
There were missing test cases in Arm64 for platform-dependent kata-check and kata-env, leading to 'make test' failure under kata-containers/runtime. there are some issues to declare:
func
getCPUDetails()
is platform-dependent, maybe we should relocate it in relevantkata-check_arch_test.go
.The way to extract
vendor and model
info is sort of different in Arm64, generic set-up for test data weren't suitable for us.relevant pull requests will be online asap.
Furthermore, although all test suites under
cli
have been passed, there were errors like this:It occurred both in x86_64 and arm64, is something we need to neglect😥?
@jodh-intel @bergwolf @Weichen81
The text was updated successfully, but these errors were encountered: