9 Commits

Author SHA1 Message Date
Andrei Vagin f010ae01ac Fix a few typos 2025-01-29 21:16:51 -08:00
Kevin Krakauer 973e1032b4 Automated rollback of changelist 699333953
PiperOrigin-RevId: 702084502
2024-12-02 14:24:26 -08:00
Kevin Krakauer d118c2b5ca testing: reenable previously failing root tests
These pass following cl/699266292.

PiperOrigin-RevId: 699333953
2024-11-22 17:25:31 -08:00
Kevin Krakauer 0752ab653e testing: increase some timeouts in packet tests
These are unnecessarily short, and can cause flakes.

Startblock:
  cl/698155239 is submitted
PiperOrigin-RevId: 698863623
2024-11-21 11:55:25 -08:00
Kevin Krakauer f2d16915c2 testing: disable flakey root tests to unblock submission
I'm looking into these, but it's not worth blocking everyone.

PiperOrigin-RevId: 698464058
2024-11-20 11:42:36 -08:00
Ghanan Gowripalan 2319f958fc Automated rollback of changelist 536743330
PiperOrigin-RevId: 563224104
2023-09-06 14:58:03 -07:00
Nicolas Lacasse e4ece21634 hostinet: Implement packet sockets.
Two of the tests are still disabled for now. There is an existing issue with
poll in hostinet that I need to look into.

PiperOrigin-RevId: 513936838
2023-03-04 00:48:57 -08:00
Arthur Sfez 944b941f9d Allow martian packets on packet socket dgram tests
Before this change, this test fixture expected it to be enabled already
instead of updating the config.

The Teardown method also restore the initial configuration, so that
these tests do not permanently change the config of the machines that
run the tests.

PiperOrigin-RevId: 447814273
2022-05-10 13:38:26 -07:00
Ghanan Gowripalan eccd46e67c Rename packet_socket to packet_socket_dgram
...so that a later change can add a new packet_socket syscall test
target that holds raw/dgram packet socket generic common tests. The
current packet_socket syscall test target holds tests specific to
dgram packet sockets.

While I am here, remove the defines for the packet_socket_raw_test
target as no code is guarded with `__linux__` in the target's sources.

PiperOrigin-RevId: 397217761
2021-09-16 18:56:08 -07:00