示例#1
0
 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()
示例#2
0
 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()
示例#3
0
 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()