From ec45b8c827db7440442a7c1a53d5e988fab47ff7 Mon Sep 17 00:00:00 2001 From: GregBestland Date: Fri, 3 Feb 2017 17:16:26 -0600 Subject: [PATCH] Adding binary port to bootstrap method --- tests/integration/long/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/long/utils.py b/tests/integration/long/utils.py index ab87172a..b7120ff4 100644 --- a/tests/integration/long/utils.py +++ b/tests/integration/long/utils.py @@ -107,6 +107,7 @@ def bootstrap(node, data_center=None, token=None): auto_bootstrap=False, thrift_interface=(IP_FORMAT % node, 9160), storage_interface=(IP_FORMAT % node, 7000), + binary_interface=(IP_FORMAT % node, 9042), jmx_port=str(7000 + 100 * node), remote_debug_port=0, initial_token=token if token else node * 10)