smarts.diagnostic.run module

smarts.diagnostic.run.git_branch() str[source]

Returns Git branch name.

Returns:

Branch name.

Return type:

str

smarts.diagnostic.run.git_revision_short_hash() str[source]

Returns Git commit short hash.

Returns:

Commit hash.

Return type:

str

smarts.diagnostic.run.main(scenarios: Sequence[str])[source]

Run diagnostic.

Parameters:

scenarios (Sequence[str]) – Scenarios to be timed.