From 16be5c6aa9af8c8baf5695dbd3e7f3b045c8cfaa Mon Sep 17 00:00:00 2001 From: Thierry bordaz (tbordaz) Date: Nov 27 2013 12:48:18 +0000 Subject: 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 --- 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'.