CI tests: bz2152970 is a known issue
This commit is contained in:
parent
671f002697
commit
6e2eede1a1
@ -26,8 +26,8 @@
|
|||||||
#
|
#
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
# Include rhts environment
|
|
||||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||||
|
. /etc/os-release || exit 1
|
||||||
|
|
||||||
# Packages to be tested
|
# Packages to be tested
|
||||||
PACKAGES="${PACKAGES:-python3}"
|
PACKAGES="${PACKAGES:-python3}"
|
||||||
@ -60,6 +60,8 @@ rlJournalStart
|
|||||||
# Note that typically you need to be root to run "stap" (or be within
|
# Note that typically you need to be root to run "stap" (or be within
|
||||||
# an appropriate group)
|
# an appropriate group)
|
||||||
for script in list top; do
|
for script in list top; do
|
||||||
|
# bz2152970 is a known probem
|
||||||
|
[ "$ID" == "fedora" ] && [ "$script" == "top" ] && continue
|
||||||
rlPhaseStartTest "Test $script"
|
rlPhaseStartTest "Test $script"
|
||||||
rlRun "rm -rf ~/.systemtap/cache" 0 "Cleaning cache"
|
rlRun "rm -rf ~/.systemtap/cache" 0 "Cleaning cache"
|
||||||
rlRun "stap $script.stp -v -c \"$PYTHON test.py\" > $script" \
|
rlRun "stap $script.stp -v -c \"$PYTHON test.py\" > $script" \
|
||||||
|
@ -9,7 +9,7 @@ recommend:
|
|||||||
- systemtap
|
- systemtap
|
||||||
- systemtap-testsuite
|
- systemtap-testsuite
|
||||||
- perf
|
- perf
|
||||||
duration: 10m
|
duration: 100m
|
||||||
extra-summary: /tools/systemtap/Regression/small-tests
|
extra-summary: /tools/systemtap/Regression/small-tests
|
||||||
extra-task: /tools/systemtap/Regression/small-tests
|
extra-task: /tools/systemtap/Regression/small-tests
|
||||||
tier: 1
|
tier: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user