Include testname

This commit is contained in:
Jefftree
2020-03-06 12:57:01 -08:00
parent 34ad7d1984
commit 90cd496e72
2 changed files with 10 additions and 8 deletions

View File

@@ -189,7 +189,7 @@ while true; do sleep 1; done
/*
Release: v1.15
Name: Container Runtime, TerminationMessagePath, non-root user and non-default path
Testname: Container Runtime, TerminationMessagePath, non-root user and non-default path
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.
[LinuxOnly]: Tagged LinuxOnly due to use of 'uid' and unable to mount files in Windows Containers.
*/
@@ -213,7 +213,7 @@ while true; do sleep 1; done
/*
Release: v1.15
Name: Container Runtime, TerminationMessage, from container's log output of failing container
Testname: Container Runtime, TerminationMessage, from container's log output of failing container
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.
[LinuxOnly]: Cannot mount files in Windows Containers.
*/
@@ -230,7 +230,7 @@ while true; do sleep 1; done
/*
Release: v1.15
Name: Container Runtime, TerminationMessage, from log output of succeeding container
Testname: Container Runtime, TerminationMessage, from log output of succeeding container
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.
[LinuxOnly]: Cannot mount files in Windows Containers.
*/
@@ -247,7 +247,7 @@ while true; do sleep 1; done
/*
Release: v1.15
Name: Container Runtime, TerminationMessage, from file of succeeding container
Testname: Container Runtime, TerminationMessage, from file of succeeding container
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.
[LinuxOnly]: Cannot mount files in Windows Containers.
*/