)]}'
{
  "log": [
    {
      "commit": "19de2b61fb0d0744f97b7be596c16f6a0d415690",
      "tree": "ff32e0a13149144969a3e32b928621b3465526d4",
      "parents": [
        "020e2120310d860fc70bc0a50befec4beec06a29"
      ],
      "author": {
        "name": "chcl",
        "email": "chcl@google.com",
        "time": "Thu Aug 28 14:19:25 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Aug 28 14:19:25 2025 -0700"
      },
      "message": "Delete out-of-tree antlion code.\n\nThis change removes all files from antlion except the README.md\nthat now points to antlion in-tree.\n\nFixed: 440387588\nChange-Id: I86f5e08902787439cc48ec965b807e5d77dbb8d8\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1353925\nReviewed-by: Adam Schrems \u003cschrems@google.com\u003e\nReviewed-by: Ritu Gupta \u003cguptaritu@google.com\u003e\nReviewed-by: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\nCommit-Queue: Charles Celerier \u003cchcl@google.com\u003e\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "020e2120310d860fc70bc0a50befec4beec06a29",
      "tree": "f7eb28ef48a824b0b2279984043238d55400cde5",
      "parents": [
        "6e5af05f770788cdfb4a30716cbb43d913e12023"
      ],
      "author": {
        "name": "Charles Celerier",
        "email": "chcl@google.com",
        "time": "Tue Aug 26 09:58:08 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 26 09:58:08 2025 -0700"
      },
      "message": "[build] Migrate tenacity dependency\n\nUpdates the dependency on the tenacity library to point to the new\ntop-level target in //third_party/github.com/jd/tenacity.\n\nThis change also removes the vendored tenacity BUILD.gn and related\nfiles from the antlion repository.\n\nTest: None\nDepends-on: fuchsia:Ie75a4e724810165a2c98d84c3fa38c7839e0f482\nChange-Id: Iea22038125349175a33446e0f5c0c5bdcd8981a0\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1353767\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nDependencies-Satisfied: CL Deps Checker \u003ccl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\nCommit-Queue: Charles Celerier \u003cchcl@google.com\u003e\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "6e5af05f770788cdfb4a30716cbb43d913e12023",
      "tree": "4ced68d1814aa25235bad84d7144c3ebce008b2f",
      "parents": [
        "4a79afe853ab6cbd7754c305061c1d050b8ee1c7"
      ],
      "author": {
        "name": "Charles Celerier",
        "email": "chcl@google.com",
        "time": "Mon Aug 25 08:52:12 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Aug 25 08:52:12 2025 -0700"
      },
      "message": "[wlan] Fix errors on unreferenced build targets\n\nSome of the build targets are not referenced and thus don\u0027t have type\nchecking and gn applied to them. This changes fixes those errors.\n\nThe build targets are still not in CQ though, so this is a temporary\npatch, primarily targeted at ensuring the correctness of the migration\nof antlion. The migration includes locally building all targets in\nantlion.\n\nChange-Id: I1e519de0aceeb9b0b2bfdfc9c05c0652d2fe1b8d\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1353724\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Charles Celerier \u003cchcl@google.com\u003e\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "4a79afe853ab6cbd7754c305061c1d050b8ee1c7",
      "tree": "e3a08f81e0fc93a4ad496bac2981e82b795f4964",
      "parents": [
        "6248210fba6721ee0eea517934bae78519a820d0"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Fri Aug 15 13:55:18 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Aug 15 13:55:18 2025 -0700"
      },
      "message": "Update antlion to use line length 80\n\nThis changes the pyproject.toml black line length and isort line length\nto the standard 80 to bring antlion in-line with the rest of the fuchsia\ncodebase.\n\nChange-Id: Ie7d66b9cf9d10240cc98f29732b2c10596a7921c\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1345405\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "6248210fba6721ee0eea517934bae78519a820d0",
      "tree": "010342afe2630cd3580430948dc74723cebc696d",
      "parents": [
        "d4bc1825e85b49877b26c5d29941a234371c151e"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Wed Aug 13 15:28:52 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Aug 13 15:28:52 2025 -0700"
      },
      "message": "Switch WlanRebootTest to non iperf env\n\nChange-Id: Iff2ebb32da8e5fd8c3d9875819d59b33af2d4f6f\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1345115\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "d4bc1825e85b49877b26c5d29941a234371c151e",
      "tree": "e2c496dcddedde660f01d9fd1ae8dddaa8b74772",
      "parents": [
        "77fe1224b5206d68033e1cf68da0e6ed0da3c62b"
      ],
      "author": {
        "name": "Charles Celerier",
        "email": "chcl@google.com",
        "time": "Wed Aug 13 08:17:09 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Aug 13 08:17:09 2025 -0700"
      },
      "message": "Migrate wlan tests off temporary soft migration methods\n\nThe query_iface2 method will be deleted soon, and query_iface is now\nequivalent.\n\nTest: https://ci.chromium.org/b/8706715533901049553\nDepends-on: fuchsia:I66906d1059147b3f3301a6c287bc68db6c4a50f1\nChange-Id: Id0b27b576f8475509689e726532bf943e36ec3da\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1344004\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\nCommit-Queue: Charles Celerier \u003cchcl@google.com\u003e\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nDependencies-Satisfied: CL Deps Checker \u003ccl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "77fe1224b5206d68033e1cf68da0e6ed0da3c62b",
      "tree": "985de31901d3679c2ebb35fd69725e65071fddf7",
      "parents": [
        "cd5ad153f9bef57de0e2d6e81ab997c5aae11909"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Aug 12 16:21:14 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 12 16:21:14 2025 -0700"
      },
      "message": "Remove mypy ignores for utils.py, delete unused code\n\nDeletes some unused code (instead of typing it), and adds types to the\nremaining code.\n\nBug: b/410047090\nChange-Id: I916058c9a426f1d7d9602135a7c6f164d37a3209\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341585\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "cd5ad153f9bef57de0e2d6e81ab997c5aae11909",
      "tree": "e0dce2fb09241d58522f5ae8b367cc4239db280d",
      "parents": [
        "832b52bc4d3b38dbe2e28f7d8af4ecf31a3c49c0"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Aug 12 16:19:25 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 12 16:19:25 2025 -0700"
      },
      "message": "Remove mypy ignores for some helper files\n\nNo code changes.\n\nBug: b/410047090\nChange-Id: I4e74f02603dd24efe649546ddedba8bb9f779465\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341086\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "832b52bc4d3b38dbe2e28f7d8af4ecf31a3c49c0",
      "tree": "2148a104f4848f4e57fb0ea77ccf82cf12b0db82",
      "parents": [
        "783354b945ba8970b89e2fdd7223df74b87909f1"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Aug 12 15:41:58 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 12 15:41:58 2025 -0700"
      },
      "message": "Remove mypy ignores for controllers/pdu\n\nThis CL removes the ignores for type errors that were introduced in the\nprior commit, for files related to the pdu controller.\n\nNo code changes.\n\nBug: b/410047090\nChange-Id: I2a23c0d4c0ca5bd197935b93261bec956933243f\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341085\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\n"
    },
    {
      "commit": "783354b945ba8970b89e2fdd7223df74b87909f1",
      "tree": "9596eac476a4bd44bfb9f97a9c4aa8a0efb48bd0",
      "parents": [
        "d427582157fee8148d6f1d49fa69d1a3b809f5f5"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Aug 12 14:35:04 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 12 14:35:04 2025 -0700"
      },
      "message": "Remove mypy ignores for controllers/fuchsia_device\n\nThis CL removes the ignores for type errors that were introduced in the\nprior commit, for files related to fuchsia_device.\n\nNo code changes, except for:\n- convert `logging.log_path` to `getattr(logging, \u0027log_path\u0027)`. The\n  log_path member doesn\u0027t exist as far as the type checker knows (and\n  I can\u0027t figure out where it gets injected). By using\n  `getattr(logging, \u0027log_path\u0027)`, we\u0027ll get a panic if the member\n  actually doesn\u0027t exist (instead of just logging to `/ffx/` on the\n  host machine.\n\nBug: b/410047090\nChange-Id: I8420803f30982401394afb224cdce7a226d60526\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341084\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\n"
    },
    {
      "commit": "d427582157fee8148d6f1d49fa69d1a3b809f5f5",
      "tree": "f0fda9c1be981bb02703f322506253bf1a058a08",
      "parents": [
        "3cb8746ea30541e74cf9477db18f96e4c386fa3d"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Aug 12 14:14:52 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 12 14:14:52 2025 -0700"
      },
      "message": "Remove mypy ignores for controllers/ap_lib\n\nThis CL removes the ignores for type errors that were introduced in the\nprior commit, for files related to the AP controller.\n\nThe only code change is to convert the `hostapd_constants.MODE_...`\ninto a string enum, because this is easier for the type checker to\nanalyze.\n\nBug: b/410047090\nDepends-on: fuchsia:I75de043e8a56ee7fc4f2e5dd6396238f21d9e9e1\nChange-Id: If80dab3b74df22e4a3a236b28a044bd4078ecec2\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341044\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nDependencies-Satisfied: CL Deps Checker \u003ccl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3cb8746ea30541e74cf9477db18f96e4c386fa3d",
      "tree": "89c3a2dbc0a9512f73cd52942e47c2cbc9056512",
      "parents": [
        "038d2847fb42b680e7fa9f60621b3e335f065931"
      ],
      "author": {
        "name": "Charles Celerier",
        "email": "chcl@google.com",
        "time": "Tue Aug 12 13:20:15 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 12 13:20:15 2025 -0700"
      },
      "message": "Directly use MacAddress as the key in WLAN interfaces dict\n\nThe WLAN query_interfaces2 honeydew affordance returns a dict where\neach key has the type MacAddress instead of str. This is consistent with\nhow interfaces are returned from the netstack affordance.\n\nAdditionally, this change migrates uses of WlanMacRole to use the type\nfrom fidl_fuchsia_wlan_common instead of from honeydew where it\nno longer exists.\n\nTest: http://ci.chromium.org/b/8706718806848286689\nDepends-on: fuchsia:Ib815115369c83c5ffcdb4e1258f45c56d85b441a\nChange-Id: Ibfb01445545d5f492d902f716cd3b3d97a0ecb2c\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1342784\nCommit-Queue: Charles Celerier \u003cchcl@google.com\u003e\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\nDependencies-Satisfied: CL Deps Checker \u003ccl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "038d2847fb42b680e7fa9f60621b3e335f065931",
      "tree": "5c356ee5d6684c58b57eb5c15a35392549f465fa",
      "parents": [
        "5ded090ed510710d42db9eb11ef110f2f485675f"
      ],
      "author": {
        "name": "Charles Celerier",
        "email": "chcl@google.com",
        "time": "Tue Aug 12 08:02:08 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 12 08:02:08 2025 -0700"
      },
      "message": "Move query_interfaces from the wlan controller to honeydew\n\nThis avoids duplicating logic for retrieving interface information by\nmoving it to honeydew.\n\nDepends-on: fuchsia:Id763f5f0481ba44ac793e8368326cd1c216ac5bb\nChange-Id: I504677e6a629223e42f63f65524845597acef635\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1337645\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nDependencies-Satisfied: CL Deps Checker \u003ccl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\nCommit-Queue: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "5ded090ed510710d42db9eb11ef110f2f485675f",
      "tree": "b2cfa875caf7a802deb678288317947c9ffdcd3f",
      "parents": [
        "43cf40a64181cbc34a3e272d4f7aaa5205a569a4"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Mon Aug 11 18:04:46 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Aug 11 18:04:46 2025 -0700"
      },
      "message": "Remove iperf from PingStressTest\n\nThis change removes the iperf server dependency from PingStressTest.\nThis is replaced with using the access point for all of the ping\ntesting. This will make the test less stressful but it will allow us to\nsimplify connectivity testbeds while keeping the main functionality of\nthe test.\n\nFixed: b/432536817\nChange-Id: I15ce48d8a37f6ea3b54521beed26a7d893880688\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1335503\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "43cf40a64181cbc34a3e272d4f7aaa5205a569a4",
      "tree": "6caf867b32bb662d30983dfc9695d942b5eaf47d",
      "parents": [
        "f93a840da896f6354cae3aa32c4455be290add80"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Mon Aug 11 16:39:45 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Aug 11 16:39:45 2025 -0700"
      },
      "message": "Remove iperf from WlanRebootTest\n\nThis change removes the iperf traffic testing from the WlanRebootTest\nbecause it has been determined that using a ping is sufficient for\ntesting. This is part of a greater effort to remove as much iperf\ndependencies as possible from antlion tests to allow us to remove iperf\ncontrollers from the testbeds.\n\nFixed: b/432536348\n\nChange-Id: I66239427de164aaef8aeaca2e00462de6daeac5e\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1330600\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "f93a840da896f6354cae3aa32c4455be290add80",
      "tree": "15d98690689e3f1a784af9018a39e99388b40b38",
      "parents": [
        "7017f6c628fa00dd39d61993fc4fc7f23f5a9fa3"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Mon Aug 11 15:09:02 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Aug 11 15:09:02 2025 -0700"
      },
      "message": "Change download logs for iperf_server to be optional\n\nThis allows tests without iperf_servers that want to directly call\ndownload logs to get AP logs, like WlanRebootTest to function without\nneeding an iperf_server.\n\nChange-Id: I241855e778c5ac264987883690be7578c9b5cd2d\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341929\nReviewed-by: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "7017f6c628fa00dd39d61993fc4fc7f23f5a9fa3",
      "tree": "5c6eb8170df4baf0747c735d4608cc0c3bd88bd2",
      "parents": [
        "d6eaa3c3f424e125a00fbe98b78df6045d538594"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Fri Aug 08 08:38:02 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Aug 08 08:38:02 2025 -0700"
      },
      "message": "Improve check for missing password\n\nIn the unlikely case a password is missing, raise an explicit error\nabout it, rather than relying on the bindings raising an error\n\nChange-Id: I32d2297c6b69e609be845d44af3fa521dcc0160f\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341684\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\n"
    },
    {
      "commit": "d6eaa3c3f424e125a00fbe98b78df6045d538594",
      "tree": "f443a65a04f8af5f62d024f97ca51f6937560acc",
      "parents": [
        "e9d17b0856472b44cd5515eb79cf050bef83eb2c"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Fri Aug 08 07:26:42 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Aug 08 07:26:42 2025 -0700"
      },
      "message": "Fix typecheck error in WlanScanTest\n\nAn error about potentially using a None variable started appearing\nafter enabling mypy\n\nBug: b/410047090\nChange-Id: I3f3d4b5f09586048dc1cb056814fa1faa0c87947\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1341584\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "e9d17b0856472b44cd5515eb79cf050bef83eb2c",
      "tree": "3922a8f9cfdfd522050889b3f72e8afd1d31a410",
      "parents": [
        "86ab611cd952cfa31bbe1c3982976e1f72f2b88d"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Thu Aug 07 13:26:37 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Aug 07 13:26:37 2025 -0700"
      },
      "message": "Enable mypy for Antlion package (ignoring existing errors)\n\nNote: mypy was previous enabled for Antlion *tests*, but not the Antlion\npackage/library itself.\n\nThis CL enables mypy, but it applies ignores for every error that came\nup. No code changes have been made in this CL, but it will enable us to\ngradually chip away at these typing errors (and prevent new ones from\nbeing added)\n\nTest: no code changes\nBug: b/410047090\nChange-Id: I7cbbebb2573bfe01178bd4e18ee41bc651737630\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1340225\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "86ab611cd952cfa31bbe1c3982976e1f72f2b88d",
      "tree": "6db4830876c84353273c5bdc8b1466133380bb92",
      "parents": [
        "767f48bbeea9a9b5d5d1394457f1c9b8dc4477d9"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Thu Aug 07 13:23:29 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Aug 07 13:23:29 2025 -0700"
      },
      "message": "Remove some redundant FIDL types\n\nThese types are virtually identical to their underlying FIDL\ndefinitions. Now that we have types for FIDL bindings in Python, these\nare redundant.\n\nSee also http://fxrev.dev/1336605\n\nBug: b/346424966\nChange-Id: I949808d5ce396bea0c81070a5b03a1d52314687b\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1337964\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "767f48bbeea9a9b5d5d1394457f1c9b8dc4477d9",
      "tree": "b4f4e8d0459bdaa90a31c63f7b7d0b7d1d1ab4db",
      "parents": [
        "d6ca148549d58962f73a7d9094f92346e0d5bea1"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Wed Aug 06 13:24:17 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Aug 06 13:24:17 2025 -0700"
      },
      "message": "Fixup import error in WlanDevice\n\nThis error was caught at compile time when I made an unrelated change\nin this file. It\u0027s not clear to me how it was successfully compiling\nbefore.\n\nChange-Id: Iec10ca7e13939ba4ca5d61877529cd224ee71186\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1340224\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\n"
    },
    {
      "commit": "d6ca148549d58962f73a7d9094f92346e0d5bea1",
      "tree": "3dac9f082582baad6980f4156dec11602306c784",
      "parents": [
        "c99a8af93034579ee24d8d8f0b212d8508b3864d"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Wed Aug 06 08:33:10 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Aug 06 08:33:10 2025 -0700"
      },
      "message": "Fixup type error in StartStopClientConnectionsTest\n\nThis error was caught at compile time when I made an unrelated change\nin this file. It\u0027s not clear to me how it was successfully compiling\nbefore.\n\nChange-Id: I6c6581973c91b95a2bf302d681ba94a4ae66b344\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1338885\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "c99a8af93034579ee24d8d8f0b212d8508b3864d",
      "tree": "a081ad0f3ab46dacc2e32d537893c1014a3259d6",
      "parents": [
        "f4a9e0d1648f56cc054e6f39620851d3da7e9d5e"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Aug 05 05:32:44 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Aug 05 05:32:44 2025 -0700"
      },
      "message": "[honeydew] Rename `wlan` affordance to `wlan_core`\n\nThis change updates Antlion to match http://fxrev.dev/1336444\n\nDepends-on: fuchsia:I4d23ae896d65fd459e262c62b53f6a5370af560d\nChange-Id: Ia13bd8685beb0dc2ae3c922e429e8e308af0d604\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1336604\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nDependencies-Satisfied: CL Deps Checker \u003ccl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\n"
    },
    {
      "commit": "f4a9e0d1648f56cc054e6f39620851d3da7e9d5e",
      "tree": "90fb7fa32d4d702c647e1ad0ae5849b33f7d3359",
      "parents": [
        "274f7cff75ee23d388bbe86e168d87acd6f907bf"
      ],
      "author": {
        "name": "Hayden Nix",
        "email": "haydennix@google.com",
        "time": "Tue Jul 01 11:41:48 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jul 01 11:41:48 2025 -0700"
      },
      "message": "[wlan] Deconfigure wlan, reboot test teardown\n\nThis change calls `deconfigure_wlan` on test teardown in WlanRebootTest\nfor Fuchsia DUTs. This is to address a bug where the policy client\ncontroller is sometimes not released, resulting in test failures.\n\nBug: 428030196\nTest: Ran WlanRebootTest\nChange-Id: If37de80656207eb37e7f9ad39d8b2b4550f06bd4\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1312364\nFuchsia-Auto-Submit: Hayden Nix \u003chaydennix@google.com\u003e\nCommit-Queue: Hayden Nix \u003chaydennix@google.com\u003e\nReviewed-by: Naomi Mccracken \u003cnmccracken@google.com\u003e\n"
    },
    {
      "commit": "274f7cff75ee23d388bbe86e168d87acd6f907bf",
      "tree": "21823b38c9e05ea299034e137e410138b2e402dc",
      "parents": [
        "2d86f5535e7264d9d80be5f40db443f14205ea53"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Thu Jun 19 00:43:08 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jun 19 00:43:08 2025 -0700"
      },
      "message": "[wlan][testing] RvR: allow dhcp failures\n\nIn the reverse testing direction (where we go from weak signal to strong\nsignal), we may reach a step where we successfully connect, but fail to\nget an IP. This is OK: we should return 0 rate here, and continue.\n\nFixed: b/425945354\nChange-Id: I6a304a8e87510c04a9996a7683aa71766b932e6d\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1304544\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "2d86f5535e7264d9d80be5f40db443f14205ea53",
      "tree": "1d06f91c80999b554db528e28fcbc6da242821d0",
      "parents": [
        "a316634933fd6d431286df12042ac7c5a817c5c4"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Jun 17 10:04:55 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jun 17 10:04:55 2025 -0700"
      },
      "message": "WlanRvrTest: simplify IP address detection\n\nThis test performed DUT IP address detection twice, which is unnecessary\nduplication. Furthermore, the test had its own method of awaiting IP\naddresses, rather than using the shared one within FuchsiaDevice.\n\nThis CL simplifies the logic to use the shared methods. Additionally,\nwe shouldn\u0027t attempt to run the test without an IP address, as this is\na case we never expect to happen on-device.\n\nFixed: b/258264565\nBug: b/422236818\nTest: fx test-remote --builder smart_display_m3_eng_paused.nelson-release-antlion-full-tests --test wlan_rvr_test_2g_open\nChange-Id: Ifa6d360749e7d55ae0a7be3c2430d4961bc96ddf\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1302885\nCommit-Queue: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Hayden Nix \u003chaydennix@google.com\u003e\n"
    },
    {
      "commit": "a316634933fd6d431286df12042ac7c5a817c5c4",
      "tree": "930c6f36014a0ee006234b6694851812b5ce82bf",
      "parents": [
        "c328418204f1bfe13c2fa009f1d69238437624b5"
      ],
      "author": {
        "name": "Steven Grady",
        "email": "slgrady@google.com",
        "time": "Fri Jun 06 17:07:45 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Jun 06 17:07:45 2025 -0700"
      },
      "message": "[ffx] Fix dependencies on ffx/tools/driver\n\nReplace references to ffx/plugins/driver with tools/driver\n\nChange-Id: I71cc6c757863334efe8d891a6382f02d2ca173de\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1295016\nCommit-Queue: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "c328418204f1bfe13c2fa009f1d69238437624b5",
      "tree": "819f898425d76232a24e269f3a6103e7453f707b",
      "parents": [
        "c22d0161c46b53afa35329e198a9d4287427fd56"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Wed Jun 04 03:29:19 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Jun 04 03:29:19 2025 -0700"
      },
      "message": "[build] Add explicit test timeouts\n\nThese were set by looking at some passing runs average time taken and\nadding 5 min.\n\nFixed: b/420944337\nChange-Id: Ie0bc3133eac950c9beddf960168d65c787a9439a\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1287733\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "c22d0161c46b53afa35329e198a9d4287427fd56",
      "tree": "d4a7084add8c4bac07cb62754bf1b5cfed3dcd8c",
      "parents": [
        "f68dc3410c86d61df300258df045daf6ac657453"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Tue Jun 03 20:05:27 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jun 03 20:05:27 2025 -0700"
      },
      "message": "[antlion_host_test] Add the timeout_secs variable\n\nWith the removal of per_test_timeout from the build configs and the\naddition of antlion tests running in non antlion specific builders, we\nneed the ability to explicitly set the test timeout in the tests\nthemselves.\n\nBug: b/420944337\nChange-Id: Ic86e1ed1e229fb9533be300cbfcb3900f9e2fdc7\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1287732\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "f68dc3410c86d61df300258df045daf6ac657453",
      "tree": "f8c063c6334dc4d3e53dc71b1e9be4ccc2980379",
      "parents": [
        "e02c9dfd065b7b7a29429216ce970be05781d2a3"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Thu May 29 14:20:33 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu May 29 14:20:33 2025 -0700"
      },
      "message": "[OWNERS] Update antlion owners\n\nChange-Id: Icacf15447df102dceefeb47a374e3e4cd0fee73a\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1288744\nCommit-Queue: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "e02c9dfd065b7b7a29429216ce970be05781d2a3",
      "tree": "b802d33e5a70df91275cd1fe895d6161993a8450",
      "parents": [
        "3887fdb32800215095518867d7f9208282c7ae2a"
      ],
      "author": {
        "name": "Karl Ward",
        "email": "karlward@karlward.com",
        "time": "Wed May 28 03:52:16 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed May 28 03:52:16 2025 -0700"
      },
      "message": "Use 20 MHz channels in ChannelSwitchTest.\n\nAntlion has support for performing a channel switch, but current support\nis limited to BSS configurations with 20 MHz channels. This limitation\nappears to be the actual cause of almost all of the expected test\nfailures in this suite (with the exception of failures due to a vendor\ndriver problem tracked in b/395972717). This change forces the AP to use\n20 MHz channels, so channel switch commands sent via Antlion will be\ncorrectly issued.\n\nThe underlying AP software (hostapd, in this case) can support channel\nswitches for wider channel bandwidths, but additional logic in\nantlion/packages/antlion/controller/ap_lib would be needed to calculate\nthe correct center frequency and bandwidth.\n\nFixed: 42165602\nChange-Id: Ieee5a6c7e4205c1a4e7ded4066884b82dd46bb4a\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1275505\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nCommit-Queue: Karl Ward \u003ckarlward@google.com\u003e\n"
    },
    {
      "commit": "3887fdb32800215095518867d7f9208282c7ae2a",
      "tree": "1c28ef46cbfadd714f41349eebc97e4c1c880a1b",
      "parents": [
        "d9d31120d652fccef5e698bbd921fd788c071a5a"
      ],
      "author": {
        "name": "Hayden Nix",
        "email": "haydennix@google.com",
        "time": "Fri May 23 12:02:27 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri May 23 12:02:27 2025 -0700"
      },
      "message": "Fix on incompatible security roaming bench test\n\nThis change fixes an indentation error in the pre_run function, which\nwould cause the wrong incompatible security test variants to be\ngenerated.\n\nChange-Id: I56e419aa1d554c9943d43b099f3331f6053b6a0a\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1281652\nCommit-Queue: Auto-Submit \u003cauto-submit-builder@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\nReviewed-by: Karl Ward \u003ckarlward@google.com\u003e\nFuchsia-Auto-Submit: Hayden Nix \u003chaydennix@google.com\u003e\n"
    },
    {
      "commit": "d9d31120d652fccef5e698bbd921fd788c071a5a",
      "tree": "1be90fba862e644507bad18091a3b1d8df329f56",
      "parents": [
        "bb1b3e648e29097aa449bf48e7c3effd57542dff"
      ],
      "author": {
        "name": "Darren Chan",
        "email": "chandarren@google.com",
        "time": "Wed May 21 14:37:49 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed May 21 14:37:49 2025 -0700"
      },
      "message": "[ffx][antlion] Remove legacy FFX controller.\n\nModify the FuchsiaDevice antlion controller to expose the honeydew ffx\ncontroller instead of the antlion-specific one.\n\nThis allows us to migrate away from `target.default` ffx configuration.\nSee http://go/ffx-default-targets.\n\nBug: 417234622\nChange-Id: I63c602eb776ba8b43bf93d6c7e8b34d5f7edd67a\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1281524\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nFuchsia-Auto-Submit: Darren Chan \u003cchandarren@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit-builder@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "bb1b3e648e29097aa449bf48e7c3effd57542dff",
      "tree": "7eb74656f431b984f38829b0eea9b62e6b8ed85b",
      "parents": [
        "9117a1cff3d31181d77451ad0198a96f22c557e4"
      ],
      "author": {
        "name": "Karl Ward",
        "email": "karlward@karlward.com",
        "time": "Thu May 15 11:03:18 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu May 15 11:03:18 2025 -0700"
      },
      "message": "Minor fixes for Policy roaming bench test.\n\nThis test suite is a bench test that exercises the WLAN Policy-initiated\nroaming flow on a physical device. There are a few minor problems that\nare corrected in this change:\n\n- target BSS password was incorrectly set\n- adjustments to timing of the attenuation\n- WPA1/2/3 BSS config has been removed, since WPA3 doesn\u0027t allow WPA1 on\n  a WPA3 compatible BSS\n- software attenuation is being reset to full power at the start of each\n  test, rather than at the end; this ensures that txpower is always\n  reset when a test fails\n\nChange-Id: I2f0f68d53f28a16c882b3c3e90af4c535c289fd7\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1278066\nCommit-Queue: Karl Ward \u003ckarlward@google.com\u003e\nReviewed-by: Hayden Nix \u003chaydennix@google.com\u003e\n"
    },
    {
      "commit": "9117a1cff3d31181d77451ad0198a96f22c557e4",
      "tree": "5b92856c31cf78b1156d879ed140b56c21f5c669",
      "parents": [
        "901853ab88d96b5da88d955f692a92316e24161d"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Wed May 14 13:18:15 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed May 14 13:18:15 2025 -0700"
      },
      "message": "Delete ToggleWlanInterfaceStressTest\n\nThis test has bitrotted, but also no longer makes sense for our system.\nThe test manually created and destroyed interfaces. However, this is\nno longer possible, as the device monitor and wlancfg will react to\ncreated / destroyed interfaces, and eventually also trigger recovery.\n\nBug: 372467106\nChange-Id: Idbfd17422ffcd61656e0fbe0d99f65b7e646ed8c\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1276824\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit-builder@fuchsia-internal-service-accts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "901853ab88d96b5da88d955f692a92316e24161d",
      "tree": "299441f124c9f83698086df95f8060590e3bd447",
      "parents": [
        "554aa44c332553af5051484615ef93ff41277259"
      ],
      "author": {
        "name": "Priyanka Chaudhary",
        "email": "priyankach@google.com",
        "time": "Wed May 07 13:58:50 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed May 07 13:58:50 2025 -0700"
      },
      "message": "Fix rvr and reboot tests affected by mobly update\n\nTested in http://ci.chromium.org/b/8715510570867336561\n\nFixed: b/416252687\nChange-Id: I374f77057b9d297e85f6db08c25d08178c526f23\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1271164\nReviewed-by: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\nCommit-Queue: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "554aa44c332553af5051484615ef93ff41277259",
      "tree": "28bca5d0a947187acdb59fc185686d787f95dc9a",
      "parents": [
        "1c45fab7b8de7704d774833fa119debf00e66e7b"
      ],
      "author": {
        "name": "Priyanka Chaudhary",
        "email": "priyankach@google.com",
        "time": "Fri May 02 20:28:08 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri May 02 20:28:08 2025 -0700"
      },
      "message": "fix antlion SD tests broke by mobly update\n\nFull-tests Tested in  http://ci.chromium.org/b/8716129677484949649\n\nBug: b/414860791\nChange-Id: I6da0719589ea531a746178a59eb174c88a1e72cd\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1265107\nCommit-Queue: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nReviewed-by: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "1c45fab7b8de7704d774833fa119debf00e66e7b",
      "tree": "6f092b17e91e7fd813f8bb339057d43fa90d86f6",
      "parents": [
        "94dfc5e122290a14afcb95fc48ac85af5c2b30ce"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Thu Apr 24 11:45:11 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 24 11:45:11 2025 -0700"
      },
      "message": "Local runner: don\u0027t request DUT hard reboot\n\nThe auto-generated config for local runs doesn\u0027t include a PDU, and most\nusers won\u0027t have one. Therefore, the config should not request a hard\nreboot (which will fail without a PDU)\n\nChange-Id: Id53b1ba090676acbf5dcd3a2e71c1e9dcab60615\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1259905\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "94dfc5e122290a14afcb95fc48ac85af5c2b30ce",
      "tree": "bb6359551604fb7c808342be6040f35adaeacee3",
      "parents": [
        "68906cdf2cf0844e2a0f62d548688add361ef05a"
      ],
      "author": {
        "name": "Kevin Sakuma",
        "email": "sakuma@google.com",
        "time": "Mon Apr 21 09:26:40 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Apr 21 09:26:40 2025 -0700"
      },
      "message": "Initialize deprecated configuration controller.\n\nA previous change removed the initialization of the\ndeprecated configuration controller library from the sl4f\ncontroller.  This change adds that call back in.\n\nBug: 409056296\nChange-Id: Ic6336d3fd9e4d02e9a30e340e4e13383911dbd5f\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1250593\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Kevin Sakuma \u003csakuma@google.com\u003e\n"
    },
    {
      "commit": "68906cdf2cf0844e2a0f62d548688add361ef05a",
      "tree": "77d93a5d1ff95c296a7f0ec7674387f87da63d49",
      "parents": [
        "d81bf6efa1c429f4f80828871f5d3f936ffde1a5"
      ],
      "author": {
        "name": "Priyanka Chaudhary",
        "email": "priyankach@google.com",
        "time": "Mon Apr 14 10:17:27 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Apr 14 10:17:27 2025 -0700"
      },
      "message": "Enable channel_sweep_quick_test in full-tests\n\nThis Antlion test only runs in quick-tests enable it in full-test suite too.\n\nFixed: b/409837088\nChange-Id: If0ba41d6d21c9e39de51726d9ea5ced77a139379\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1250984\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "d81bf6efa1c429f4f80828871f5d3f936ffde1a5",
      "tree": "9bca27252c7b5ca4a58ec05572ad7c2e96e26b05",
      "parents": [
        "e519f22318ab8937444079ec96e0ce3d8033837f"
      ],
      "author": {
        "name": "Hayden Nix",
        "email": "haydennix@google.com",
        "time": "Fri Apr 11 10:26:16 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Apr 11 10:26:16 2025 -0700"
      },
      "message": "[wlan] Fix unknown attribute in regulatory test\n\nThe `AccessPointState` struct was updated during the recent Python FIDL\nbinding changes, as `id` is a reserved FIDL term. This changes updates\nthe RegulatoryRecoveryTest to use the new `id_` attribute.\n\nBug: b/409049054\nChange-Id: I8303fdfe844bd56aeed204eb68cfea05c17c9262\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1250058\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Hayden Nix \u003chaydennix@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e519f22318ab8937444079ec96e0ce3d8033837f",
      "tree": "b35a82e177b3b6962c66400367e7b80ae0350bcc",
      "parents": [
        "3795a07782ac21db18ce3eb92b7bcd3b6d839a22"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Wed Apr 09 08:10:00 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Apr 09 08:10:00 2025 -0700"
      },
      "message": "Allow local users to specify an AP\n\nThis CL allows local users to include an AP in their generated config.\n\nTest: fx test --e2e --output //third_party/antlion/tests/wlan/functional:wlan_scan_test -- --ap-ip 127.0.0.1 --ap-ssh-port 8001\nTest: fx test //third_party/antlion:tests\nChange-Id: If027a244822be3014da3e66be80237bebaecf8e7\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1248365\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "3795a07782ac21db18ce3eb92b7bcd3b6d839a22",
      "tree": "a65cdfa94aeb8a856af087f374d433cba81c7557",
      "parents": [
        "ddca07986fba7f264e554c7d8faa5d8aa73371e5"
      ],
      "author": {
        "name": "Charles Celerier",
        "email": "chcl@google.com",
        "time": "Tue Apr 08 20:30:38 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Apr 08 20:30:38 2025 -0700"
      },
      "message": "Remove soft equality for now-removed RequestStatus affordance\n\nA previous change required inserting a soft equality so that antlion\ntests would correctly interpret the RequestStatus WLAN honeydew\naffordance while associating.\n\nNow that honeydew is migrated to the new fidlgen_python bindings, this\nsoft equality is no longer required.\n\nBug: 356217589\nChange-Id: If12610d0f5f1dc9b36efbd3911f482808b8978c4\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1247744\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "ddca07986fba7f264e554c7d8faa5d8aa73371e5",
      "tree": "9b7fb74c8c64073c50beb9ba0f596a1ef22162b4",
      "parents": [
        "7f175ea7c3fb9a33e68d1689ca3bf1f2d3a8d86d"
      ],
      "author": {
        "name": "Charles Celerier",
        "email": "chcl@google.com",
        "time": "Tue Apr 08 12:16:05 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Apr 08 12:16:05 2025 -0700"
      },
      "message": "Migrate to new Python FIDL bindings\n\nThe RequestStatus type will no longer exists as a WLAN affordance once\nhoneydew migrates to the new Python FIDL bindings. This change adjusts\nthe dependency to be directly on fuchsia.wlan.common/RequestStatus\ninstead.\n\nBug: 356217589\nChange-Id: If1fd62ed7be86186720c83ccd779f33a45f46880\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1246204\nFuchsia-Auto-Submit: Charles Celerier \u003cchcl@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Charles Celerier \u003cchcl@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "7f175ea7c3fb9a33e68d1689ca3bf1f2d3a8d86d",
      "tree": "8992c876c045dabbd2b79dc41364ea9c088c7d34",
      "parents": [
        "91a40c22ff315c54416ae67f6abe38ab20c406cc"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Tue Apr 08 00:25:50 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Apr 08 00:25:50 2025 -0700"
      },
      "message": "[antlion] Add local config for remote workflows\n\nThis CL allows using discovery of local devices via FFX. This supports\nremote workflows.\n\nAdditionally, update the README to reflect both this change and\nthe recent addition of config overrides (http://fxrev.dev/1065772).\n\nTest: fx test --e2e --output sl4f_sanity_test.sh\nChange-Id: Ie6830369e6219aa65175c857e7600b262d225042\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1240944\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\n"
    },
    {
      "commit": "91a40c22ff315c54416ae67f6abe38ab20c406cc",
      "tree": "69583c700941b24ad9ac3d53b784f06fa0397815",
      "parents": [
        "b0fb1e0bb7b1dda6f8d6b374f1f9599e4db4bb64"
      ],
      "author": {
        "name": "Marc Khouri",
        "email": "mnck@google.com",
        "time": "Thu Apr 03 14:22:43 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 03 14:22:43 2025 -0700"
      },
      "message": "Fix GN dependency for FFX\n\nfxbug.dev/295921890 provides a new way to depend on FFX for host tests.\n\nThis CL is required for tests defined elsewhere in the Fuchsia tree to\nuse the `antlion_host_test` target. Otherwise, they run afoul of the\nvisibility restriction in //src/developer/ffx:ffx_bin\n\nBug: b/295921890\nTest: fx test --e2e --output //third_party/antlion/tests/examples:sl4f_sanity_test\nChange-Id: I253e703d0f9fb652aeb4fe6f85d00872c5132ec5\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1244104\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Marc Khouri \u003cmnck@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "b0fb1e0bb7b1dda6f8d6b374f1f9599e4db4bb64",
      "tree": "be94e1e75c2e017337c73fe71b5e033a1f77ecd7",
      "parents": [
        "88745619663c1aa7eacec787a33bd54105cec629"
      ],
      "author": {
        "name": "Owners-Cleanup-Prod",
        "email": "swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com",
        "time": "Tue Apr 01 13:12:14 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Apr 01 13:12:14 2025 -0700"
      },
      "message": "[owners] Remove dhobsd@google.com from packages/antlion/controllers/OWNERS\n\nThis suggested change is automatically generated based on group\nmemberships and affiliations.\n\nPlease approve this change and vote the highest CR. This will keep the OWNERs\nfile tidy.  We ask that you do not ignore this change and approve it\nunless you know a reason the OWNER should remain.  It can always be\nreverted if needed.\n\nIf this change is in error, vote the lowest CR value (i.e. reject the CL)\nand the bot will abandon it.\n\nSee the owner\u0027s recent review activity for context:\nhttps://fuchsia-review.googlesource.com/q/dhobsd@google.com\n\nTo report an issue, file a bug in the Infra\u003eCodereview component.\n\nChange-Id: I30a0ee6927bbb2e6bd1f2e0c671e28479355d8a0\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1241747\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Owners-Cleanup-Prod \u003cswarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "88745619663c1aa7eacec787a33bd54105cec629",
      "tree": "856f2fd5916db558fd107571e73248931e9a7672",
      "parents": [
        "5286c526b44aee977dba622c95ec552a9b2b0e73"
      ],
      "author": {
        "name": "Owners-Cleanup-Prod",
        "email": "swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com",
        "time": "Tue Apr 01 12:25:13 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Apr 01 12:25:13 2025 -0700"
      },
      "message": "[owners] Remove dhobsd@google.com from packages/antlion/controllers/fuchsia_lib/OWNERS\n\nThis suggested change is automatically generated based on group\nmemberships and affiliations.\n\nPlease approve this change and vote the highest CR. This will keep the OWNERs\nfile tidy.  We ask that you do not ignore this change and approve it\nunless you know a reason the OWNER should remain.  It can always be\nreverted if needed.\n\nIf this change is in error, vote the lowest CR value (i.e. reject the CL)\nand the bot will abandon it.\n\nSee the owner\u0027s recent review activity for context:\nhttps://fuchsia-review.googlesource.com/q/dhobsd@google.com\n\nTo report an issue, file a bug in the Infra\u003eCodereview component.\n\nChange-Id: I22f1206abcd757ee6ffc0168d9517ab819417553\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1241788\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Owners-Cleanup-Prod \u003cswarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com\u003e\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\n"
    },
    {
      "commit": "5286c526b44aee977dba622c95ec552a9b2b0e73",
      "tree": "837c90556a952f33da9a080b1b9c941339c88d7c",
      "parents": [
        "a6ee59fe5f8cc1f7e07a5b462370be7b209d4490"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 31 17:33:42 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 31 17:33:42 2025 -0700"
      },
      "message": "Fix type annotations for WNM hostapd config\n\nChange-Id: I85f7dcf20e44170b6ededcd32b98fcb8690b6cc7\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1240564\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Karl Ward \u003ckarlward@google.com\u003e\n"
    },
    {
      "commit": "a6ee59fe5f8cc1f7e07a5b462370be7b209d4490",
      "tree": "515d606781777c60cbadc4b7513a53b1cb240398",
      "parents": [
        "b372d3c998ab847217046fe42e76c8981818544a"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 31 17:33:08 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 31 17:33:08 2025 -0700"
      },
      "message": "Add retry to WlanRvrTest initial AP setup\n\nReduce flakes caused by the AP\u0027s network doesn\u0027t show up in scan results\nat the starting attenuation. Add a retry and better cleanup behavior to\nimprove the proprobability of the AP coming up successfully.\n\nAdd retry for all interface initialization failures experienced by\nhostapd. This should also bring the same improvements to other tests as\nwell.\n\nWhile here, simplify the test flow of WlanRvrTest by removing all use of\nmodifying passed in list parameters for throughput and attenuation\nvalues.\n\nRemove manual control of radvd in WlanRvrTest. This is now handled by\neach AccessPoint individually for each AP created.\n\nRemove use of bokeh graphing, as this isn\u0027t being used.\n\nFixed: b/406822411\nChange-Id: Iee0bbd6823c2a17a7be68cfed59f3ec59bc94b4e\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1239142\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b372d3c998ab847217046fe42e76c8981818544a",
      "tree": "178ac0a883babdb1d62b689cb0e3a21fb32cbbea",
      "parents": [
        "e7362b4dde88b5a15c1eaf12850a497f6686b484"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 31 13:48:41 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 31 13:48:41 2025 -0700"
      },
      "message": "Format code with black\n\nRun black code formatter through antlion.\n\nChange-Id: I4f270a09d835b1b5a20f9b8a7a53fa65235024db\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1240624\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "e7362b4dde88b5a15c1eaf12850a497f6686b484",
      "tree": "5b9e8ab97a42b49e9a7271e62bf52f08d41d3827",
      "parents": [
        "ff6beb6f0c808cc5a4b2e36e1adeb0eb9a7226a6"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Thu Mar 27 12:05:54 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Mar 27 12:05:54 2025 -0700"
      },
      "message": "Expect WPA3 reconnect failure after reboot\n\nAdd an expected failure to reconnect to WPA3 networks after reboot due\nto http://b/402785458. This should be removed once this issue is\nresolved and Fuchsia respects 802.11w (PMF) comeback-time.\n\nBug: 42084246\nBug: b/271628778\nBug: b/402785458\nChange-Id: Iba7eb7f72885694e524178b4019be0a2ad84d81a\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1222446\nReviewed-by: Kevin Sakuma \u003csakuma@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "ff6beb6f0c808cc5a4b2e36e1adeb0eb9a7226a6",
      "tree": "86c8847528afb65481166f6906ca24743db84763",
      "parents": [
        "c1118ec4d0107febb39f14e03e285bc77cf1fb35"
      ],
      "author": {
        "name": "Priyanka Chaudhary",
        "email": "priyankach@google.com",
        "time": "Fri Mar 21 16:29:39 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Mar 21 16:29:39 2025 -0700"
      },
      "message": "Enable non-running WLAN Antlion tests on SD\n\nEdit antlion/environment.gni and BUILD.gn\nso missing wlan tests can start running.\n\nFixed: b/403368650\nChange-Id: I1ea87932efdcc627fbb381f502c33a4e22d93ee5\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1231846\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "c1118ec4d0107febb39f14e03e285bc77cf1fb35",
      "tree": "4ec5b863e3aab9f343f94f5ba6c10d20cfb84235",
      "parents": [
        "2077db56bb8c5625aec0c43dfdaee1fc89bb823b"
      ],
      "author": {
        "name": "John Tan",
        "email": "johntan@gmail.com",
        "time": "Thu Mar 20 14:50:37 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Mar 20 14:50:37 2025 -0700"
      },
      "message": "Add --config-override option to runner\n\nAllow users to supply their own test config instead of always generating\none.\n\nTest: fx test --e2e --output sl4f_sanity_test.sh\nTest: fx test --e2e --output sl4f_sanity_test.sh -- --config-override $(pwd)/config.yaml\nChange-Id: I8a2b90ec0f1dee57a36bb37aa75b4b40e496b527\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1065772\nCommit-Queue: John Tan \u003cjohntan@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "2077db56bb8c5625aec0c43dfdaee1fc89bb823b",
      "tree": "6c4fdf3e5d097e5c1acf63bfabef6e19b7987755",
      "parents": [
        "d40a43d2f48a04aabcfef83a3a245dff85cc1498"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Thu Mar 20 14:20:05 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Mar 20 14:20:05 2025 -0700"
      },
      "message": "Extend journalctl timeout to 5 minutes\n\nFixed: b/405163646\nChange-Id: Iad1d4e85c602e709a67af51168d721687e0ccbc1\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1233250\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "d40a43d2f48a04aabcfef83a3a245dff85cc1498",
      "tree": "f3c3f810b692e98cf6eae08f8ee463bfaacf679f",
      "parents": [
        "ee30fdc055fbb95f967c80da6a9ac08c6b07ef84"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Thu Mar 20 13:58:05 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Mar 20 13:58:05 2025 -0700"
      },
      "message": "Download auxiliary logs on teardown with timestamp\n\nAutomatically download all auxiliary device logs when a WLAN test calls\nteardown_class().\n\nAppend timestamps to the end of access point and iperf server log\nfilenames. This allows tests to download auxiliary device logs multiple\ntimes and creates a way to correlate the device\u0027s clock with the test.\nMeant for use in debugging long running tests where time drift between\nthe AP and tester could be significant or hard to follow by eye.\n\nChange-Id: If8b01826d53e108483b6d9415ab0c3264cf71d60\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1224566\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "ee30fdc055fbb95f967c80da6a9ac08c6b07ef84",
      "tree": "b5276debb72e04b3aac302cbfe50dda02a8d5117",
      "parents": [
        "726c31af11c5e036b1bfcd91c218c0ea82dbb1fd"
      ],
      "author": {
        "name": "Priyanka Chaudhary",
        "email": "priyankach@google.com",
        "time": "Thu Mar 13 10:00:04 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Mar 13 10:00:04 2025 -0700"
      },
      "message": "Remove deprecated wlan facade tests\n\nThese wlan tests are replaced with honeydew wlan affordances tests.\n\nFixed: b/402926912\nChange-Id: I403296cc463725cb64fb9025e7f34fc0cec196c7\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1227084\nFuchsia-Auto-Submit: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "726c31af11c5e036b1bfcd91c218c0ea82dbb1fd",
      "tree": "06bc96d89fc3d357a21049972c675cc7da192702",
      "parents": [
        "dae752ba4622e3c3de3afd7865db3431310cecf6"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 10 10:50:30 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 10 10:50:30 2025 -0700"
      },
      "message": "Remove logger duplicity with Mobly\n\nRemove duplicate methods from the logger module, cutting antlion\u0027s\nmodule down to only LogLevel. LogLevel remains as a way to ignore logs\nof a specified level, a utility that is not present in Mobly.\n\nChange-Id: If1f4ac164765c21f72b1fc679207fac58539edce\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1224195\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\n"
    },
    {
      "commit": "dae752ba4622e3c3de3afd7865db3431310cecf6",
      "tree": "2ee6ff35b193ff2bea2a112c51977254c2c0c3aa",
      "parents": [
        "b0fe0af23eaa313852d5626a306370d405ef25e8"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 10 10:45:23 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 10 10:45:23 2025 -0700"
      },
      "message": "Define hostapd\u0027s ap_max_inactivity config field\n\n... to workaround an issue where Fuchsia does not respect 802.11w (PMF)\ncomeback-time.\n\nBug: b/271628778\nChange-Id: I7f8b83fd1eb370936137676059f35aef0936541c\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1222377\nReviewed-by: Kevin Sakuma \u003csakuma@google.com\u003e\nReviewed-by: Karthik Krishnaswami \u003ckarthikrish@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "b0fe0af23eaa313852d5626a306370d405ef25e8",
      "tree": "aceebc831fabc723ef5cbda99a16568e4f506149",
      "parents": [
        "88dbfa7d92eb71d5d8306853b09de739dd152383"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 10 09:53:42 2025 -0700"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 10 09:53:42 2025 -0700"
      },
      "message": "Fix test_cases for wlan_reboot_*_test_quick\n\nFixed: b/401585531\nChange-Id: I224ef0bd8735f1a314c8088ca28d4ca2d036d883\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1223144\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "88dbfa7d92eb71d5d8306853b09de739dd152383",
      "tree": "fec9f40754f96846cca16ac24c98e77e05de9c51",
      "parents": [
        "338660de7ddd2ea2801f677fe3a5e50006174137"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Fri Mar 07 14:00:25 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Mar 07 14:00:25 2025 -0800"
      },
      "message": "Expect FC to core dump after ChannelSwitchTest\n\nUpdate antlion-runner to expect a core dump from Fuchsia Controller\nduring teardown of ChannelSwitchTest. This should be removed once the\npanic has been found and addressed, as the test will fail otherwise if\nantlion-runner does not detect a core dump after running\nChannelSwitchTest.\n\nBug: b/401318909\nChange-Id: If56c147233192693d725e91b380f22ed661f6411\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1222371\nReviewed-by: Andrew Davies \u003cawdavies@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "338660de7ddd2ea2801f677fe3a5e50006174137",
      "tree": "7f0d359f4247287f8863c2d77766995c3f3a4735",
      "parents": [
        "f26d7c35fdac4d2d320a0aba29e5d3b83e4f5e99"
      ],
      "author": {
        "name": "Pavan Kumar Juturu",
        "email": "jpavankumar@google.com",
        "time": "Wed Mar 05 16:44:31 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Mar 05 16:44:31 2025 -0800"
      },
      "message": "[antlion][honeydew] Update the path of FuchsiaDevice\n\nwhich got updated as part of fxr/1210558\n\nBug: 398066508\nChange-Id: Ib614ac3c6c94ed90c6f21136c299d8a1a4254ed6\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1211324\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nCommit-Queue: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\n"
    },
    {
      "commit": "f26d7c35fdac4d2d320a0aba29e5d3b83e4f5e99",
      "tree": "e70ec8ba9155241b1fab18045f09d0ed7f572608",
      "parents": [
        "367aa16a482947cfb126f378d8b3073d3e8faf8c"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Wed Mar 05 16:03:01 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Mar 05 16:03:01 2025 -0800"
      },
      "message": "Fix WlanRvrTest failing to associate to WPA2\n\nFix an issue where the test was not specifying security when setting up\nthe access point.\n\nFixed: b/400719539\nChange-Id: I7bd8dc5793305ee16daea86a470d18b604ea4f26\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1221244\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Priyanka Chaudhary \u003cpriyankach@google.com\u003e\n"
    },
    {
      "commit": "367aa16a482947cfb126f378d8b3073d3e8faf8c",
      "tree": "ec823d4a765cd206cc8566a15a2b693c7fbfe577",
      "parents": [
        "8f606ea5fe4178cc9d05601bbbf9be286db0b731"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Mar 04 12:20:26 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Mar 04 12:20:26 2025 -0800"
      },
      "message": "Expect ChannelSwitchTest to fail to platform bug\n\nBug: b/395972717\nChange-Id: I19a7ad2c9c96f560061364dbe75aff1bf38ab0c7\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1214404\nReviewed-by: Marc Khouri \u003cmnck@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "8f606ea5fe4178cc9d05601bbbf9be286db0b731",
      "tree": "2724f4590146949bb61885545d982736e810f743",
      "parents": [
        "7281bcc660812124d12d026f6c3d0c29dd170c01"
      ],
      "author": {
        "name": "Hayden Nix",
        "email": "haydennix@google.com",
        "time": "Tue Mar 04 09:44:26 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Mar 04 09:44:26 2025 -0800"
      },
      "message": "Fix client update assert on connections disabled\n\nThis changes the WLAN client update assertion that is expected following\nclient connections being disabled during a pending connection, as per\nhttps://fxrev.dev/1215106.\n\nBug: 398916486\nTest: tested with above change to fuchsia/src\n\nChange-Id: I3e4ed28e8ee404dee573a54123869e083318c799\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1216070\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Hayden Nix \u003chaydennix@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7281bcc660812124d12d026f6c3d0c29dd170c01",
      "tree": "269d93447d74d3f311f74c25d23e0c69048865fe",
      "parents": [
        "846a32b0143c738fcb4da736099c95f88950788a"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 03 12:25:30 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 03 12:25:30 2025 -0800"
      },
      "message": "Fix WlanRvrTest TypeError\n\nFixed: b/400470258\nChange-Id: I8ea9acf5d73afab5e3b8945bc100294d97c7b637\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1219205\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "846a32b0143c738fcb4da736099c95f88950788a",
      "tree": "f24ba1ae50d28c5c9ac51b4c22573741c5099bc2",
      "parents": [
        "1c36eb571365c6d779a0fdd987aff22c73a08a05"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 03 12:19:46 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 03 12:19:46 2025 -0800"
      },
      "message": "Fix WlanRvrTest infinite wait\n\nFix an issue running WlanRvrTest where it would run infinitely due to\nthe accidental removal of a single line of code during a previous\nrefactor of the test.\n\nFixed: b/400469555\nChange-Id: I3ed8c29864d74e9ed3a7ff4552391afcba32790c\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1219204\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "1c36eb571365c6d779a0fdd987aff22c73a08a05",
      "tree": "a824dd2e5bb10321be26d1f0c4c5d96e1bb8e9e2",
      "parents": [
        "89562d4ed0fe83dda0b6b49b88b24b8bb426ae58"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 03 12:17:26 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 03 12:17:26 2025 -0800"
      },
      "message": "Add debug logging to WlanRvrTest test loop\n\nBug: b/398860274\nChange-Id: I90ba70e763afb9d09fe6322a3382094c96a4a906\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1215048\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\n"
    },
    {
      "commit": "89562d4ed0fe83dda0b6b49b88b24b8bb426ae58",
      "tree": "972e4693600c642187ef2ca254f48ac09457471a",
      "parents": [
        "18a06a77dc63c3cd8fd5f41b6c4f5b563704c750"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Mar 03 12:04:06 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Mar 03 12:04:06 2025 -0800"
      },
      "message": "Fix undefined \"password\" member of Security\n\nFixed: b/398860274\nChange-Id: I6eb64ea37a1a543463bd6e0b669548f44af088a8\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1215030\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "18a06a77dc63c3cd8fd5f41b6c4f5b563704c750",
      "tree": "7712f4173e7df6ea6e3de20ded7397303dd8b2ed",
      "parents": [
        "a290938aa8258436966f32700225dc0d28acf89e"
      ],
      "author": {
        "name": "Pavan Kumar Juturu",
        "email": "jpavankumar@google.com",
        "time": "Tue Feb 25 16:41:19 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Feb 25 16:41:19 2025 -0800"
      },
      "message": "[antlion][honeydew] Update the path of FfxConfig\n\nand change the create_device arg name from ffx_config to ffx_config_data\nwhich got updated as part of fxr/1209105\n\nBug: 397438776\nChange-Id: I4ffc5bd8554779ae413a335770b09dfd4475dd5c\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1210988\nFuchsia-Auto-Submit: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "a290938aa8258436966f32700225dc0d28acf89e",
      "tree": "922a90e033198b5b1ec25468fd49e97b8dbc07d7",
      "parents": [
        "a0c2746cf08a793dbf70926fddcbdfe25d50deb3"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Feb 25 11:53:50 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Feb 25 11:53:50 2025 -0800"
      },
      "message": "Fix WLAN client update asserts\n\nFix a bug in StartStopClientConnectionsTest where WLAN client state\nupdates are being missed, causing the test to think the DUT didn\u0027t\ndisconnect from the test network.\n\nFixed: b/394949509\nChange-Id: I400ec9dadfc071179179821bcfd661be2639be43\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1207647\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "a0c2746cf08a793dbf70926fddcbdfe25d50deb3",
      "tree": "d605adb4ae90c1903a30b3dd453857e162a7ce13",
      "parents": [
        "02521865f3e36260a88107463cf322f5926321b9"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Feb 24 10:44:09 2025 -0800"
      },
      "committer": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Feb 24 10:44:09 2025 -0800"
      },
      "message": "Gather AP logs in StartStopClientConnectionsTest\n\nBug: b/394949509\nChange-Id: Ica1b109dd33bed5a2f1e6221a7d9ce08c9c61aa5\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1207646\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\n"
    },
    {
      "commit": "02521865f3e36260a88107463cf322f5926321b9",
      "tree": "b7b3ec43f5c1b3f5a1fb4c6a9e4d02a6e6e94268",
      "parents": [
        "8064890925b6bdcfb88314a9eedd9040f26c99b5"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Wed Feb 12 16:55:37 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Feb 12 16:55:37 2025 -0800"
      },
      "message": "Fix bssid retrieval from ssid\n\nFix an issue where WlanWirelessNetworkManagementTest fails with an\nout-of-bound index. While here, refactor get_bssid_from_ssid to use the\nBandType enum instead of string constants. Also refactor this function\nto always return a string, removing asserts from the test.\n\nFixed: b/394950295\nTest: fx test-remote --test wlan_wireless_network_management_test.sh\nChange-Id: I3791022151aa658052938baa4bc385c14a2d3ac2\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1205830\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\n"
    },
    {
      "commit": "8064890925b6bdcfb88314a9eedd9040f26c99b5",
      "tree": "402778bf44759b8c65f4e92b1951d87b6b64e3d3",
      "parents": [
        "ff55ede3ca1543d0f9f2c2b8f04802f759cfdf44"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Wed Feb 12 16:54:52 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Feb 12 16:54:52 2025 -0800"
      },
      "message": "Poll for new channel in ChannelSwitchTest\n\nFix a race condition in ChannelSwitchTest where the test was failing\nwhen the DUT didn\u0027t switch channels immediately. Add polling for the new\nchannel within the expected max channel switch time.\n\nFixed: b/384093887\nBug: b/395972717\nTest: fx test-remote --test channel_switch_test.sh\nChange-Id: I0bc75c5872a2e2bd524c896e78a5cca91daecd98\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1204297\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "ff55ede3ca1543d0f9f2c2b8f04802f759cfdf44",
      "tree": "186359c91ad07655ce21390773543a61068a7744",
      "parents": [
        "b7537ef36fce9e5225ed0239e37d3e92c733d7ea"
      ],
      "author": {
        "name": "Pavan Kumar Juturu",
        "email": "jpavankumar@google.com",
        "time": "Mon Feb 10 17:04:32 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Feb 10 17:04:32 2025 -0800"
      },
      "message": "[antlion] Update the path of PowerSwitch DMC module\n\nsince PowerSwitch aux device code has been moved to a different path as\npart of fxr/1200299\n\nBug: 394695644\n\nChange-Id: Id19f37d59c95ef09c89bf13acfdaaa36403c5351\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1201390\nCommit-Queue: Pavan Kumar Juturu \u003cjpavankumar@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "b7537ef36fce9e5225ed0239e37d3e92c733d7ea",
      "tree": "08cc3e040d68ceb68f317d26b4340563d935e8de",
      "parents": [
        "b2020bdbc9543839ac43326c3bfc5a1839d3a306"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Fri Feb 07 17:56:28 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Feb 07 17:56:28 2025 -0800"
      },
      "message": "Capture packets in WlanPhyCompliance11ACTest\n\nCapture packet for every subtest of WlanPhyCompliance11ACTest. With a\nsize of 8 KB per pcap and 6912 subtests, this adds 55.296 MB of pcaps\nper test run. While it\u0027s possible to only save pcaps in the case of\nerrors, there wouldn\u0027t be a baseline to compare against.\n\nBug: b/394935847\nChange-Id: I14bc5c7373360432df69f3c1f3e4bfc202df049b\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1202224\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "b2020bdbc9543839ac43326c3bfc5a1839d3a306",
      "tree": "f8bb8f22f1c34c9df71c0747137848d7adbf2a42",
      "parents": [
        "cecfac4027a7aa2df9f1b10b2b2cd95642bc6e45"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Fri Feb 07 17:55:05 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Feb 07 17:55:05 2025 -0800"
      },
      "message": "Fix all WPA2 WlanPhyCompliance11ACTest subtests\n\nFix an issue where the DUT and AP were using different WPA2 passwords.\nAlso generate the Security as part of the test logic, making every\npassword unique.\n\nFixed: b/394935847\nChange-Id: I23678526fe260292e7311bae78f62b5ad9a9b269\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1200503\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "cecfac4027a7aa2df9f1b10b2b2cd95642bc6e45",
      "tree": "b4dfc651878dd55d5f0d448d818d7bed56e87566",
      "parents": [
        "6e8b8b6f19fc4b862cf9e8c6c5ad226bc2305850"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Thu Feb 06 11:59:00 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Feb 06 11:59:00 2025 -0800"
      },
      "message": "Set vht_oper_centr_freq_seg0_idx correctly\n\nFix an issue where hostapd was starting with invalid configuration when\nstarting on 5G channels with VHT enabled and 20 MHz bandwidth.\n\nFixed: b/391906207\nChange-Id: I553c3e05e32a381de9c153c1e3712ccbb9dada1e\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1200175\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\n"
    },
    {
      "commit": "6e8b8b6f19fc4b862cf9e8c6c5ad226bc2305850",
      "tree": "e33d49e89c3884a75d9cc4a96353243f07bd5015",
      "parents": [
        "b131631028d63ac9e5608625c26c368005fd1ee3"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Feb 03 13:14:55 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Feb 03 13:14:55 2025 -0800"
      },
      "message": "Retry launch of radvd on error\n\nWorkaround an issue where radvd receives SIGINT from an unknown source,\npreventing execution of future tests. This change implements retrying\nfor 30 seconds before giving up.\n\nBug: b/372534563\nChange-Id: I3ae765edbbb4dafaf2190504ac4a3650c7c02f7a\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1197254\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b131631028d63ac9e5608625c26c368005fd1ee3",
      "tree": "ca884f85a81ef5b3a76388a7745a6f153aec0dff",
      "parents": [
        "b9f341a9592baac2227932e4e76f168aee7f37bb"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Thu Jan 09 15:33:09 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Jan 09 15:33:09 2025 -0800"
      },
      "message": "Pass DHCP tests on multiple discovers/offers\n\nAllow DHCP tests to pass when the Fuchsia DHCP client enqueues discover\npackets while EAPOL is in progress. Remove this logic if this is deemed\nunacceptable behavior.\n\nBug: b/384790032\nChange-Id: I362b587ab26b7dfad5b6c696b3de90e8fbdd9766\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1184761\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Peter Johnston \u003cpeterjohnston@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "b9f341a9592baac2227932e4e76f168aee7f37bb",
      "tree": "5306ab0842286a93dab6dd659826f119e333e1b4",
      "parents": [
        "0478a7b60bd8f01ac743feb875a0bcc21162e91e"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Jan 07 16:56:52 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Jan 07 16:56:52 2025 -0800"
      },
      "message": "Fix DMC reboot logic\n\nFix an issue where configure_wlan is skipped after reboot for testbeds\nthat use DMC as a PDU.\n\nBug: b/388083586\nChange-Id: Ib641741f8e653c88ec1fb51562f215effce38dbc\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1184014\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\n"
    },
    {
      "commit": "0478a7b60bd8f01ac743feb875a0bcc21162e91e",
      "tree": "0a5821fb34e2ec1a92831e5f498519e2dfcf1d4a",
      "parents": [
        "d5fe60dae1acd184a962405cc2e2845412db78ba"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Jan 06 16:12:29 2025 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Jan 06 16:12:29 2025 -0800"
      },
      "message": "Rewrite WlanScanTest with generate_tests\n\nRefactor the WlanScanTest to remove NetworkList and introduce generated\ntests. Has the benefit of starting a new access point with unique ssids\nfor each test.\n\nFixed: b/385214761\nChange-Id: I95e6644c61b88eacd61df4b87124d9b701fff1ec\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1178832\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "d5fe60dae1acd184a962405cc2e2845412db78ba",
      "tree": "0371f3b4b976fe57ee832005bf087504784ee189",
      "parents": [
        "22a0bbd5f313f9937f3d24730e965fe5b617b8cc"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Fri Dec 20 14:54:03 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Dec 20 14:54:03 2024 -0800"
      },
      "message": "Shard WlanReboot tests\n\nChange-Id: I4ba76bb4cb0a7770c94f22aa15ddc23ad13ab889\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173193\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "22a0bbd5f313f9937f3d24730e965fe5b617b8cc",
      "tree": "1c6874c64b3611f875215d243c57567d699251df",
      "parents": [
        "7ee4c561f2b77837b5ced26a987839a45405b423"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Fri Dec 20 11:46:32 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Fri Dec 20 11:46:32 2024 -0800"
      },
      "message": "Fix WlanScanTest key/auth error\n\nAlso added a TODO for bug giving false positives due to open security\nnot being correctly setup.\n\nFixed: b/384090148\nFixed: b/384090385\nChange-Id: Ie534c219ce5a3a3fa2fe22a7d0957dd863f381aa\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1177233\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7ee4c561f2b77837b5ced26a987839a45405b423",
      "tree": "23a19bf768234839dc1b02fa0e8a6a801b63f5a2",
      "parents": [
        "5f6c0777aa647c43156ff164b235ddfbb2c16e88"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Thu Dec 19 17:57:01 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Dec 19 17:57:01 2024 -0800"
      },
      "message": "Shard security compliance tests\n\nChange-Id: I409d7277bdbeead9103750e57bdc730aa29c2449\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173192\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "5f6c0777aa647c43156ff164b235ddfbb2c16e88",
      "tree": "5a7b7516224e9b0a81b226f7442b3039f5fa1af3",
      "parents": [
        "c2a669823863b03f20807a544deba46475fc5f13"
      ],
      "author": {
        "name": "Patrick Lu",
        "email": "patricklu@google.com",
        "time": "Thu Dec 19 17:29:55 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Dec 19 17:29:55 2024 -0800"
      },
      "message": "Shard PhyCompliance AC/N tests\n\nAlso includes bug fix for setup_and_connect.\n\nFixed: b/280879509\nFixed: b/281112358\nChange-Id: Idfabf0a539b702eac0951985f243706cc702c816\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1160393\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\nFuchsia-Auto-Submit: Patrick Lu \u003cpatricklu@google.com\u003e\nReviewed-by: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "c2a669823863b03f20807a544deba46475fc5f13",
      "tree": "b2d7b901552976c440aeb9eec8144fe02098e692",
      "parents": [
        "621d200b5f8a31fe88c8b4e066e354880b774dc3"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Wed Dec 18 17:40:51 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Dec 18 17:40:51 2024 -0800"
      },
      "message": "Add packet sniffing to DHCP tests\n\nStart tcpdump on the access point at the beginning of every DHCP test.\n\nRefactor TcpdumpProcess to be a context manager, making it less\nerror-prone. Helps prevent incomplete cleanup.\n\nBug: b/384790032\nTest: Verified http://ci.chromium.org/b/8728177227521758993 has pcaps\nChange-Id: I87633290bbe90f10b47780c3c668c52f48fa5dd6\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1176853\nReviewed-by: Charles Celerier \u003cchcl@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "621d200b5f8a31fe88c8b4e066e354880b774dc3",
      "tree": "b21d4ce187b8e7aa9dc7d8a3bbe72a1d47831259",
      "parents": [
        "49cb14187ac5f7c16c72cfa8f5bcd26b3106305b"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Wed Dec 18 13:36:18 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Dec 18 13:36:18 2024 -0800"
      },
      "message": "Fix import error for WLAN WNM test\n\nRemove WlanWirelessNetworkManagementTest from the list of mypy excluded\nfiles to avoid this in the future.\n\nChange-Id: I34d1292fc35969959b332ad87b8ec8e50d3b31aa\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1176852\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "49cb14187ac5f7c16c72cfa8f5bcd26b3106305b",
      "tree": "cd0179d9502432981c0c9a811de545270c940d7f",
      "parents": [
        "ff428d0efbf813bdbe6f7415897d45ff93a2760a"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Dec 17 13:45:49 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Dec 17 13:45:49 2024 -0800"
      },
      "message": "Remove SL4F wlan_ap_policy_lib\n\nReplace SL4F wlan_ap_policy_lib facade with Fuchsia Controller\nequivalents using Honeydew.\n\nChange-Id: I1073e62c2e7424f74537ac3d8303efb43babb1f2\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1174638\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nCommit-Queue: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "ff428d0efbf813bdbe6f7415897d45ff93a2760a",
      "tree": "921f8d2261caa18c43168dede9a3daad7dca7417",
      "parents": [
        "da4bdab08c1233236b5000860d23eff7854b26ac"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Dec 17 13:45:10 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Dec 17 13:45:10 2024 -0800"
      },
      "message": "Remove SL4F device_lib\n\nRemove unused SL4F facade device_lib.\n\nChange-Id: Ie6ae1af8e86c3539fe889f6b43bf63a8e81bf4b4\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1174736\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\n"
    },
    {
      "commit": "da4bdab08c1233236b5000860d23eff7854b26ac",
      "tree": "a1ef55c1c2b2e39dbcd4ca9d4ff49791176e334e",
      "parents": [
        "4bde47337641fcab2dcb09e011d6240ae7bdf182"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Dec 17 13:37:47 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Dec 17 13:37:47 2024 -0800"
      },
      "message": "Remove SL4F hardware_power_statecontrol_lib\n\nRemove unused hardware_power_statecontrol_lib SL4F module.\n\nChange-Id: I6fc51f11374263768e6af105eccf7ae28a2c66f4\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173823\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nCommit-Queue: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "4bde47337641fcab2dcb09e011d6240ae7bdf182",
      "tree": "1aa29d1e00f943c4ec24604866823cba81b2e877",
      "parents": [
        "950d85e7ae7a722d09d9ad7490f4a9bea8edb0d7"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Dec 17 13:30:04 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Dec 17 13:30:04 2024 -0800"
      },
      "message": "Remove SL4F logging_lib\n\nRemove the unused FuchsiaLoggingTest and its SL4F facade.\n\nChange-Id: If26f41b47ec33dea5d392341292867e4f8412438\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173323\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nCommit-Queue: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "950d85e7ae7a722d09d9ad7490f4a9bea8edb0d7",
      "tree": "01713c65d34be7ef85943bc81e185d1669b3dad3",
      "parents": [
        "a2903e675dd2de3ab330a1c946f88100f781d21f"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Tue Dec 17 13:21:40 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Tue Dec 17 13:21:40 2024 -0800"
      },
      "message": "Remove SL4F netstack_lib\n\nReplace all SL4F netstack commands with direct calls to Honeydew\u0027s\nnetstack module.\n\nChange-Id: I3f55eaf2e023985c81db22615482f142bd47ad91\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173322\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Jonathan Chang \u003cjnchang@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "a2903e675dd2de3ab330a1c946f88100f781d21f",
      "tree": "94f9508cec76d20098b119f5bc77c158bf626bb1",
      "parents": [
        "d601bbce66cda246e928ce02ed6f4e4b0ea58b4d"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Dec 16 17:58:15 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Dec 16 17:58:15 2024 -0800"
      },
      "message": "Remove SL4F wlan_policy_lib\n\nReplace all SL4F wlan_policy commands with direct calls to Honeydew\u0027s\nwlan_policy module.\n\nChange-Id: Ib2ba69d6a9db2bab2bb278f21a2944d6a284f4d8\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173822\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nCommit-Queue: Sam Balana \u003csbalana@google.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "d601bbce66cda246e928ce02ed6f4e4b0ea58b4d",
      "tree": "347e5cf19faedb988ba9e3550543f4461281cf44",
      "parents": [
        "dfa968fdef87f875f2509c64df991c30d5c15879"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Dec 16 17:54:23 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Dec 16 17:54:23 2024 -0800"
      },
      "message": "Remove SL4F wlan_lib\n\nReplace all SL4F wlan commands with direct calls to Honeydew\u0027s wlan\nmodule.\n\nChange-Id: I3eb588c681e177f7fcdda24fc8c7ff84bbc45e79\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173321\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nCommit-Queue: Sam Balana \u003csbalana@google.com\u003e\n"
    },
    {
      "commit": "dfa968fdef87f875f2509c64df991c30d5c15879",
      "tree": "3cf2cdc73659a54c583dd34e9042ca119caaa32d",
      "parents": [
        "5e53c78fef71ff09e14436995f5e52ab0fc13756"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Dec 16 17:52:20 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Dec 16 17:52:20 2024 -0800"
      },
      "message": "Always use honeydew\n\nRemove option to disable honeydew. This is the first part of a list of\nupcoming changes to purge SL4F in favor of using Honeydew, which uses\nFuchsia Controller.\n\nChange-Id: I224fc773ae9356fea9bccaab46cdf99e1ddd6343\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173818\nCommit-Queue: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "5e53c78fef71ff09e14436995f5e52ab0fc13756",
      "tree": "6385dc7a6abc0a244e2abe0000e7f307e0c3a3c8",
      "parents": [
        "62d13229786e9118e32db48066370358810a1553"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Mon Dec 16 11:56:56 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Mon Dec 16 11:56:56 2024 -0800"
      },
      "message": "Update README local emulator example\n\nReplace old non-functioning commands with working ones.\n\nChange-Id: I27299bbaad23297f2424548cc109fac7b963f971\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173812\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Bjoern Johansson \u003cbjoernj@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "62d13229786e9118e32db48066370358810a1553",
      "tree": "ac2b0d2055ce1d2d31e9658993d36a62bb07a33d",
      "parents": [
        "ce834723ce8545240476e8a6f15584375ed78936"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Thu Dec 12 17:46:17 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Dec 12 17:46:17 2024 -0800"
      },
      "message": "Add logging after exception in ChannelSweepTest\n\nChange-Id: I5aa6aac43a6d8f406aa7a6d6f30de80704bef6be\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1173108\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\nReviewed-by: Patrick Lu \u003cpatricklu@google.com\u003e\n"
    },
    {
      "commit": "ce834723ce8545240476e8a6f15584375ed78936",
      "tree": "9ce06be3cfb14e9c82eec92dbdd00f66c8b91365",
      "parents": [
        "153882c48ffc3035ffb886f516b44a1370753fc2"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Wed Dec 11 13:37:25 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Dec 11 13:37:25 2024 -0800"
      },
      "message": "Temporarily disable long running full tests\n\nBug: b/259966199\nChange-Id: I9744452cccf23a4b27f4d9699e64cffadb250bf4\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1168327\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "153882c48ffc3035ffb886f516b44a1370753fc2",
      "tree": "1faeb48154cb9f7ae724d53b60a1823e0967c6f8",
      "parents": [
        "6d62bbe6b5992aaf86456e76605ee7a0c87c9eda"
      ],
      "author": {
        "name": "Sam Balana",
        "email": "sbalana@google.com",
        "time": "Wed Dec 11 12:50:19 2024 -0800"
      },
      "committer": {
        "name": "CQ Bot",
        "email": "fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Wed Dec 11 12:50:19 2024 -0800"
      },
      "message": "[runner] Forward termination signals to Python\n\nFix an issue where test timeouts in infrastructure resulted in no logs\nuploaded to LUCI artifacts. This was caused by SIGTERM not being\nforwarded to the Python process running antlion, communicating to the\nSwarming bot that the test is unresponsive, resulting in a forced kill\nbefore antlion-runner is able to run teardown() on the InfraDriver.\nSince teardown wasn\u0027t being called, symlinks weren\u0027t being removed from\nthe output directory causing errors while uploading to CAS.\n\nFixed: b/356240967\nChange-Id: I6ddcc83db093e7d41899d8e9e364542e9efe3adb\nReviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1162412\nFuchsia-Auto-Submit: Sam Balana \u003csbalana@google.com\u003e\nReviewed-by: Christopher Johnson \u003ccrjohns@google.com\u003e\nCommit-Queue: Auto-Submit \u003cauto-submit@fuchsia-infra.iam.gserviceaccount.com\u003e\n"
    }
  ],
  "next": "6d62bbe6b5992aaf86456e76605ee7a0c87c9eda"
}
