python-tuf/tests/repository_data/map.json
Vladimir Diaz 28421ae2df
Add map.json (needed for testing TAP 4 behavior)
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-12-08 16:26:44 -05:00

17 lines
376 B
JSON

{
"repositories": {
"test_repository": ["http://localhost:8001"],
"test_repositiory2": ["http://localhost:8002"]
},
"mapping": [
{
"paths": ["*django*"],
"repositories": ["test_repository", "test_repository2"],
"terminating": false,
},
{
"paths": ["*"],
"repositories": ["test_repository2"]
}
]
}