Skip to content

Commit 0262b2d

Browse files
committed
Updating workload call to reflect ccm changes
1 parent 9a9455c commit 0262b2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ def use_cluster(cluster_name, nodes, ipformat=None, start=True, workloads=[]):
267267
if start:
268268
if(len(workloads) > 0):
269269
for node in CCM_CLUSTER.nodes.values():
270-
node.set_workloads(workloads)
270+
for workload in workloads:
271+
node.set_workload(workload)
271272
log.debug("Starting CCM cluster: {0}".format(cluster_name))
272273
CCM_CLUSTER.start(wait_for_binary_proto=True, wait_other_notice=True, jvm_args=jvm_args)
273274
#Added to wait for slow nodes to start up

0 commit comments

Comments
 (0)