[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
1 file changed
tree: 1869946afee4a54735b0fc20ac25127b99f8df29
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.