[roll] Roll antlion Fix Dhcp logging error in Dhcpv4InteropTest

Our Dhcp tests have been relying on logging to /var/log/messages and
grepping for lines like: "dhcpd[26695]: DHCPDISCOVER from
f8:0f:f9:3d:ce:d1 via wlan1". This causes issues for us because the
/var/log/messages does not get reset and there is no guarantee that the
PID for each new dhcp daemon will be unique across time. The fix is to
add the "-d" flag to our job command for running dhcpd and change our
logging to utilizing a temp log file we create and destroy each time we
start dhcp.

Original-Fixed: b/232574848
Test: Dhcpv4InteropTest
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/794607
Original-Revision: bdf71caac2e454dec9886e8b44cb170d8fb05f4c
GitOrigin-RevId: 9cbd0c5f024603a9f5f8c20419f15d509bdfd45d
Change-Id: I8ebaa83bce593a61a4873d035c142cf5d414a669
1 file changed
tree: e97a088a04b981dcb974b174b62c8c8d33062905
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.