[roll] Roll fuchsia [Lacewing] Changes to TestCaseRevive

1. TestCaseRevice now supports test cases that starts with "_test_*" in addition to "test_*". This will be useful if you want to run the test only in revised fashion (without running the test standalone)

2. Introduced a way to specify how often to run the test case method in revised sequence in the context of device operation that will be performed: PRE_ONLY, POST_ONLY, PRE_AND_POST

3. User can now specify fuchsia_device_operation and test_method_execution_frequency options either as user params (in yaml or in build.gn) or in "tag_test()" decorator. This will give flexibiltiy to the user. If the test class contain multiple test cases and if user wants same settings for all the test cases then they can choose user params approach but if they like different settings for each test then they can use decorator approach

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1031274
Original-Revision: 5d82bc26cb8b5c4e3b220b4811357ee288c634c8
GitOrigin-RevId: 50f47e07e72f9f241c5bf53deee8f9b19aa839ed
Change-Id: I04eba92d28c40c1d89d4a0e05aab7e7e8845b387
1 file changed
tree: b8c33971f3d2dc67410e172a71a63a632f6d3ab2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.