cfme.utils.appliance.services module

exception cfme.utils.appliance.services.SystemdException[source]

Bases: cfme.utils.appliance.plugin.AppliancePluginException

class cfme.utils.appliance.services.SystemdService(appliance, unit_name)[source]

Bases: cfme.utils.appliance.plugin.AppliancePlugin

__ge__(other)

Automatically created by attrs.

__gt__(other)

Automatically created by attrs.

__le__(other)

Automatically created by attrs.

__lt__(other)

Automatically created by attrs.

__ne__(other)

Check equality and either forward a NotImplemented or return the result negated.

__repr__()

Automatically created by attrs.

enable()[source]
restart()[source]
running
start()[source]
stop()[source]
wait_for_running(timeout=600)[source]