cfme.test_framework.sprout.client module¶
-
class
cfme.test_framework.sprout.client.APIMethodCall(client, method_name)[source]¶ Bases:
object-
__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.
-
-
class
cfme.test_framework.sprout.client.SproutClient(proto='http', host='localhost', port=8000, entry='appliances/api', auth=None)[source]¶ Bases:
object-
__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.
-
api_entry¶
-
-
exception
cfme.test_framework.sprout.client.SproutException[source]¶ Bases:
exceptions.Exception