
These functions delete run and test_run entries associated to a given run uuid. These functions are intended primarily for usage in https://review.openstack.org/#/c/530681/ , but seemed like handy utilities to have in general Change-Id: I3a25b74875cd8664a7895b67f09870ea78c99e98
7 lines
245 B
YAML
7 lines
245 B
YAML
---
|
|
features:
|
|
- New option delete_run_by_uuid, which allows for the deletion of a run
|
|
specified by a given uuid.
|
|
- New option delete_test_runs_by_uuid, which allows for the deletion of
|
|
all test runs associated with a given run uuid.
|