Skip to content
Snippets Groups Projects
Commit a1cd2ecf authored by Bernardo Dal Seno's avatar Bernardo Dal Seno
Browse files

Fixed doclint warning


Two blank lines are needed between functions.

Signed-off-by: default avatarBernardo Dal Seno <bdalseno@google.com>
Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
parent 83180411
No related branches found
No related tags found
No related merge requests found
......@@ -453,6 +453,7 @@ def _AssertRecreateDisks(cmdargs, instance, fail=False, check=True,
AssertCommand(["gnt-instance", "activate-disks", instance["name"]])
AssertCommand(["gnt-instance", "deactivate-disks", instance["name"]])
@InstanceCheck(INST_UP, INST_UP, FIRST_ARG)
def TestRecreateDisks(instance, pnode, snode, othernodes):
"""gnt-instance recreate-disks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment