diff --git a/integration-tests/test_openbis_sync.py b/integration-tests/test_openbis_sync.py index 89412e9c43fd7520eae66454deca1643644f1008..f761328457353c3adc302364d9a4161ca77539c0 100755 --- a/integration-tests/test_openbis_sync.py +++ b/integration-tests/test_openbis_sync.py @@ -79,8 +79,8 @@ class TestCase(systemtest.testcase.TestCase): monitor = util.LogMonitor("%s syncronization.log" % openbis2.instanceName, "%s/syncronization.log" % openbis2.installPath) # "%s/servers/datastore_server/log/datastore_server_log.txt" % openbis2.installPath - monitor.addNotificationCondition(util.RegexCondition('OPERATION.DataSetRegistrationTask')) - monitor.waitUntilEvent(util.RegexCondition('OPERATION.DataSetRegistrationTask - Saving the timestamp of sync start to file')) + monitor.addNotificationCondition(util.RegexCondition('OPERATION.HarvesterMaintenanceTask')) + monitor.waitUntilEvent(util.RegexCondition('OPERATION.HarvesterMaintenanceTask - Saving the timestamp of sync start to file')) '''read entity graph from datasource''' datasource_graph_response = self.getResourceListForComparison('8444', 'harvester1', '123') @@ -145,8 +145,8 @@ class TestCase(systemtest.testcase.TestCase): monitor = util.LogMonitor("%s syncronization.log" % openbis2.instanceName, "%s/syncronization.log" % openbis2.installPath) # "%s/servers/datastore_server/log/datastore_server_log.txt" % openbis2.installPath - monitor.addNotificationCondition(util.RegexCondition('OPERATION.DataSetRegistrationTask')) - monitor.waitUntilEvent(util.RegexCondition('OPERATION.DataSetRegistrationTask - Saving the timestamp of sync start to file')) + monitor.addNotificationCondition(util.RegexCondition('OPERATION.HarvesterMaintenanceTask')) + monitor.waitUntilEvent(util.RegexCondition('OPERATION.HarvesterMaintenanceTask - Saving the timestamp of sync start to file')) '''read entity graph from datasource''' datasource_graph_response = self.getResourceListForComparison('8444', 'harvester1', '123')