~juju-qa/juju-ci-tools/trunk

« back to all changes in this revision

Viewing changes to perfscale_controller_stress.py

Perfscale tests are now passed pprof objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
__metaclass__ = type
30
30
 
31
31
 
32
 
def assess_controller_stress(client, args):
 
32
def assess_controller_stress(client, pprof_collector, args):
33
33
    """Deploy observable-swarm charm many times to stress test controller
34
34
    machines.
35
35
    """