Amend releasenotes for new subunit2sql functions and options

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
This commit is contained in:
megan 2018-04-18 13:16:52 -07:00
parent eff319766d
commit 08222d7a2b
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
--- ---
features: features:
- New option delete_run_by_uuid, which allows for the deletion of a run - New db api function delete_run_by_uuid, which allows for the deletion of
specified by a given uuid. a run specified by a given uuid.
- New option delete_test_runs_by_uuid, which allows for the deletion of - New db api function delete_test_runs_by_uuid, which allows for the deletion
all test runs associated with a given run uuid. of all test runs associated with a given run uuid.

View File

@ -1,5 +1,6 @@
--- ---
features: features:
- add the ability to pass in the arguments 'run_at', 'artifacts', 'run_id', - add the ability to pass in the arguments 'run_at', 'artifacts', 'run_id',
'run_meta', and 'run_meta' from a programatic call, rather than from conf 'run_meta', and 'test_attr_prefix' to the shell module's process_results()
or via command line. function via a direct function call, rather than from conf, or via cli
flags.