Bug 51668 - 22_computerroom_wakeonlan.py is flaky
22_computerroom_wakeonlan.py is flaky
Status: NEW
Product: UCS Test
Classification: Unclassified
Component: UCS@school
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS@school maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-07-14 11:33 CEST by Tobias Wenzel
Modified: 2020-07-14 11:33 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Wenzel univentionstaff 2020-07-14 11:33:24 CEST
The test 22_computerroom_wakeonlan.py checks if WoL signals can be sent to 255.255.255.255 or other subnet addresses (see Bug #51074). 
To implement this, the tshark output is greped for the mac of the client, which the signal is being sent to. Since tshark takes some time to start, this is done multiple times. This is most likely the problem, but I couldn't fix it so far.

The test passes on my VM, but remains flaky on jenkins. I set the flag to SKIP-UCSSCHOOL for now.