gc: add a unit test

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2022-03-24 17:52:39 +00:00
committed by Ramkumar Chinchani
parent be910cf01c
commit b2a4388522
4 changed files with 204 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"distSpecVersion": "1.0.1",
"storage": {
"rootDirectory": "/tmp/zot"
},
"http": {
"address": "127.0.0.1",
"port": "8080",
"ReadOnly": false
},
"log": {
"level": "debug",
"output": "/dev/null"
}
}