cfme.modeling.tests.test_collections module

class cfme.modeling.tests.test_collections.DummyApplianceWithCollection(version=Version('5.8.0'))[source]

Bases: cfme.utils.appliance.DummyAppliance

__eq__(other)

Automatically created by attrs.

__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)

Automatically created by attrs.

__repr__()

Automatically created by attrs.

class cfme.modeling.tests.test_collections.MyCollection(parent, filters=NOTHING)[source]

Bases: cfme.modeling.base.BaseCollection

ENTITY

alias of MyEntity

__eq__(other)

Automatically created by attrs.

__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)

Automatically created by attrs.

__repr__()

Automatically created by attrs.

class cfme.modeling.tests.test_collections.MyEntity(parent, name)[source]

Bases: cfme.modeling.base.BaseEntity

__eq__(other)

Automatically created by attrs.

__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)

Automatically created by attrs.

__repr__()

Automatically created by attrs.

name = Attribute(name='name', default=NOTHING, validator=None, repr=True, cmp=True, hash=None, init=True, convert=None, metadata=mappingproxy({}))
class cfme.modeling.tests.test_collections.MyEntityWithDeclared(parent)[source]

Bases: cfme.modeling.base.BaseEntity

__eq__(other)

Automatically created by attrs.

__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)

Automatically created by attrs.

__repr__()

Automatically created by attrs.

collections
class cfme.modeling.tests.test_collections.MyNewCollection(parent, filters=NOTHING)[source]

Bases: cfme.modeling.base.BaseCollection

ENTITY

alias of MyNewEntity

__eq__(other)

Automatically created by attrs.

__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)

Automatically created by attrs.

__repr__()

Automatically created by attrs.

class cfme.modeling.tests.test_collections.MyNewEntity(parent, name)[source]

Bases: cfme.modeling.base.BaseEntity

__eq__(other)

Automatically created by attrs.

__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)

Automatically created by attrs.

__repr__()

Automatically created by attrs.

name = Attribute(name='name', default=NOTHING, validator=None, repr=True, cmp=True, hash=None, init=True, convert=None, metadata=mappingproxy({}))
cfme.modeling.tests.test_collections.dummy_appliance()[source]
cfme.modeling.tests.test_collections.test_appliance_collection(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_appliance_collection_chain_filter(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_appliance_collection_object_filter(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_appliance_collections_dir(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_appliance_collections_instantiate(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_declared_entity_collections(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_object_collections(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_object_collections_parent_filter(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_parent_relationship(dummy_appliance)[source]
cfme.modeling.tests.test_collections.test_parent_walker(dummy_appliance)[source]