Update fixtures

#660
This commit is contained in:
Artur Beljajev 2018-01-21 18:22:16 +02:00
parent 2185178162
commit 5716016192
3 changed files with 24 additions and 3 deletions

2
test/fixtures/dns/zones.yml vendored Normal file
View file

@ -0,0 +1,2 @@
test:
origin: test

View file

@ -1,4 +1,14 @@
two_jane: shop_john:
domain: two domain: shop
contact: jane contact: john
type: AdminDomainContact
airport_john:
domain: airport
contact: john
type: AdminDomainContact
library_john:
domain: library
contact: john
type: AdminDomainContact type: AdminDomainContact

View file

@ -1,20 +1,29 @@
shop: shop:
name: shop.test name: shop.test
name_dirty: shop.test
registrar: bestnames registrar: bestnames
registrant: john registrant: john
auth_info: 65078d5 auth_info: 65078d5
valid_to: 2010-07-05 valid_to: 2010-07-05
period: 1
period_unit: m
airport: airport:
name: airport.test name: airport.test
name_dirty: airport.test
registrar: bestnames registrar: bestnames
registrant: john registrant: john
auth_info: 55438j5 auth_info: 55438j5
valid_to: 2010-07-05 valid_to: 2010-07-05
period: 1
period_unit: m
library: library:
name: library.test name: library.test
name_dirty: library.test
registrar: bestnames registrar: bestnames
registrant: acme_ltd registrant: acme_ltd
auth_info: 45118f5 auth_info: 45118f5
valid_to: 2010-07-05 valid_to: 2010-07-05
period: 1
period_unit: m