Skip to content

Commit 0a38cce

Browse files
Use debug logging for fv tests
1 parent f52ee7d commit 0a38cce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fv/fv_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ var _ = Describe("kube-controllers FV tests", func() {
649649
})
650650

651651
Describe("Pod FV tests", func() {
652-
It("should not overwrite a workload endpoints container ID", func() {
652+
It("should not overwrite a workload endpoint's container ID", func() {
653653
// Create a Pod
654654
podName := "testpod"
655655
podNamespace := "default"

tests/testutils/policy_controller_utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func RunPolicyController(etcdIP, kconfigfile string) *containers.Container {
2929
"--privileged",
3030
"-e", fmt.Sprintf("ETCD_ENDPOINTS=http://%s:2379", etcdIP),
3131
"-e", "ENABLED_CONTROLLERS=workloadendpoint,namespace,policy,node,serviceaccount",
32-
"-e", "LOG_LEVEL=info",
32+
"-e", "LOG_LEVEL=debug",
3333
"-e", fmt.Sprintf("KUBECONFIG=%s", kconfigfile),
3434
"-e", "RECONCILER_PERIOD=10s",
3535
"-e", "ALPHA_FEATURES=serviceaccounts",

0 commit comments

Comments
 (0)