mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
* Add export tool to https://peeringdb.com/cp/peeringdb_server #586 * IX-F importer fails on nulled ipv4 / ipv6 properties in vlan_list entries #1244 * Adding a POC must require an email address or phone number #1044 * Selenium tests * ping django-peeringdb and rdap and poetry relock * linting * linting * remove selenium tests cruft * comment out django-peeringdb and search data mounts * regen docs
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"url": "http://localhost:8000",
|
|
"accounts":{
|
|
"verified": {
|
|
"username": "verified",
|
|
"password": "Verified@123"
|
|
},
|
|
"unverified": {
|
|
"username": "unverified",
|
|
"password": "Unverified@123"
|
|
}
|
|
},
|
|
"test_submit_exchange": {
|
|
"org_id": 1,
|
|
"name": "Test IX",
|
|
"prefix": "206.41.111.0/24"
|
|
},
|
|
"test_edit_exchange": {
|
|
"org_id": 1,
|
|
"old_name": "Test IX Edit",
|
|
"name": "Test IX Editing",
|
|
"website": "http://www.testixediting.com",
|
|
"email": "tech@testixediting.com"
|
|
},
|
|
"test_delete_exchange": {
|
|
"org_id": 1,
|
|
"name": "Test IX",
|
|
"prefix": "206.41.111.0/24"
|
|
},
|
|
"test_search_exchange": {
|
|
"name": "TEST"
|
|
},
|
|
"test_search_network": {
|
|
"name": "TEST-NET"
|
|
},
|
|
"test_search_facility": {
|
|
"name": "Test Facility"
|
|
},
|
|
"test_search_organization": {
|
|
"name": "Test"
|
|
},
|
|
"test_add_api_key": {
|
|
"description": "test"
|
|
},
|
|
"test_delete_api_key": {
|
|
"description": "test"
|
|
},
|
|
"test_change_password": {
|
|
"password": "Verified@test"
|
|
}
|
|
}
|