mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +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:
|
||||
domain: two
|
||||
contact: jane
|
||||
shop_john:
|
||||
domain: shop
|
||||
contact: john
|
||||
type: AdminDomainContact
|
||||
|
||||
airport_john:
|
||||
domain: airport
|
||||
contact: john
|
||||
type: AdminDomainContact
|
||||
|
||||
library_john:
|
||||
domain: library
|
||||
contact: john
|
||||
type: AdminDomainContact
|
||||
|
|
9
test/fixtures/domains.yml
vendored
9
test/fixtures/domains.yml
vendored
|
@ -1,20 +1,29 @@
|
|||
shop:
|
||||
name: shop.test
|
||||
name_dirty: shop.test
|
||||
registrar: bestnames
|
||||
registrant: john
|
||||
auth_info: 65078d5
|
||||
valid_to: 2010-07-05
|
||||
period: 1
|
||||
period_unit: m
|
||||
|
||||
airport:
|
||||
name: airport.test
|
||||
name_dirty: airport.test
|
||||
registrar: bestnames
|
||||
registrant: john
|
||||
auth_info: 55438j5
|
||||
valid_to: 2010-07-05
|
||||
period: 1
|
||||
period_unit: m
|
||||
|
||||
library:
|
||||
name: library.test
|
||||
name_dirty: library.test
|
||||
registrar: bestnames
|
||||
registrant: acme_ltd
|
||||
auth_info: 45118f5
|
||||
valid_to: 2010-07-05
|
||||
period: 1
|
||||
period_unit: m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue