浏览代码

Ticket 47855 - Fix previous commit

Description:  Incorrectly used "standalone" when claering the tmp directory.
              Not all the tickets use the standalone name for the instance object.

https://fedorahosted.org/389/ticket/47855

Jenkins: passed

Reviewed by: nhosoi(Thanks!)
Mark Reynolds 11 年之前
父节点
当前提交
b218ad7e5a

+ 1 - 1
dirsrvtests/tickets/ticket47490_test.py

@@ -274,7 +274,7 @@ def topology(request):
         consumer.start(timeout=10)
         consumer.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master.clearTmpDir(__file__)
 
 
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer

+ 1 - 1
dirsrvtests/tickets/ticket47553_single_aci_test.py

@@ -236,7 +236,7 @@ def topology(request):
         master2.start(timeout=10)
         master2.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master1.clearTmpDir(__file__)
     
     
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer

+ 1 - 1
dirsrvtests/tickets/ticket47573_test.py

@@ -275,7 +275,7 @@ def topology(request):
         consumer.start(timeout=10)
         consumer.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master.clearTmpDir(__file__)
 
 
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer

+ 1 - 1
dirsrvtests/tickets/ticket47619_test.py

@@ -205,7 +205,7 @@ def topology(request):
         consumer.start(timeout=10)
         consumer.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master.clearTmpDir(__file__)
 
 
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer

+ 1 - 1
dirsrvtests/tickets/ticket47653MMR_test.py

@@ -239,7 +239,7 @@ def topology(request):
         master2.start(timeout=10)
         master2.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master1.clearTmpDir(__file__)
 
 
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer

+ 1 - 1
dirsrvtests/tickets/ticket47676_test.py

@@ -251,7 +251,7 @@ def topology(request):
         master2.start(timeout=10)
         master2.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master1.clearTmpDir(__file__)
 
 
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer

+ 1 - 1
dirsrvtests/tickets/ticket47721_test.py

@@ -257,7 +257,7 @@ def topology(request):
         master2.start(timeout=10)
         master2.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master1.clearTmpDir(__file__)
 
 
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer

+ 1 - 1
dirsrvtests/tickets/ticket47787_test.py

@@ -239,7 +239,7 @@ def topology(request):
         master2.start(timeout=10)
         master2.start(timeout=10)
 
 
     # clear the tmp directory
     # clear the tmp directory
-    standalone.clearTmpDir(__file__)
+    master1.clearTmpDir(__file__)
 
 
     # 
     # 
     # Here we have two instances master and consumer
     # Here we have two instances master and consumer