// Create and then terminate the container under defined PodPhase to verify if termination message matches the expected output. Lastly delete the created container.
It("should report termination message [LinuxOnly] if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance]",func(){
It("should report termination message [LinuxOnly] as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance]",func(){
It("should report termination message [LinuxOnly] from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance]",func(){
// Cannot mount files in Windows Containers.
container:=v1.Container{
Image:framework.BusyBoxImage,
Command:[]string{"/bin/sh","-c"},
Args:[]string{"/bin/echo -n OK > /dev/termination-log; /bin/echo DONE; /bin/true"},