Control Steps ============= All steps can be imported directly from the ``ppc_robot_lib.steps.control`` module. .. autoclass:: ppc_robot_lib.steps.control.delete_table.DeleteTableStep Context Manipulation -------------------- Each :py:class:`ppc_robot_lib.work_set.WorkSet` has an associated context dictionary. This dictionary can be used by functions and steps that has access to the work set. Context can be changed using the following steps: .. autoclass:: ppc_robot_lib.steps.control.context_clear.ContextClearStep .. autoclass:: ppc_robot_lib.steps.control.context_update.ContextUpdateStep Client Account Loops -------------------- Loops over the list of accounts specified by a selector. Suitable for MCC reports. .. autoclass:: ppc_robot_lib.steps.control.for_each_client_union.ForEachClientUnionStep