update integration test
This commit is contained in:
		
							parent
							
								
									f0deb63cdf
								
							
						
					
					
						commit
						9cfeda5f27
					
				|  | @ -760,12 +760,6 @@ def integration_tests(): | ||||||
|     response = get_result(upload_code='ottertuneTestTuningDNN') |     response = get_result(upload_code='ottertuneTestTuningDNN') | ||||||
|     assert response['status'] == 'good' |     assert response['status'] == 'good' | ||||||
| 
 | 
 | ||||||
|     # 2rd iteration Test DNN |  | ||||||
|     upload_result(result_dir='./integrationTests/data/', prefix='1__', |  | ||||||
|                   upload_code='ottertuneTestTuningDNN') |  | ||||||
|     response = get_result(upload_code='ottertuneTestTuningDNN') |  | ||||||
|     assert response['status'] == 'good' |  | ||||||
| 
 |  | ||||||
|     # Test GPR |     # Test GPR | ||||||
|     LOG.info('Test GPR (gaussian process regression)') |     LOG.info('Test GPR (gaussian process regression)') | ||||||
|     upload_result(result_dir='./integrationTests/data/', prefix='0__', |     upload_result(result_dir='./integrationTests/data/', prefix='0__', | ||||||
|  | @ -773,7 +767,13 @@ def integration_tests(): | ||||||
|     response = get_result(upload_code='ottertuneTestTuningGPR') |     response = get_result(upload_code='ottertuneTestTuningGPR') | ||||||
|     assert response['status'] == 'good' |     assert response['status'] == 'good' | ||||||
| 
 | 
 | ||||||
|     # 2rd iteration Test GPR |     # Test DNN: 2rd iteration | ||||||
|  |     upload_result(result_dir='./integrationTests/data/', prefix='1__', | ||||||
|  |                   upload_code='ottertuneTestTuningDNN') | ||||||
|  |     response = get_result(upload_code='ottertuneTestTuningDNN') | ||||||
|  |     assert response['status'] == 'good' | ||||||
|  | 
 | ||||||
|  |     # Test GPR: 2rd iteration | ||||||
|     upload_result(result_dir='./integrationTests/data/', prefix='1__', |     upload_result(result_dir='./integrationTests/data/', prefix='1__', | ||||||
|                   upload_code='ottertuneTestTuningGPR') |                   upload_code='ottertuneTestTuningGPR') | ||||||
|     response = get_result(upload_code='ottertuneTestTuningGPR') |     response = get_result(upload_code='ottertuneTestTuningGPR') | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue