11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33
4- # Copyright (c) 2018 Future Internet Consulting and Development Solutions S.L.
4+ # Copyright (c) 2018-2020 Future Internet Consulting and Development Solutions S.L.
55
66import grp
77import pwd
@@ -89,8 +89,6 @@ def tearDownClass(cls):
8989 print ("# Removing containers and volumes" )
9090 print ("#\n " )
9191 sh .docker_compose .down (remove_orphans = True , v = True , _fg = True )
92- shutil .rmtree ('wirecloud-data' )
93- shutil .rmtree ('wirecloud-static' )
9492 print ()
9593
9694
@@ -113,8 +111,6 @@ def tearDownClass(cls):
113111 print ("# Removing containers and volumes" )
114112 print ("#\n " )
115113 sh .docker_compose .down (remove_orphans = True , v = True , _fg = True )
116- shutil .rmtree ('wirecloud-data' )
117- shutil .rmtree ('wirecloud-static' )
118114 print ()
119115
120116
@@ -137,10 +133,6 @@ def tearDownClass(cls):
137133 print ("# Removing containers and volumes" )
138134 print ("#\n " )
139135 sh .docker_compose .down (remove_orphans = True , v = True , _fg = True )
140- shutil .rmtree ('wirecloud-data' )
141- shutil .rmtree ('wirecloud-static' )
142- shutil .rmtree ('elasticsearch-data' )
143- shutil .rmtree ('postgres-data' )
144136 print ()
145137
146138
@@ -164,10 +156,6 @@ def tearDownClass(cls):
164156 print ("# Removing containers and volumes" )
165157 print ("#\n " )
166158 sh .docker_compose .down (remove_orphans = True , v = True , _fg = True )
167- shutil .rmtree ('wirecloud-data' )
168- shutil .rmtree ('wirecloud-static' )
169- shutil .rmtree ('elasticsearch-data' )
170- shutil .rmtree ('postgres-data' )
171159 print ()
172160
173161
@@ -196,10 +184,6 @@ def tearDownClass(cls):
196184 print ("# Removing containers and volumes" )
197185 print ("#\n " )
198186 sh .docker_compose .down (remove_orphans = True , v = True , _fg = True )
199- shutil .rmtree ('wirecloud-data' )
200- shutil .rmtree ('wirecloud-static' )
201- shutil .rmtree ('elasticsearch-data' )
202- shutil .rmtree ('postgres-data' )
203187 print ()
204188
205189 def test_login_should_redirect_to_idm (self ):
0 commit comments