mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 10:11:26 +00:00
Don't install haveged for modular tests (yet)
It's not there, I don't think.
This commit is contained in:
parent
72395f1f67
commit
bd27cc69d8
@ -16,8 +16,10 @@ sub run {
|
|||||||
repo_setup() unless get_var("UPGRADE");
|
repo_setup() unless get_var("UPGRADE");
|
||||||
# we need a lot of entropy for this, and we don't care how good
|
# we need a lot of entropy for this, and we don't care how good
|
||||||
# it is, so let's use haveged
|
# it is, so let's use haveged
|
||||||
assert_script_run 'dnf -y install haveged', 300;
|
unless (get_var("MODULAR")) {
|
||||||
assert_script_run 'systemctl start haveged.service';
|
assert_script_run 'dnf -y install haveged', 300;
|
||||||
|
assert_script_run 'systemctl start haveged.service';
|
||||||
|
}
|
||||||
# read DNS server IPs from host's /etc/resolv.conf for passing to
|
# read DNS server IPs from host's /etc/resolv.conf for passing to
|
||||||
# rolectl
|
# rolectl
|
||||||
my @forwards = get_host_dns();
|
my @forwards = get_host_dns();
|
||||||
|
Loading…
Reference in New Issue
Block a user