AlwaysProbingPolicy

AlwaysProbingPolicy module

class DIRAC.ResourceStatusSystem.Policy.AlwaysProbingPolicy.AlwaysProbingPolicy

Bases: PolicyBase

The AlwaysProbingPolicy is a dummy module that can be used as example, it always returns Probing status.

__init__()

Constructor

evaluate()

Before use, call setCommand.

Invoking super(PolicyCLASS, self).evaluate will invoke the command (if necessary) as it is provided and returns the results.

setCommand(policyCommand)

Set self.command.

Params

commandIn: a command object