pulp_smash.pulp_smash_cli

Location: Pulp SmashAPI Documentationpulp_smash.pulp_smash_cli

The entry point for Pulp Smash’s command line interface.

class pulp_smash.pulp_smash_cli.PulpVersionType

Bases: click.types.ParamType

Define the possible values for a Pulp version string.

A Pulp version string is valid if it can be cast to a packaging.version.Version object, if it is at least 2, and if it is less than 4.

convert(value, param, ctx)

Convert a version string to a Version object.

name = 'Pulp version'
class pulp_smash.pulp_smash_cli.TaskTimeoutType

Bases: click.types.ParamType

Define the possible values for a Task timeout in seconds.

convert(value, param, ctx)

Verify if value is within a certain range.

name = 'Task timeout'