summaryrefslogtreecommitdiff
path: root/boot.ktest
blob: 5cb6e7e615d52f7cd216bb6fe240eeefd4c964e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

require-lib tests/prelude.sh

config-mem 2G
config-scratch-devs 4G
config-pmem-devs 4G
config-timeout 600000

main()
{
    exit 0
}