Add release note for --load-list

This is a follow up patch to:
    I75488871ac797d6bec4e2834c9d1b0c7885c891b

Change-Id: Ic181159530a86532a7d5529f42e216a09fa98b72
This commit is contained in:
Trevor McCasland 2017-09-28 09:37:55 -05:00 committed by Trevor McCasland
parent 58788f7ebd
commit ae0e27b542

View File

@ -0,0 +1,7 @@
---
features:
- |
Adds a new cli option to tempest run, --load-list <list-file>
to specify target tests to run from a list-file. The list-file
supports the output format of the tempest run --list-tests
command.