Remove source of entropy tests
Signed-off-by: Julien Rische <jrische@redhat.com>
This commit is contained in:
parent
7be83f5dbc
commit
08d251b9d6
@ -1,22 +0,0 @@
|
|||||||
tag:
|
|
||||||
- CI-Tier-1
|
|
||||||
- CI-Tier-1-krb5
|
|
||||||
- Fedora 31
|
|
||||||
- Fedora 32
|
|
||||||
- FedoraReady
|
|
||||||
- IDM-CI-gating
|
|
||||||
- NoRHEL4
|
|
||||||
- NoRHEL5
|
|
||||||
- TIPpass
|
|
||||||
- TIPpass_Security
|
|
||||||
- Tier1
|
|
||||||
- Tier1security
|
|
||||||
- rhel_upgrade
|
|
||||||
tier: '1'
|
|
||||||
adjust:
|
|
||||||
- enabled: false
|
|
||||||
when: distro == rhel-4, rhel-5
|
|
||||||
continue: false
|
|
||||||
extra-nitrate: TC#0378369
|
|
||||||
extra-summary: /CoreOS/krb5/Sanity/inplace-upgrade-sanity-test
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
|||||||
link:
|
|
||||||
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1394908
|
|
||||||
tag:
|
|
||||||
- NoRHEL4
|
|
||||||
- NoRHEL5
|
|
||||||
- TIPpass
|
|
||||||
- TIPpass_Security
|
|
||||||
- Tier2
|
|
||||||
tier: '2'
|
|
||||||
adjust:
|
|
||||||
- enabled: false
|
|
||||||
when: distro == rhel-4, rhel-5, rhel-6
|
|
||||||
continue: false
|
|
||||||
environment:
|
|
||||||
TEST_ENTROPY_SOURCE: yes
|
|
||||||
extra-nitrate: TC#0552039
|
|
||||||
extra-summary: 'BZ#1394908: Enable faster getrandom-based entropy system'
|
|
||||||
|
|
@ -110,17 +110,6 @@ _EOF
|
|||||||
$krb5REALM2 = .
|
$krb5REALM2 = .
|
||||||
}
|
}
|
||||||
_EOF
|
_EOF
|
||||||
# Test the entropy source (not relevant for RHEL6)
|
|
||||||
if ! rlIsRHEL 6 && [[ $TEST_ENTROPY_SOURCE == 'yes' ]]; then
|
|
||||||
rlLog "The source of entropy will be tested as well"
|
|
||||||
START_DATE=`date +%H:%M:%S`
|
|
||||||
echo START_DATE=$START_DATE
|
|
||||||
sleep 1
|
|
||||||
rlRun "auditctl -w /dev/random -p rwxa -k RAND"
|
|
||||||
auditctl -l
|
|
||||||
sleep 1
|
|
||||||
rlRun "ausearch -i -k RAND -ts $START_DATE"
|
|
||||||
fi
|
|
||||||
# Create the realm databases
|
# Create the realm databases
|
||||||
rlRun "rngd -r /dev/urandom"
|
rlRun "rngd -r /dev/urandom"
|
||||||
rlRun "kdb5_util create -s -r $krb5REALM1 -P $krb5KDCPass"
|
rlRun "kdb5_util create -s -r $krb5REALM1 -P $krb5KDCPass"
|
||||||
@ -279,17 +268,6 @@ _EOF
|
|||||||
rlRun "kdestroy"
|
rlRun "kdestroy"
|
||||||
rlPhaseEnd
|
rlPhaseEnd
|
||||||
|
|
||||||
# Test the entropy source (not relevant for RHEL6)
|
|
||||||
if ! rlIsRHEL 6 && [[ $TEST_ENTROPY_SOURCE == 'yes' ]]; then
|
|
||||||
rlPhaseStartTest "Enable faster getrandom-based entropy system"
|
|
||||||
echo START_DATE=$START_DATE
|
|
||||||
auditctl -l
|
|
||||||
rlRun "ausearch -i -k RAND -ts $START_DATE"
|
|
||||||
rlRun "ausearch -i -k RAND -ts $START_DATE |grep comm= |grep -v 'comm=rngd'" 1
|
|
||||||
rlRun "auditctl -D"
|
|
||||||
rlPhaseEnd
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Run this part on "normal" mode; in inplace upgrade no cleanup is needed
|
# Run this part on "normal" mode; in inplace upgrade no cleanup is needed
|
||||||
if [[ -z $IN_PLACE_UPGRADE ]]; then
|
if [[ -z $IN_PLACE_UPGRADE ]]; then
|
||||||
rlPhaseStartCleanup "KDC and kadmind cleanup"
|
rlPhaseStartCleanup "KDC and kadmind cleanup"
|
||||||
|
Loading…
Reference in New Issue
Block a user