File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ import (
1313
1414func TestDatabase (t * testing.T ) {
1515 var err error
16+ setkeys := []string {
17+ "/deis/store/gateway/host" ,
18+ "/deis/store/gateway/port" ,
19+ "/deis/store/gateway/accessKey" ,
20+ "/deis/store/gateway/secretKey" ,
21+ }
22+ setdir := []string {
23+ "/deis/store" ,
24+ }
1625 tag , etcdPort := utils .BuildTag (), utils .RandomPort ()
1726 cli , stdout , stdoutPipe := dockercli .NewClient ()
1827
Original file line number Diff line number Diff line change @@ -16,9 +16,14 @@ func TestRegistry(t *testing.T) {
1616 setkeys := []string {
1717 "/deis/cache/host" ,
1818 "/deis/cache/port" ,
19+ "/deis/store/gateway/host" ,
20+ "/deis/store/gateway/port" ,
21+ "/deis/store/gateway/accessKey" ,
22+ "/deis/store/gateway/secretKey" ,
1923 }
2024 setdir := []string {
2125 "/deis/cache" ,
26+ "/deis/store" ,
2227 }
2328 tag , etcdPort := utils .BuildTag (), utils .RandomPort ()
2429 etcdName := "deis-etcd-" + tag
Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ import (
1313func TestRouter (t * testing.T ) {
1414 var err error
1515 setkeys := []string {
16- "deis/controller/host" ,
16+ "/ deis/controller/host" ,
1717 "/deis/controller/port" ,
1818 "/deis/builder/host" ,
1919 "/deis/builder/port" ,
20+ "/deis/store/gateway/host" ,
21+ "/deis/store/gateway/port" ,
2022 }
2123 setdir := []string {
2224 "/deis/controller" ,
@@ -25,6 +27,7 @@ func TestRouter(t *testing.T) {
2527 "/deis/services" ,
2628 "/deis/builder" ,
2729 "/deis/domains" ,
30+ "/deis/store" ,
2831 }
2932 tag , etcdPort := utils .BuildTag (), utils .RandomPort ()
3033 etcdName := "deis-etcd-" + tag
You can’t perform that action at this time.
0 commit comments