dnscontrol/commands/test_data
Tom Limoncelli 35d47d86e7
get-zones "js" format should generate petty DSP variable (#1630)
* Improve get-zones "js" format.

New:

```
$ dnscontrol get-zone --format js providercredkey - stackoverflow.co.il
var DSP_PROVIDERCREDKEY = NewDnsProvider("providercredkey");
var REG_CHANGEME = NewRegistrar("none");
D("stackoverflow.co.il", REG_CHANGEME,
	DnsProvider(DSP_PROVIDERCREDKEY),
	DefaultTTL(14400),
	A('www', '165.160.15.20'),
	...
	...
	...
	...
	//NAMESERVER('dns1.cscdns.net.'),
	//NAMESERVER('dns2.cscdns.net.')
)
```

* Update test data
2022-07-19 11:21:37 -04:00
..
bind-creds.json Fix failing test 2020-06-19 17:15:26 -04:00
example.org.zone get-zones output should work as input into preview (#688) 2020-03-10 11:32:47 -04:00
example.org.zone.js get-zones "js" format should generate petty DSP variable (#1630) 2022-07-19 11:21:37 -04:00
example.org.zone.tsv get-zones output should work as input into preview (#688) 2020-03-10 11:32:47 -04:00
example.org.zone.zone get-zones output should work as input into preview (#688) 2020-03-10 11:32:47 -04:00
simple.com.zone get-zones output should work as input into preview (#688) 2020-03-10 11:32:47 -04:00
simple.com.zone.js get-zones "js" format should generate petty DSP variable (#1630) 2022-07-19 11:21:37 -04:00
simple.com.zone.tsv get-zones output should work as input into preview (#688) 2020-03-10 11:32:47 -04:00
simple.com.zone.zone get-zones output should work as input into preview (#688) 2020-03-10 11:32:47 -04:00