[roll] Roll fuchsia [test] Update TestCaseRevive to pass self to execution fns

Update TestCaseRevive logic to pass `self` into `pre_test_execution_fn`
and `post_test_execution_fn` so they can access the class context.
Also update test_case_revive_example.py to remove the global `dut`
variable, using `self.dut` via inheritance instead.

Original-Bug: 499029671
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1564379
Original-Revision: 56471083cd17bd43d76542e7acf5a40ef4a94b27
GitOrigin-RevId: 9999c93dab31ec123593bbc03338684c151ddd60
Change-Id: Ibc6cad0b817e28a4b5c74119289567a642a19194
1 file changed
tree: 633df59bd71e899ee5b2f0a810ad4cd5a4293823
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.