Added TM storage to test data

This commit is contained in:
Ralf Mellis 2024-06-26 17:00:52 +02:00
parent 9d79ebf423
commit 23ab349eaa

View File

@ -148,6 +148,11 @@ storages_dict = {
"realname": "DATA_Poole",
"download": float(1024**3),
"upload": float((1024**2) * 4)
},
"storage-tmp": {
"realname": "DATA_TMP",
"download": float(1024**2),
"upload": float((1024**2) * 2)
}
}