mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Enhance test api to support test cases involved multiple containers
This commit is contained in:
@@ -451,7 +451,7 @@ var _ = Describe("Pods", func() {
|
||||
},
|
||||
}
|
||||
|
||||
testContainerOutput("service env", c, pod, []string{
|
||||
testContainerOutput("service env", c, pod, 0, []string{
|
||||
"FOOSERVICE_SERVICE_HOST=",
|
||||
"FOOSERVICE_SERVICE_PORT=",
|
||||
"FOOSERVICE_PORT=",
|
||||
|
Reference in New Issue
Block a user