Update the runtime tests

This commit is contained in:
Matt Keeler 2018-06-19 13:59:26 -04:00
parent 8216816e3f
commit 7f7c703118
1 changed files with 2 additions and 0 deletions

View File

@ -3371,6 +3371,7 @@ func TestFullConfig(t *testing.T) {
DNSRecursors: []string{"63.38.39.58", "92.49.18.18"}, DNSRecursors: []string{"63.38.39.58", "92.49.18.18"},
DNSServiceTTL: map[string]time.Duration{"*": 32030 * time.Second}, DNSServiceTTL: map[string]time.Duration{"*": 32030 * time.Second},
DNSUDPAnswerLimit: 29909, DNSUDPAnswerLimit: 29909,
DNSNodeMetaTXT: true,
DataDir: dataDir, DataDir: dataDir,
Datacenter: "rzo029wg", Datacenter: "rzo029wg",
DevMode: true, DevMode: true,
@ -4043,6 +4044,7 @@ func TestSanitize(t *testing.T) {
"DNSDomain": "", "DNSDomain": "",
"DNSEnableTruncate": false, "DNSEnableTruncate": false,
"DNSMaxStale": "0s", "DNSMaxStale": "0s",
"DNSNodeMetaTXT": false,
"DNSNodeTTL": "0s", "DNSNodeTTL": "0s",
"DNSOnlyPassing": false, "DNSOnlyPassing": false,
"DNSPort": 0, "DNSPort": 0,