systemtap/tests/Regression/python-probing/test.py
Martin Cermak 4dfa7981ab CI Gating: Add the python-probing testcase
Add tests/Regression/python-probing covering rhbz2027683.  Also
do minor updates to help the other tests behave correctly.

Related: #2027683
2022-01-21 10:42:59 +01:00

4 lines
57 B
Python
Executable File

import random, time
print(random.random())
time.sleep(3)