Fix incorrect usage of YamlEditor in gates tests
Removing of old methods was included an new error - fix it. Change-Id: Iab5c1f6cdc013a33dfc4252ab03a444a0bbc72a1 Closes-bug:1620966
This commit is contained in:
		@@ -519,4 +519,4 @@ def update_bootstrap_cli_yaml():
 | 
			
		||||
                'suite': 'auxiliary', 'type': 'deb',
 | 
			
		||||
                'uri': 'http://127.0.0.1:8080/ubuntu/auxiliary/'}
 | 
			
		||||
    with YamlEditor(path, ip=actions.admin_ip) as editor:
 | 
			
		||||
        editor['repos'].append(new_repo)
 | 
			
		||||
        editor.content['repos'].append(new_repo)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user