def load_and_append(self): password = self.test_config.bucket.password WorkloadGen(self.test_config.load_settings.items, self.master_node, self.test_config.buckets[0], password, small=False).run()
def load_and_append(self): _, password = self.cluster_spec.rest_credentials WorkloadGen(self.test_config.load_settings.items, self.master_node, self.test_config.buckets[0], password, small=False).run()
def load_and_append(self): password = self.test_config.bucket.password WorkloadGen(self.test_config.load_settings.items, self.master_node, self.test_config.buckets[0], password, collections=self.test_config.collection.collection_map).run()