24 lines
675 B
Plaintext
24 lines
675 B
Plaintext
|
summary: Systemtap static probes test
|
||
|
description: |
|
||
|
This test checks basic functionality of Python's systemtap static
|
||
|
probes. It runs list & top systemtap scripts (examples from the
|
||
|
python rpm) and then a python script using the "random" module.
|
||
|
Finally it checks that the "random" module is correctly listed in
|
||
|
the output of both systemtap scripts.
|
||
|
contact: Petr Splichal <psplicha@redhat.com>
|
||
|
component:
|
||
|
- python
|
||
|
- systemtap
|
||
|
test: ./runtest.sh
|
||
|
framework: beakerlib
|
||
|
recommend:
|
||
|
- python
|
||
|
- python-debuginfo
|
||
|
- systemtap
|
||
|
- python2
|
||
|
- python3
|
||
|
- elfutils
|
||
|
duration: 15m
|
||
|
extra-summary: /CoreOS/python/Sanity/systemtap
|
||
|
extra-task: /CoreOS/python/Sanity/systemtap
|