[roll] Roll fuchsia [sdk/ctf] Record a test's plasa_element in the manifest
Each test manifest entry has a new 'plasa_element' field.
The field is currently just used to associate test(s) with plasa
elements using test_manifest.json and is not validated in any way.
Future improvements might include the following:
- Validation that plasa_element follows the <kind>/<elem> pattern.
- Validation that plasa_element name is unique.
- FIDL, shared library and host-tool specific templates to format the
plasa_element string internally.
Examples:
- A test with the default empty string:
{
"archive_name": "cts-hello-world-rust-tests",
"component_name": "cts-hello-world-rust.cm",
"package": "cts-hello-world-rust-tests",
"plasa_element": ""
},
- A test with the element filled in.
{
"archive_name": "fuchsia-diagnostics-tests",
"component_name": "diagnostics-test.cm",
"package": "fuchsia-diagnostics-tests",
"plasa_element": "fidl/fuchsia.diagnostics/ArchiveAccessor"
},
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/737446
Original-Revision: d11b415fc38dafc0484df66d30dfff6c796023b2
GitOrigin-RevId: 879d548c1e9f8c873c836f40ccdd35db935cfc6c
Change-Id: Ie9cc698eb124902968b4d8921fab5d1cf61923e1
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.