Statistics
| Branch: | Tag: | Revision:

root / test / htools-text-backend.test @ 53d4cdf1

History | View | Annotate | Download (830 Bytes)

1
# missing resources test
2
./test/hbal -t $TESTDATA_DIR/missing-resources.data
3
>>>2 /node node2 is missing .* ram and .* disk/
4
>>>= 0
5
./test/hinfo -t $TESTDATA_DIR/missing-resources.data
6
>>>2 /node node2 is missing .* ram and .* disk/
7
>>>= 0
8

    
9

    
10
# common suffix test
11
./test/hbal -t $TESTDATA_DIR/common-suffix.data -v -v
12
>>>/Stripping common suffix of '\.example\.com' from names/
13
>>>= 0
14
./test/hinfo -t $TESTDATA_DIR/common-suffix.data -v -v
15
>>>/Stripping common suffix of '\.example\.com' from names/
16
>>>= 0
17

    
18

    
19
# invalid node test
20
./test/hbal -t $TESTDATA_DIR/invalid-node.data
21
>>>2 /Unknown node '.*' for instance new-0/
22
>>>= !0
23

    
24
./test/hspace -t $TESTDATA_DIR/invalid-node.data
25
>>>2 /Unknown node '.*' for instance new-0/
26
>>>= !0
27

    
28
./test/hinfo -t $TESTDATA_DIR/invalid-node.data
29
>>>2 /Unknown node '.*' for instance new-0/
30
>>>= !0