17244: New debian10 testdata, add cpu.max and cpuinfo for others.
[arvados.git] / lib / crunchstat / crunchstat_test.go
index 1bd5933ac1b3cfc6e973f27c9b5b492340a2ff5e..415c58a53388fd9fb68e62885a4b78ad7ef09db7 100644 (file)
@@ -44,6 +44,7 @@ func (s testdatasource) FS() fs.FS {
 //
 //     arvados-server crunchstat -dump ./testdata/example1234 sleep 2
 var testdata = map[string]testdatasource{
+       "debian10":   {fspath: "testdata/debian10", pid: 3288},
        "debian11":   {fspath: "testdata/debian11", pid: 4153022},
        "debian12":   {fspath: "testdata/debian12", pid: 1115883},
        "ubuntu1804": {fspath: "testdata/ubuntu1804", pid: 2523},