Skip to content
Snippets Groups Projects
Commit a889c536 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

RAPI QA: Override MAC address when moving instance


This will make this test work again.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent a111ebde
No related branches found
No related tags found
No related merge requests found
......@@ -416,6 +416,7 @@ def TestInterClusterInstanceMove(src_instance, dest_instance, pnode, snode):
"--dest-instance-name=%s" % destname,
"--dest-primary-node=%s" % pnode["primary"],
"--dest-secondary-node=%s" % snode["primary"],
"--net=0:mac=%s" % constants.VALUE_GENERATE,
master["primary"],
master["primary"],
......
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