Revision 76f59a32 qa/qa_instance.py
b/qa/qa_instance.py | ||
---|---|---|
142 | 142 |
AssertEqual(StartSSH(master['primary'], |
143 | 143 |
utils.ShellQuoteArgs(cmd)).wait(), 0) |
144 | 144 |
|
145 |
# ... and back |
|
146 |
cmd = ['gnt-instance', 'failover', '--force', instance['name']] |
|
147 |
AssertEqual(StartSSH(master['primary'], |
|
148 |
utils.ShellQuoteArgs(cmd)).wait(), 0) |
|
149 |
|
|
145 | 150 |
|
146 | 151 |
@qa_utils.DefineHook('instance-info') |
147 | 152 |
def TestInstanceInfo(instance): |
Also available in: Unified diff