python-tuf/tests/repository_data/map.json
Vladimir Diaz ade2b777fe
Modify repository names in map.json
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
2017-12-08 16:31:53 -05:00

33 lines
444 B
JSON

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