Add testvnd.sh test script
As part of this, change the "run" script to allow certain scripts to be run as root only. Change-Id: I846e41037f9d4f6c7fc0b5ea8250303a7bd72f5d
This commit is contained in:
4
test/run
4
test/run
@@ -23,13 +23,13 @@ badones= # list of tests that failed
|
||||
setuids="test11 test33 test43 test44 test46 test56 test60 test61 test65 \
|
||||
test69 test76 test77" # test73"
|
||||
# Scripts that require to be run as root
|
||||
rootscripts="testisofs"
|
||||
rootscripts="testisofs testvnd"
|
||||
|
||||
alltests="1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 \
|
||||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 \
|
||||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 \
|
||||
61 62 63 64 65 66 67 68 69 70 71 72 75 76 77 \
|
||||
sh1 sh2 interp mfs isofs"
|
||||
sh1 sh2 interp mfs isofs vnd"
|
||||
tests_no=`expr 0`
|
||||
|
||||
# test mmap only if enabled in sysenv
|
||||
|
||||
Reference in New Issue
Block a user