Skip to content

Commit

Permalink
Use debug logging for fv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Apr 2, 2018
1 parent f52ee7d commit 0a38cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fv/fv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ var _ = Describe("kube-controllers FV tests", func() {
})

Describe("Pod FV tests", func() {
It("should not overwrite a workload endpoints container ID", func() {
It("should not overwrite a workload endpoint's container ID", func() {
// Create a Pod
podName := "testpod"
podNamespace := "default"
Expand Down
2 changes: 1 addition & 1 deletion tests/testutils/policy_controller_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func RunPolicyController(etcdIP, kconfigfile string) *containers.Container {
"--privileged",
"-e", fmt.Sprintf("ETCD_ENDPOINTS=http://%s:2379", etcdIP),
"-e", "ENABLED_CONTROLLERS=workloadendpoint,namespace,policy,node,serviceaccount",
"-e", "LOG_LEVEL=info",
"-e", "LOG_LEVEL=debug",
"-e", fmt.Sprintf("KUBECONFIG=%s", kconfigfile),
"-e", "RECONCILER_PERIOD=10s",
"-e", "ALPHA_FEATURES=serviceaccounts",
Expand Down

0 comments on commit 0a38cce

Please sign in to comment.