Test 10-01  Clair can not scan some images 
=======
  
# Purpose:    
To verify that clair can not scan some image.  
  
# References:    
User guide  
  
# Environment:  
* This test requires that a Harbor instance is running and available.  
* Harbor is installed with clair enable.  
* A linux host with Docker CLI installed.  
* Clair has been updated to the latest.    
  
# Test Steps:  
1. Login Harbor as admin.  
2. Create a project and push an image clair does not recognize(for example: photon).  
3. Scan the pushed image.  
4. View the scan result.  
5. Rescan it.  

# Expected Outcome:  
* Step3 should show view log link.  
* Step4 the scan log should be can not scan.  
* Step5 should be the same as step3.  
  
# Possible Problems:  
None