Patch tests
This commit is contained in:
		
					parent
					
						
							
								747c6b1076
							
						
					
				
			
			
				commit
				
					
						cdb0d2be41
					
				
			
		
					 2 changed files with 10 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -266,6 +266,10 @@ class ColoredOutputOption(BooleanOption):
 | 
			
		|||
            return configparser.ConfigParser.BOOLEAN_STATES[val]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
ColoredOutputOption.DEFAULT = ColoredOutputOption.translate(
 | 
			
		||||
    ColoredOutputOption.DEFAULT)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
_ARG_OPTION_MAPPING = {
 | 
			
		||||
    'beta': 'beta',
 | 
			
		||||
    'cache_path_pattern': 'cache_path_pattern',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -187,7 +187,8 @@ class ConfigurationTestCase(test.CdistTestCase):
 | 
			
		|||
                'remote_shell': '/bin/sh',
 | 
			
		||||
                'inventory_dir': None,
 | 
			
		||||
                'cache_path_pattern': None,
 | 
			
		||||
                'colored_output': colored_output_default,
 | 
			
		||||
                'colored_output': cc.ColoredOutputOption.translate(
 | 
			
		||||
                    colored_output_default),
 | 
			
		||||
                'conf_dir': None,
 | 
			
		||||
                'init_manifest': None,
 | 
			
		||||
                'out_path': None,
 | 
			
		||||
| 
						 | 
				
			
			@ -587,7 +588,8 @@ class ConfigurationTestCase(test.CdistTestCase):
 | 
			
		|||
                'remote_shell': '/usr/bin/sh',
 | 
			
		||||
                'inventory_dir': None,
 | 
			
		||||
                'cache_path_pattern': None,
 | 
			
		||||
                'colored_output': colored_output_default,
 | 
			
		||||
                'colored_output': cc.ColoredOutputOption.translate(
 | 
			
		||||
                    colored_output_default),
 | 
			
		||||
                'conf_dir': [
 | 
			
		||||
                    '/opt/cdist/conf',
 | 
			
		||||
                    '/usr/local/share/cdist/conf',
 | 
			
		||||
| 
						 | 
				
			
			@ -674,7 +676,8 @@ class ConfigurationTestCase(test.CdistTestCase):
 | 
			
		|||
                'remote_shell': '/usr/bin/sh',
 | 
			
		||||
                'inventory_dir': '/var/db/cdist/inventory',
 | 
			
		||||
                'cache_path_pattern': None,
 | 
			
		||||
                'colored_output': colored_output_default,
 | 
			
		||||
                'colored_output': cc.ColoredOutputOption.translate(
 | 
			
		||||
                    colored_output_default),
 | 
			
		||||
                'conf_dir': [
 | 
			
		||||
                    '/opt/cdist/conf',
 | 
			
		||||
                    '/usr/local/share/cdist/conf',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue