You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/common/runtime.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ while true; do sleep 1; done
189
189
190
190
/*
191
191
Release: v1.15
192
-
Name: Container Runtime, TerminationMessagePath, non-root user and non-default path
192
+
Testname: Container Runtime, TerminationMessagePath, non-root user and non-default path
193
193
Description: Create a pod with a container to run it as a non-root user with a custom TerminationMessagePath set. Pod redirects the output to the provided path successfully. When the container is terminated, the termination message MUST match the expected output logged in the provided custom path.
194
194
[LinuxOnly]: Tagged LinuxOnly due to use of 'uid' and unable to mount files in Windows Containers.
195
195
*/
@@ -213,7 +213,7 @@ while true; do sleep 1; done
213
213
214
214
/*
215
215
Release: v1.15
216
-
Name: Container Runtime, TerminationMessage, from container's log output of failing container
216
+
Testname: Container Runtime, TerminationMessage, from container's log output of failing container
217
217
Description: Create a pod with an container. Container's output is recorded in log and container exits with an error. When container is terminated, termination message MUST match the expected output recorded from container's log.
218
218
[LinuxOnly]: Cannot mount files in Windows Containers.
219
219
*/
@@ -230,7 +230,7 @@ while true; do sleep 1; done
230
230
231
231
/*
232
232
Release: v1.15
233
-
Name: Container Runtime, TerminationMessage, from log output of succeeding container
233
+
Testname: Container Runtime, TerminationMessage, from log output of succeeding container
234
234
Description: Create a pod with an container. Container's output is recorded in log and container exits successfully without an error. When container is terminated, terminationMessage MUST have no content as container succeed.
235
235
[LinuxOnly]: Cannot mount files in Windows Containers.
236
236
*/
@@ -247,7 +247,7 @@ while true; do sleep 1; done
247
247
248
248
/*
249
249
Release: v1.15
250
-
Name: Container Runtime, TerminationMessage, from file of succeeding container
250
+
Testname: Container Runtime, TerminationMessage, from file of succeeding container
251
251
Description: Create a pod with an container. Container's output is recorded in a file and the container exits successfully without an error. When container is terminated, terminationMessage MUST match with the content from file.
252
252
[LinuxOnly]: Cannot mount files in Windows Containers.
0 commit comments