cfme.modeling.tests.test_collections module

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

Bases: cfme.modeling.base.BaseCollection

ENTITY

alias of MyEntity

__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.modeling.tests.test_collections.MyEntity(parent, name)[source]

Bases: cfme.modeling.base.BaseEntity

__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.modeling.tests.test_collections.MyEntityWithDeclared(parent)[source]

Bases: cfme.modeling.base.BaseEntity

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

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

Bases: cfme.modeling.base.BaseCollection

ENTITY

alias of MyNewEntity

__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.modeling.tests.test_collections.MyNewEntity(parent, name)[source]

Bases: cfme.modeling.base.BaseEntity

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

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]