tests: update error message with guest pulling image timeout

update error message with guest pulling image timeout.

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
This commit is contained in:
ChengyuZhu6 2024-08-16 20:26:31 +08:00
parent ca05aca548
commit 1eda6b7237

View File

@ -171,7 +171,7 @@ setup() {
# The pod should be failed because the default timeout of CreateContainerRequest is 60s
assert_pod_fail "$pod_config"
assert_logs_contain "$node" kata "$node_start_time" \
'context deadline exceeded'
'CreateContainerRequest timed out'
}
@test "Test we can pull a large image inside the guest with large createcontainer timeout" {