From a889c536c981e8c30c337ee0f0eff201a4ba8349 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 29 Sep 2010 17:34:51 +0200
Subject: [PATCH] RAPI QA: Override MAC address when moving instance

This will make this test work again.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 qa/qa_rapi.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py
index 7e87ad2d1..5f679567b 100644
--- a/qa/qa_rapi.py
+++ b/qa/qa_rapi.py
@@ -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"],
-- 
GitLab