Revision 80ae381e test/hs/Test/Ganeti/Common.hs

b/test/hs/Test/Ganeti/Common.hs
135 135
    resCmdTest (formatCommands personalities)
136 136
  where resCmdTest :: [String]
137 137
        resCmdTest =
138
          [ " hail    - Ganeti IAllocator plugin that implements the instance\
138
          [ " hail     - Ganeti IAllocator plugin that implements the instance\
139 139
            \ placement and"
140
          , "           movement using the same algorithm as hbal(1)"
141
          , " harep   - auto-repair tool that detects certain kind of problems\
142
            \ with instances"
143
          , "           and applies the allowed set of solutions"
144
          , " hbal    - cluster balancer that looks at the current state of\
140
          , "            movement using the same algorithm as hbal(1)"
141
          , " harep    - auto-repair tool that detects certain kind of problems\
142
            \ with"
143
          , "            instances and applies the allowed set of solutions"
144
          , " hbal     - cluster balancer that looks at the current state of\
145 145
            \ the cluster and"
146
          , "           computes a series of steps designed to bring the\
146
          , "            computes a series of steps designed to bring the\
147 147
            \ cluster into a"
148
          , "           better state"
149
          , " hcheck  - cluster checker; prints information about cluster's\
150
            \ health and checks"
151
          , "           whether a rebalance done using hbal would help"
152
          , " hinfo   - cluster information printer; it prints information\
148
          , "            better state"
149
          , " hcheck   - cluster checker; prints information about cluster's\
150
            \ health and"
151
          , "            checks whether a rebalance done using hbal would help"
152
          , " hinfo    - cluster information printer; it prints information\
153 153
            \ about the current"
154
          , "           cluster state and its residing nodes/instances"
155
          , " hroller - cluster rolling maintenance helper; it helps\
154
          , "            cluster state and its residing nodes/instances"
155
          , " hroller  - cluster rolling maintenance helper; it helps\
156 156
            \ scheduling node reboots"
157
          , "           in a manner that doesn't conflict with the instances'\
157
          , "            in a manner that doesn't conflict with the instances'\
158 158
            \ topology"
159
          , " hscan   - tool for scanning clusters via RAPI and saving their\
159
          , " hscan    - tool for scanning clusters via RAPI and saving their\
160 160
            \ data in the"
161
          , "           input format used by hbal(1) and hspace(1)"
162
          , " hspace  - computes how many additional instances can be fit on a\
163
            \ cluster, while"
164
          , "           maintaining N+1 status."
161
          , "            input format used by hbal(1) and hspace(1)"
162
          , " hspace   - computes how many additional instances can be fit on a\
163
            \ cluster,"
164
          , "            while maintaining N+1 status."
165
          , " hsqueeze - cluster dynamic power management;  it powers up and\
166
            \ down nodes to"
167
          , "            keep the amount of free online resources in a given\
168
            \ range"
165 169
          ]
166 170

  
167 171
testSuite "Common"

Also available in: Unified diff