
This clarifies the release notes for the newly added delete by uuid db api functions, as well as by the addition of the ability to pass programatically the variables neccessary to process run results via the shell module Change-Id: Ie86d43ea7272b1b2cd86e8290461285a37539bed
7 lines
263 B
YAML
7 lines
263 B
YAML
---
|
|
features:
|
|
- New db api function delete_run_by_uuid, which allows for the deletion of
|
|
a run specified by a given uuid.
|
|
- New db api function delete_test_runs_by_uuid, which allows for the deletion
|
|
of all test runs associated with a given run uuid.
|