Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Reduce length of log filenames #10213

Merged
merged 1 commit into from Feb 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/k8sT/Policies.go
Expand Up @@ -792,7 +792,7 @@ var _ = Describe("K8sPolicyTest", func() {
})
})

Context("Redirects traffic to proxy when no policy is applied with proxy-visibility annotation", func() {
Context("Traffic redirections to proxy", func() {

var (
// track which app1 pod we care about, and its corresponding
Expand Down
4 changes: 2 additions & 2 deletions test/runtime/Policies.go
Expand Up @@ -1542,7 +1542,7 @@ var _ = Describe("RuntimePolicies", func() {
})
})

Context("Test Policy Generation for Already-Allocated Identities", func() {
Context("Tests for Already-Allocated Identities", func() {
var (
newContainerName = fmt.Sprintf("%s-already-allocated-id", helpers.Httpd1)
)
Expand All @@ -1559,7 +1559,7 @@ var _ = Describe("RuntimePolicies", func() {
vm.ContainerRm(newContainerName)
})

It("Tests L4 Policy is Generated for Endpoint whose identity has already been allocated", func() {
It("Tests L4 policy is generated for endpoint with already-allocated identity", func() {
// Create a new container which has labels which have already been
// allocated an identity from the key-value store.
By("Creating new container with label id.httpd1, which has already " +
Expand Down