mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 03:24:15 +00:00
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:
parent
ca05aca548
commit
1eda6b7237
@ -171,7 +171,7 @@ setup() {
|
|||||||
# The pod should be failed because the default timeout of CreateContainerRequest is 60s
|
# The pod should be failed because the default timeout of CreateContainerRequest is 60s
|
||||||
assert_pod_fail "$pod_config"
|
assert_pod_fail "$pod_config"
|
||||||
assert_logs_contain "$node" kata "$node_start_time" \
|
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" {
|
@test "Test we can pull a large image inside the guest with large createcontainer timeout" {
|
||||||
|
Loading…
Reference in New Issue
Block a user