minor fixes
This commit is contained in:
		
							parent
							
								
									0d0480d515
								
							
						
					
					
						commit
						646de3d77e
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							|  | @ -94,5 +94,5 @@ test: | |||
| 
 | ||||
| e2e: | ||||
| 	e2e/run.sh | ||||
| 	# TODO run before tests once there are implemented completely | ||||
| 	# TODO run before tests once they are implemented completely | ||||
| 	flake8 --exit-zero | ||||
|  |  | |||
|  | @ -23,4 +23,4 @@ kind create cluster --name ${cluster_name} --config ./e2e/kind-config-multikind. | |||
| export KUBECONFIG="$(kind get kubeconfig-path --name=${cluster_name})" | ||||
| kubectl cluster-info | ||||
| 
 | ||||
| python3 -m unittest discover -s e2e/tests/ | ||||
| python3 -m unittest discover --start-directory e2e/tests/ | ||||
|  | @ -1 +1,2 @@ | |||
| kubernetes | ||||
| flake8 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue