|  |  | @ -1,16 +1,16 @@ | 
			
		
	
		
			
				
					|  |  |  | """Fixtures for tests.""" | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import ipaddress | 
			
		
	
		
			
				
					|  |  |  | import os | 
			
		
	
		
			
				
					|  |  |  | import uuid | 
			
		
	
		
			
				
					|  |  |  | import ipaddress | 
			
		
	
		
			
				
					|  |  |  | from datetime import datetime, timedelta | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import pytest | 
			
		
	
		
			
				
					|  |  |  | from cryptography import x509 | 
			
		
	
		
			
				
					|  |  |  | from cryptography.hazmat.backends import default_backend | 
			
		
	
		
			
				
					|  |  |  | from cryptography.hazmat.primitives import hashes, serialization | 
			
		
	
		
			
				
					|  |  |  | from cryptography.hazmat.primitives.asymmetric import rsa | 
			
		
	
		
			
				
					|  |  |  | from cryptography.x509.oid import NameOID | 
			
		
	
		
			
				
					|  |  |  | import pytest | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | from keycloak import KeycloakAdmin, KeycloakOpenID | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |