mirror of
				https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
				synced 2025-10-31 07:06:00 +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