Revision 637ce7f9 lib/hypervisor/hv_fake.py
b/lib/hypervisor/hv_fake.py | ||
---|---|---|
203 | 203 |
|
204 | 204 |
return result |
205 | 205 |
|
206 |
@staticmethod
|
|
207 |
def GetShellCommandForConsole(instance): |
|
206 |
@classmethod
|
|
207 |
def GetShellCommandForConsole(cls, instance):
|
|
208 | 208 |
"""Return a command for connecting to the console of an instance. |
209 | 209 |
|
210 | 210 |
""" |
Also available in: Unified diff