Members
ExecutionInfo
ExecutionInfo ExecutionInfo(requirements={}, exec_group='test')Creates an instance.
Parameters
Parameter | Description |
---|---|
requirements
|
dict;
default is {} A dict indicating special execution requirements, such as hardware platforms. |
exec_group
|
string;
default is 'test' The name of the exec group that is used to execute the test. |
exec_group
string ExecutionInfo.exec_groupThe name of the exec group that is used to execute the test.
requirements
dict ExecutionInfo.requirementsA dict indicating special execution requirements, such as hardware platforms.