diagnostic.management.commands package

Submodules

diagnostic.management.commands.scale_bake module

Defines the command line method for running the Scale Bake job

class diagnostic.management.commands.scale_bake.Command(stdout=None, stderr=None, no_color=False)

Bases: django.core.management.base.BaseCommand

Command that executes the Scale Bake job

handle(*args, **options)

See django.core.management.base.BaseCommand.handle().

help = u'Sleeps for 15 minutes'

diagnostic.management.commands.scale_count module

Defines the command line method for running the Scale Count job

class diagnostic.management.commands.scale_count.Command(stdout=None, stderr=None, no_color=False)

Bases: django.core.management.base.BaseCommand

Command that executes the Scale Count job

handle(*args, **options)

See django.core.management.base.BaseCommand.handle().

help = u'Prints out number 0 through 99 for stdout, stderr and interleaved'

diagnostic.management.commands.scale_hello module

Defines the command line method for running the Scale Hello job

class diagnostic.management.commands.scale_hello.Command(stdout=None, stderr=None, no_color=False)

Bases: django.core.management.base.BaseCommand

Command that executes the Scale Hello job

handle(*args, **options)

See django.core.management.base.BaseCommand.handle().

help = u'Prints out "Hello Scale!"'

diagnostic.management.commands.scale_roulette module

Defines the command line method for running the Scale Roulette job

class diagnostic.management.commands.scale_roulette.Command(stdout=None, stderr=None, no_color=False)

Bases: django.core.management.base.BaseCommand

Command that executes the Scale Roulette job

handle(*args, **options)

See django.core.management.base.BaseCommand.handle().

help = u'Randomly succeeds or fails'

Module contents