[roll] Roll fuchsia [wlan] Replace `is` with `==` for enum comparisons in e2e tests

Using `is` and `is not` for enum member comparisons is generally discouraged in favor of `==` and `!=`. While `is` works for singletons like enum members, `==` is the more idiomatic and robust way to check for equality.

Original-Bug: 483160044
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1517996
Original-Revision: 0770f7ec877e9f477162b301011ed04ab7753e93
GitOrigin-RevId: a4c7b34c598609071c52633030d8fbf9582360ee
Change-Id: Ice59e39d171dcbf23b00f6eedf30141113b0a80b
1 file changed
tree: 807279d4d21f8d8761c704354540fa8203c93eb7
  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.