Skip to content

Commit

Permalink
Update kubeclient test to new k8s cfg dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Tie committed Jan 12, 2018
1 parent 8e611cc commit 526ff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmtfn/k8splugin/kubeClient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
testPodURL = "/api/v1/namespaces/default/pods/test-pod"
svcWatchURL = "/api/v1/watch/services"
epWatchURL = "/api/v1/watch/endpoints"
contivKubeCfgDir = "/opt/contiv/config"
contivKubeCfgDir = "/var/contiv/config"
testCfgFile = "/tmp/certs/contiv.json"
testServerURL = "0.0.0.0:443"
testSvcPort = 4639
Expand Down

0 comments on commit 526ff12

Please sign in to comment.