MCPcopy Create free account
hub / github.com/ceph/ceph / begin

Method begin

qa/tasks/s3tests_java.py:86–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 self.install_required_packages(client)
85
86 def begin(self):
87 super(S3tests_java, self).begin()
88 log.debug('S3 Tests Java: BEGIN')
89 for (host, roles) in self.ctx.cluster.remotes.items():
90 log.debug(
91 'S3 Tests Java: Cluster config is: {cfg}'.format(cfg=roles))
92 log.debug('S3 Tests Java: Host is: {host}'.format(host=host))
93 self.create_users()
94 self.run_tests()
95
96 def end(self):
97 super(S3tests_java, self).end()

Callers

nothing calls this directly

Calls 5

create_usersMethod · 0.95
run_testsMethod · 0.95
debugMethod · 0.45
itemsMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected