[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
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.