Merge branch 'stable-2.7' into stable-2.8
[ganeti-local] / test / py / ganeti-cli.test
1 # test the various gnt-commands for common options
2 $DAEMONS/ganeti-masterd --help
3 >>>/Usage:/
4 >>>2
5 >>>= 0
6 $DAEMONS/ganeti-masterd --version
7 >>>/^ganeti-/
8 >>>2
9 >>>= 0
10
11 $DAEMONS/ganeti-noded --help
12 >>>/Usage:/
13 >>>2
14 >>>= 0
15 $DAEMONS/ganeti-noded --version
16 >>>/^ganeti-/
17 >>>2
18 >>>= 0
19
20 $DAEMONS/ganeti-rapi --help
21 >>>/Usage:/
22 >>>2
23 >>>= 0
24 $DAEMONS/ganeti-rapi --version
25 >>>/^ganeti-/
26 >>>2
27 >>>= 0
28
29 $DAEMONS/ganeti-watcher --help
30 >>>/Usage:/
31 >>>2
32 >>>= 0
33 $DAEMONS/ganeti-watcher --version
34 >>>/^ganeti-/
35 >>>2
36 >>>= 0