Skip to content

Commit

Permalink
testutil: support ACLMasterToken, ACLDatacenter and ACLDefaultPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
gogolok committed Jun 11, 2015
1 parent 5aa9045 commit db18eb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testutil/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ type TestServerConfig struct {
Bind string `json:"bind_addr,omitempty"`
Addresses *TestAddressConfig `json:"addresses,omitempty"`
Ports *TestPortConfig `json:"ports,omitempty"`
ACLMasterToken string `json:"acl_master_token,omitempty"`
ACLDatacenter string `json:"acl_datacenter,omitempty"`
ACLDefaultPolicy string `json:"acl_default_policy,omitempty"`
Stdout, Stderr io.Writer `json:"-"`
}

Expand Down

0 comments on commit db18eb9

Please sign in to comment.