Bases: object
Bases: object
Bases: exceptions.Exception
Custom exception thrown on test failure
Facilitates using assertRaises to check for failure on retry tests (generic Exception in assertRaises disallowed by pep8 check/gate)
Return path to api module.
Check subscribers.
Check that the instance DEEPSIX includes subscriptions for all of the (name, dataindex) pairs in SUBSCRIBER_LIST. Return True if all subscribers exist; otherwise returns False.
If any_=True, then return True if ANY subscribers exist in subscriber_list
Check subscriptions.
Check that the instance DEEPSIX is subscribed to all of the (key, dataindex) pairs in KEY_DATAINDEX_LIST. Return True if all subscriptions exists; otherwise returns False.
Return path to dataservice module with given FILEname.
Check equality.
Check if the strings given by actual_code and CORRECT_CODE represent the same datalog.
Return path to configuration info for datasources.
Return basic args for creating an openstack datasource.
Check if two strings representing data theories are the same.
Create a new partition number, unique within each process.
Get new DseNode in it’s own new DSE partition.
Get new DseNode in the same DSE partition as existing (node or part).
Timeout so other threads can run.
Return path to policy engine module.
Check if function f returns expected key.
Check if function f does not return expected value.
Check if function f returns expected table.
Check that deepsix has none of the subscribers in subscriber_list
Check if function f does not return expected value.
Return path to root of source code.
Return path to root of source code.
Return path to root of top-level tests. Joined with file if provided.