It("pod should support shared volumes between containers",func(){
/*
Release : v1.15
Testname: EmptyDir, Shared volumes between containers
Description: A Pod created with an 'emptyDir' Volume, should share volumes between the containeres in the pod. The two busybox image containers shoud share the volumes mounted to the pod.
The main container shoud wait until the sub container drops a file, and main container acess the shared data.
*/
framework.ConformanceIt("pod should support shared volumes between containers",func(){