Merge branch 'stable-2.6-esi' into stable-2.6-ippool-hotplug-esi
[ganeti-local] / test / htools-invalid.test
1 # invalid option test
2 ./test/hail --no-such-option
3 >>>= 2
4
5 # invalid option test
6 ./test/hbal --no-such-option
7 >>>= 2
8
9 # invalid option test
10 ./test/hspace --no-such-option
11 >>>= 2
12
13 # invalid option test
14 ./test/hscan --no-such-option
15 >>>= 2
16
17 # invalid option test
18 ./test/hinfo --no-such-option
19 >>>= 2
20
21 # invalid option test
22 ./test/hcheck --no-such-option
23 >>>= 2
24
25 # extra arguments
26 ./test/hspace unexpected-argument
27 >>>2
28 Error: this program doesn't take any arguments.
29 >>>=1
30
31 ./test/hbal unexpected-argument
32 >>>2
33 Error: this program doesn't take any arguments.
34 >>>=1
35
36 ./test/hinfo unexpected-argument
37 >>>2
38 Error: this program doesn't take any arguments.
39 >>>=1
40
41 ./test/hcheck unexpected-argument
42 >>>2
43 Error: this program doesn't take any arguments.
44 >>>=1