Statistics
| Branch: | Tag: | Revision:

root / test / hs / shelltests / htools-single-group.test @ a93e5814

History | View | Annotate | Download (1 kB)

1 83846468 Iustin Pop
# standard single-group tests
2 83846468 Iustin Pop
./test/hs/hinfo -v -v -p --print-instances -t$T/simu-onegroup.standard
3 83846468 Iustin Pop
>>>= 0
4 83846468 Iustin Pop
5 83846468 Iustin Pop
./test/hs/hbal  -v -v -p --print-instances -t$T/simu-onegroup.standard
6 83846468 Iustin Pop
>>>= 0
7 83846468 Iustin Pop
8 83846468 Iustin Pop
# hbal should not be able to balance
9 83846468 Iustin Pop
./test/hs/hbal -t$T/simu-onegroup.standard
10 83846468 Iustin Pop
>>> /(Nothing to do, exiting|No solution found)/
11 83846468 Iustin Pop
>>>= 0
12 83846468 Iustin Pop
13 83846468 Iustin Pop
14 83846468 Iustin Pop
# tiered single-group tests
15 83846468 Iustin Pop
./test/hs/hinfo -v -v -p --print-instances -t$T/simu-onegroup.tiered
16 83846468 Iustin Pop
>>>= 0
17 83846468 Iustin Pop
18 83846468 Iustin Pop
./test/hs/hbal  -v -v -p --print-instances -t$T/simu-onegroup.tiered
19 83846468 Iustin Pop
>>>= 0
20 83846468 Iustin Pop
21 83846468 Iustin Pop
# hbal should not be able to balance
22 83846468 Iustin Pop
./test/hs/hbal -t$T/simu-onegroup.tiered
23 83846468 Iustin Pop
>>> /(Nothing to do, exiting|No solution found)/
24 83846468 Iustin Pop
>>>= 0
25 83846468 Iustin Pop
26 83846468 Iustin Pop
# hcheck should not find reason to rebalance
27 83846468 Iustin Pop
./test/hs/hcheck -t$T/simu-onegroup.tiered --machine-readable
28 83846468 Iustin Pop
>>> /HCHECK_INIT_CLUSTER_NEED_REBALANCE=0/
29 83846468 Iustin Pop
>>>= 0
30 83846468 Iustin Pop
31 83846468 Iustin Pop
# hroller should be able to print the solution
32 30dd3377 Klaus Aehlig
./test/hs/hroller -t$T/simu-onegroup.tiered
33 83846468 Iustin Pop
>>>= 0
34 83846468 Iustin Pop
35 83846468 Iustin Pop
# hroller should be able to print the solution, in verbose mode as well
36 30dd3377 Klaus Aehlig
./test/hs/hroller -t$T/simu-onegroup.tiered -v -v
37 83846468 Iustin Pop
>>>= 0