<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE stax SYSTEM "/shared/stax.dtd">
<!--
! CDDL HEADER START
!
! The contents of this file are subject to the terms of the
! Common Development and Distribution License, Version 1.0 only
! (the "License"). You may not use this file except in compliance
! with the License.
!
! You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
! or http://forgerock.org/license/CDDLv1.0.html.
! See the License for the specific language governing permissions
! and limitations under the License.
!
! When distributing Covered Code, include this CDDL HEADER in each
! file and include the License file at legal-notices/CDDLv1_0.txt.
! If applicable, add the following below this CDDL HEADER, with the
! fields enclosed by brackets "[]" replaced with your own identifying
! information:
! Portions Copyright [yyyy] [name of copyright owner]
!
! CDDL HEADER END
!
! Copyright 2007-2009 Sun Microsystems, Inc.
! Portions Copyright 2011-2013 ForgeRock AS.
! -->
<stax>
<defaultcall function="backup_db"/>
<function name="backup_db" scope="local">
<block name="STAXCurrentFunction">
<try>
<sequence>
<script>
CurrentTestPath['suite']=STAXCurrentFunction
</script>
<call function="'testSuite_Preamble'" />
<!--- Test Suite information
#@TestSuiteName Backup tasks
#@TestSuitePurpose Validate the backup functionality in mode task
#@TestSuiteID backup Tests
#@TestSuiteGroup backup
#@TestGroup tasks
#@TestScript backup_db.xml
#@TestHTMLLink http://opends.dev.java.net/
-->
<call function="'common_setup'">
{
'quickStart' : True ,
'startServer' : True ,
'stopServer' : False
}
</call>
<!--- Test Case information
#@TestMarker Backup tasks
#@TestName Schedule a recurring Backup task
#@TestPurpose Schedule a recurring Backup in task mode
#@TestPreamble
#@TestStep Create a recurring Backup in task mode
#@TestStep specify the recurringTask option with the value
#@TestStep non null to schedule a recurring execution
#@TestPostamble
#@TestResult
-->
<testcase name="getTestCaseName('schedule recurring backup task for scheduled execution in asynchronous mode')">
<sequence>
<call function="'testCase_Preamble'"/>
<!--- ReStart DS to clear the output of manage-tasks-->
<call function="'StopDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME,
'dsHost' : DIRECTORY_INSTANCE_HOST,
'dsAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsBindDN' : DIRECTORY_INSTANCE_DN,
'dsBindPwd' : DIRECTORY_INSTANCE_PSWD }
</call>
<call function="'StartDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME }
</call>
<!--- Check that DS started -->
<call function="'isAlive'">
{ 'noOfLoops' : 10 ,
'noOfMilliSeconds' : 2000 }
</call>
<call function="'backup'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'schedulePattern' : '"0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * *"',
'backupDir' : '%s/tasks/backup_recurring_schedule_asynchronous' % remote.temp,
'backupID' : 'recurring-backup-1',
'backEnd' : DIRECTORY_INSTANCE_BE}
</call>
<script>checkRC=9999</script>
<loop from="1" to="10" var="loop" while="checkRC != 0">
<sequence>
<message>'MANAGE-TASKS LOOP %s' % loop</message>
<!-- manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchString'">
{ 'expectedString' : 'recurring-backup-1',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = STAXResult[0]
</script>
<call function="'searchString'">
{ 'expectedString' : 'Waiting on start time',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = checkRC + STAXResult[0]
</script>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 2000 }
</call>
</sequence>
</loop>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 120000 }
</call>
<script>checkRC=9999</script>
<loop from="1" to="10" var="loop" while="checkRC != 0">
<sequence>
<message>'MANAGE-TASKS LOOP %s' % loop</message>
<!-- manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchString'">
{ 'expectedString' : 'recurring-backup-1',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = STAXResult[0]
</script>
<call function="'searchString'">
{ 'expectedString' : 'Completed successfully',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = checkRC + STAXResult[0]
</script>
<call function="'searchString'">
{ 'expectedString' : 'Waiting on start time',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = checkRC + STAXResult[0]
</script>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 2000 }
</call>
</sequence>
</loop>
<!-- cancel the recurring task recurring-backup-1 with manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsCancel' : 'recurring-backup-1',
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchString'">
{ 'expectedString' : 'Task recurring-backup-1 canceled',
'returnString' : returnString }
</call>
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
<!--- Test Case information
#@TestMarker Backup tasks
#@TestName Backup task in asynchronous mode
#@TestPurpose Schedule a backup in task mode to be executed immedialy in asynchronous mode
#@TestPreamble
#@TestStep Execute a backup in mode task
#@TestStep Execute manage-tasks tools and check a backup task is managed
#@TestStep Specify the -t 0
#@TestStep The task is scheduled for immediate execution
#@TestSteps The script returns immedialy after scheduling the task
#@TestPostamble
#@TestResult
-->
<testcase name="getTestCaseName('schedule backup task for immediate execution in asynchronous mode')">
<sequence>
<call function="'testCase_Preamble'"/>
<call function="'backup'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'backupDir' : '%s/tasks/backup_asynchronous' % remote.temp,
'startTask' : '0',
'backEnd' : DIRECTORY_INSTANCE_BE}
</call>
<script>checkRC=9999</script>
<loop from="1" to="10" var="loop" while="checkRC != 0">
<sequence>
<message>'MANAGE-TASKS LOOP %s' % loop</message>
<!-- manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
currentDate=strftime("%Y%m%d",localtime())
</script>
<call function="'searchString'">
{ 'expectedString' : '%s.* Backup Completed successfully' \
% currentDate,
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = STAXResult[0]
</script>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 2000 }
</call>
</sequence>
</loop>
<message>'--- Check log files backup_asynchronous ---'</message>
<call function="'listFolder'">
{ 'location' : '%s' % (STAF_REMOTE_HOSTNAME),
'foldername' : '%s/tasks' % remote.temp,
'filename' : 'backup_asynchronous'
}
</call>
<!-- check the export ldif file has been created-->
<if expr="len(cmdResult) == 0">
<call function="'testFailed'"/>
<else>
<call function="'testPassed'"/>
</else>
</if>
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
<!--- Test Case information
#@TestMarker Backup tasks
#@TestName Backup task in synchronous mode
#@TestPurpose Schedule a Backup in task mode to be executed immedialy in synchronous mode
#@TestPreamble
#@TestStep Execute a backup in mode task
#@TestStep Don't specify the -t option
#@TestStep The task is scheduled for immediate execution and the script must wait the end of the task to return
#@TestPostamble
#@TestResult
-->
<testcase name="getTestCaseName('schedule backup task for immediate execution in synchronous mode')">
<sequence>
<call function="'testCase_Preamble'"/>
<call function="'backup'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'backupDir' : '%s/tasks/backup_synchronous' % remote.temp,
'backEnd' : DIRECTORY_INSTANCE_BE}
</call>
<script>checkRC=9999</script>
<loop from="1" to="10" var="loop" while="checkRC != 0">
<sequence>
<message>'MANAGE-TASKS LOOP %s' % loop</message>
<!-- manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
currentDate=strftime("%Y%m%d",localtime())
</script>
<call function="'searchString'">
{ 'expectedString' : '%s.* Backup Completed successfully' \
% currentDate,
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = STAXResult[0]
</script>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 2000 }
</call>
</sequence>
</loop>
<message>'--- Check log files ---'</message>
<call function="'listFolder'">
{ 'location' : '%s' % (STAF_REMOTE_HOSTNAME),
'foldername' : '%s/tasks' % remote.temp,
'filename' : 'backup_synchronous'
}
</call>
<!-- check the export ldif file has been created-->
<if expr="len(cmdResult) == 0">
<call function="'testFailed'"/>
<else>
<call function="'testPassed'"/>
</else>
</if>
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
<!--- Test Case information
#@TestMarker Backup tasks
#@TestName Schedule a Backup task
#@TestPurpose Schedule a Backup in task mode
#@TestPreamble
#@TestStep Execute a Backup in task mode
#@TestStep specify the -t option with the value non null to schedule an execution
#@TestPostamble
#@TestResult
-->
<testcase name="getTestCaseName('schedule backup task for scheduled execution in asynchronous mode')">
<sequence>
<call function="'testCase_Preamble'"/>
<call function="'backup'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'startTask' : '20061212000000',
'backupDir' : '%s/tasks/backup_schedule_asynchronous' % remote.temp,
'backEnd' : DIRECTORY_INSTANCE_BE,
'expectedRC' : 1 }
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchString'">
{ 'expectedString' : 'The specified start time \'20061212000000\' has already passed' ,
'returnString' : returnString }
</call>
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
<!--- Test Case information
#@TestMarker Backup tasks
#@TestName Schedule a recurring Backup task with the same name as previously
#@TestPurpose Schedule a recurring Backup in task mode with the same name
#@TestPreamble
#@TestStep Create a recurring Backup in task mode with the same name as previously
#@TestStep specify the recurringTask option with the value
#@TestStep non null to schedule a recurring execution
#@TestPostamble
#@TestResult
-->
<testcase name="getTestCaseName('schedule recurring backup task with the same name as previously')">
<sequence>
<call function="'testCase_Preamble'"/>
<!--- ReStart DS to clear the output of manage-tasks-->
<call function="'StopDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME,
'dsHost' : DIRECTORY_INSTANCE_HOST,
'dsAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsBindDN' : DIRECTORY_INSTANCE_DN,
'dsBindPwd' : DIRECTORY_INSTANCE_PSWD }
</call>
<call function="'StartDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME }
</call>
<!--- Check that DS started -->
<call function="'isAlive'">
{ 'noOfLoops' : 10 ,
'noOfMilliSeconds' : 2000
}
</call>
<!-- manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchString'">
{ 'expectedString' : 'recurring-backup-1',
'returnString' : returnString ,
'expectedRC' : 1 }
</call>
<call function="'backup'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'schedulePattern' : '"0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * *"',
'backupDir' : '%s/tasks/backup_recurring_schedule_asynchronous' % remote.temp,
'backupID' : 'recurring-backup-1',
'backEnd' : DIRECTORY_INSTANCE_BE}
</call>
<script>checkRC=9999</script>
<loop from="1" to="10" var="loop" while="checkRC != 0">
<sequence>
<message>'MANAGE-TASKS LOOP %s' % loop</message>
<!-- manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchString'">
{ 'expectedString' : 'recurring-backup-1',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = STAXResult[0]
</script>
<call function="'searchString'">
{ 'expectedString' : 'Waiting on start time',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = checkRC + STAXResult[0]
</script>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 2000 }
</call>
</sequence>
</loop>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 120000 }
</call>
<script>checkRC=9999</script>
<loop from="1" to="10" var="loop" while="checkRC != 0">
<sequence>
<message>'MANAGE-TASKS LOOP %s' % loop</message>
<!-- manage-tasks -->
<call function="'manage-tasks'">
{ 'location' : STAF_REMOTE_HOSTNAME ,
'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchString'">
{ 'expectedString' : 'recurring-backup-1',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = STAXResult[0]
</script>
<call function="'searchString'">
{ 'expectedString' : 'Completed successfully',
'returnString' : returnString ,
'expectedRC' : 'noCheck' }
</call>
<script>
checkRC = checkRC + STAXResult[0]
</script>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 2000 }
</call>
</sequence>
</loop>
<call function="'StopDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME,
'dsHost' : DIRECTORY_INSTANCE_HOST,
'dsAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
'dsBindDN' : DIRECTORY_INSTANCE_DN,
'dsBindPwd' : DIRECTORY_INSTANCE_PSWD }
</call>
<call function="'StartDsWithScript'">
{ 'location' : STAF_REMOTE_HOSTNAME }
</call>
<!--- Check that DS started -->
<call function="'isAlive'">
{
'noOfLoops' : 10 ,
'noOfMilliSeconds' : 2000
}
</call>
<call function="'grep'">
{
'location' : STAF_REMOTE_HOSTNAME ,
'filename' : '%s/%s/logs/server.out' % (DIRECTORY_INSTANCE_DIR, OPENDSNAME) ,
'testString': 'because another task already exists with the same ID' ,
'expectedRC': 1
}
</call>
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
</sequence>
<finally>
<sequence>
<!-- Test Suite Cleanup -->
<message>'Finally: Tasks Cleanup.'</message>
<try>
<call function="'common_cleanup'" />
<catch exception="'STAFException'">
<sequence>
<message log="1" level="'fatal'">'Cleanup of test suite failed.'</message>
</sequence>
</catch>
<finally>
<call function="'testSuite_Postamble'"/>
</finally>
</try>
</sequence>
</finally>
</try>
</block>
</function>
</stax>