This fix is to be able to
run the test as a python script (no py.test)
|
>From 16be5c6aa9af8c8baf5695dbd3e7f3b045c8cfaa Mon Sep 17 00:00:00 2001
From: "Thierry bordaz (tbordaz)" <tbordaz@xxxxxxxxxx>
Date: Wed, 27 Nov 2013 13:48:18 +0100
Subject: [PATCH] Ticket 47586 - CI tests: follow up
Bug Description:
Uncomment fixture definition
Fix Description:
https://fedorahosted.org/389/ticket/47586
Reviewed by: ?
Platforms tested: F19
Flag Day: no
Doc impact: no
---
dirsrvtests/tickets/ticket47490_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dirsrvtests/tickets/ticket47490_test.py b/dirsrvtests/tickets/ticket47490_test.py
index b4b0067..b6e591e 100644
--- a/dirsrvtests/tickets/ticket47490_test.py
+++ b/dirsrvtests/tickets/ticket47490_test.py
@@ -125,7 +125,7 @@ def trigger_schema_push(topology):
time.sleep(1)
loop += 1
-#@pytest.fixture(scope="module")
+@pytest.fixture(scope="module")
def topology(request):
'''
This fixture is used to create a replicated topology for the 'module'.
--
1.7.11.7
--
389-devel mailing list
389-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-devel