mirror of
https://github.com/internetee/registry.git
synced 2025-08-16 14:33:55 +02:00
parent
2185178162
commit
5716016192
3 changed files with 24 additions and 3 deletions
2
test/fixtures/dns/zones.yml
vendored
Normal file
2
test/fixtures/dns/zones.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
test:
|
||||||
|
origin: test
|
16
test/fixtures/domain_contacts.yml
vendored
16
test/fixtures/domain_contacts.yml
vendored
|
@ -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
|
||||||
|
|
9
test/fixtures/domains.yml
vendored
9
test/fixtures/domains.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue