clean up after test_multi_namespace support
This commit is contained in:
		
							parent
							
								
									6f4ea06584
								
							
						
					
					
						commit
						b472329101
					
				| 
						 | 
					@ -609,6 +609,8 @@ class EndToEndTestCase(unittest.TestCase):
 | 
				
			||||||
        except timeout_decorator.TimeoutError:
 | 
					        except timeout_decorator.TimeoutError:
 | 
				
			||||||
            print('Operator log: {}'.format(k8s.get_operator_log()))
 | 
					            print('Operator log: {}'.format(k8s.get_operator_log()))
 | 
				
			||||||
            raise
 | 
					            raise
 | 
				
			||||||
 | 
					        finally:
 | 
				
			||||||
 | 
					            k8s.api.core_v1.delete_namespace(self.test_namespace)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @timeout_decorator.timeout(TEST_TIMEOUT_SEC)
 | 
					    @timeout_decorator.timeout(TEST_TIMEOUT_SEC)
 | 
				
			||||||
    def test_zz_node_readiness_label(self):
 | 
					    def test_zz_node_readiness_label(self):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue