Merge pull request #47 from kloesing/singletable
[blockfinder.git] / test_data.py
blob6a0be72cbef3433a8b39c93fc9c4dc2369d0e181
1 #!/usr/bin/env python
3 def return_sub_apnic_del():
4 return [{'status': '+1000\n', 'cc': 'apnic', 'value': '19850701', 'start': '23486', 'registry': '2', 'date': '20110112', 'type': '20110113'}, {'cc': '*', 'value': '3986', 'start': '*', 'registry': 'apnic', 'date': 'summary\n', 'type': 'asn'}, {'cc': '*', 'value': '17947', 'start': '*', 'registry': 'apnic', 'date': 'summary\n', 'type': 'ipv4'}, {'cc': '*', 'value': '1553', 'start': '*', 'registry': 'apnic', 'date': 'summary\n', 'type': 'ipv6'}, {'status': 'allocated\n', 'cc': 'JP', 'value': '1', 'start': '173', 'registry': 'apnic', 'date': '20020801', 'type': 'asn'}, {'status': 'allocated\n', 'cc': 'NZ', 'value': '1', 'start': '681', 'registry': 'apnic', 'date': '20020801', 'type': 'asn'}, {'status': 'assigned\n', 'cc': 'MM', 'value': '8192', 'start': '203.81.64.0', 'registry': 'apnic', 'date': '20100504', 'type': 'ipv4'}, {'status': 'assigned\n', 'cc': 'MM', 'value': '4096', 'start': '203.81.160.0', 'registry': 'apnic', 'date': '20100122', 'type': 'ipv4'}, {'status': 'assigned\n', 'cc': 'KP', 'value': '1024', 'start': '175.45.176.0', 'registry': 'apnic', 'date': '20100122', 'type': 'ipv4'}, {'status': 'allocated\n', 'cc': 'JP', 'value': '35', 'start': '2001:200::', 'registry': 'apnic', 'date': '19990813', 'type': 'ipv6'}, {'status': 'allocated\n', 'cc': 'JP', 'value': '35', 'start': '2001:200:2000::', 'registry': 'apnic', 'date': '20030423', 'type': 'ipv6'}, {'status': 'allocated\n', 'cc': 'JP', 'value': '34', 'start': '2001:200:4000::', 'registry': 'apnic', 'date': '20030423', 'type': 'ipv6'}, {'status': 'allocated\n', 'cc': 'JP', 'value': '33', 'start': '2001:200:8000::', 'registry': 'apnic', 'date': '20030423', 'type': 'ipv6'}, {'status': 'assigned\n', 'cc': 'PL', 'value': '256', 'start': '193.9.25.0', 'registry': 'ripencc', 'date': '20090225', 'type': 'ipv4'}, {'status': 'assigned\n', 'cc': 'HU', 'value': '512', 'start': '193.9.26.0', 'registry': 'ripencc', 'date': '20081222', 'type': 'ipv4'}]