summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src')
-rwxr-xr-xqpid/cpp/src/tests/ha_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_test.py b/qpid/cpp/src/tests/ha_test.py
index f09a4cd573..9adad45ed4 100755
--- a/qpid/cpp/src/tests/ha_test.py
+++ b/qpid/cpp/src/tests/ha_test.py
@@ -176,7 +176,7 @@ acl allow all all
except Exception, e:
raise Exception("Error in qpid_ha -b %s %s: %s"%(url, args,e))
- def promote(self): self.ready(); self.qpid_ha(["promote"])
+ def promote(self): self.ready(); self.qpid_ha(["promote", "--cluster-manager"])
def replicate(self, from_broker, queue): self.qpid_ha(["replicate", from_broker, queue])
@property
def agent(self):