subunit2sql/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml
megan 08222d7a2b 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
2018-04-20 20:10:45 -07:00

7 lines
257 B
YAML

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