python-tuf/tests/repository_data/map.json
Vladimir Diaz 60912e2280
Tweak map file to improve test coverage
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-12-08 16:32:49 -05:00

33 lines
449 B
JSON

{
"mapping": [
{
"paths": [
"*1.txt"
],
"repositories": [
"test_repository1",
"test_repository2"
],
"terminating": false,
"threshold": 1
},
{
"paths": [
"*3.txt"
],
"repositories": [
"test_repository2"
],
"terminating": true,
"threshold": 1
}
],
"repositories": {
"test_repository1": [
"http://localhost:30001"
],
"test_repository2": [
"http://localhost:30002"
]
}
}