mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	Remove assert that junos command xml contains inventory_hostname_short (#27754)
The test assumes the node has the hostname set as the inventory_hostname_short. That's not the case in our CI, we the inventory_hostname is a UUID, returned by the openstack dynamic inventory.
This commit is contained in:
		
							parent
							
								
									623235857f
								
							
						
					
					
						commit
						19b1361184
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,6 @@
 | 
			
		|||
      - show interfaces lo0
 | 
			
		||||
    format: xml
 | 
			
		||||
    wait_for:
 | 
			
		||||
      - "result[0].rpc-reply.software-information.host-name contains {{ inventory_hostname_short }}"
 | 
			
		||||
      - "result[1].rpc-reply.interface-information.physical-interface.name contains lo0"
 | 
			
		||||
    provider: "{{ netconf }}"
 | 
			
		||||
  register: result
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue