Statistics
| Branch: | Tag: | Revision:

root / htest / shelltests / htools-hspace.test @ cefd4a4a

History | View | Annotate | Download (354 Bytes)

1 53d4cdf1 Iustin Pop
# test that hspace machine readable output looks correct
2 189b51fa Iustin Pop
./htest/hspace --simu p,4,8T,64g,16 --machine-readable --disk-template drbd -l 8
3 53d4cdf1 Iustin Pop
>>> /^HTS_OK=1/
4 53d4cdf1 Iustin Pop
>>>= 0
5 53d4cdf1 Iustin Pop
6 53d4cdf1 Iustin Pop
# test again via a file and shell parsing
7 189b51fa Iustin Pop
./htest/hspace --simu p,4,8T,64g,16 --machine-readable --disk-template drbd -l 8 > $T/capacity && sh -c ". $T/capacity && test x\$HTS_OK = x1"
8 53d4cdf1 Iustin Pop
>>>= 0