mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Clean up integration-cli tests
My AR couldn't take it any more: - one logDone per test - PASSED lines don't wrap Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
		
							parent
							
								
									be5fd157d5
								
							
						
					
					
						commit
						9a9d23dbc4
					
				
					 6 changed files with 10 additions and 24 deletions
				
			
		| 
						 | 
				
			
			@ -45,8 +45,7 @@ func TestExportContainerAndImportImage(t *testing.T) {
 | 
			
		|||
	deleteContainer(cleanedContainerID)
 | 
			
		||||
	deleteImages("repo/testexp:v1")
 | 
			
		||||
 | 
			
		||||
	logDone("export - export a container")
 | 
			
		||||
	logDone("import - import an image")
 | 
			
		||||
	logDone("export - export/import a container/image")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Used to test output flag in the export command
 | 
			
		||||
| 
						 | 
				
			
			@ -94,6 +93,5 @@ func TestExportContainerWithOutputAndImportImage(t *testing.T) {
 | 
			
		|||
 | 
			
		||||
	os.Remove("/tmp/testexp.tar")
 | 
			
		||||
 | 
			
		||||
	logDone("export - export a container with output flag")
 | 
			
		||||
	logDone("import - import an image with output flag")
 | 
			
		||||
	logDone("export - export/import a container/image with output flag")
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue