0N/A<?xml version="1.0" encoding="UTF-8" standalone="no"?>
0N/A<!DOCTYPE stax SYSTEM "/shared/stax.dtd">
0N/A<!--
0N/A ! CDDL HEADER START
0N/A !
0N/A ! The contents of this file are subject to the terms of the
0N/A ! Common Development and Distribution License, Version 1.0 only
0N/A ! (the "License"). You may not use this file except in compliance
0N/A ! with the License.
0N/A !
0N/A ! You can obtain a copy of the license at
0N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE
0N/A ! or https://OpenDS.dev.java.net/OpenDS.LICENSE.
0N/A ! See the License for the specific language governing permissions
0N/A ! and limitations under the License.
0N/A !
0N/A ! When distributing Covered Code, include this CDDL HEADER in each
0N/A ! file and include the License file at
0N/A ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
0N/A ! add the following below this CDDL HEADER, with the fields enclosed
0N/A ! by brackets "[]" replaced with your own identifying information:
0N/A ! Portions Copyright [yyyy] [name of copyright owner]
0N/A !
0N/A ! CDDL HEADER END
113N/A !
113N/A ! Copyright 2007-2009 Sun Microsystems, Inc.
113N/A ! Portions Copyright 2011-2013 ForgeRock AS.
0N/A! -->
0N/A<stax>
0N/A <defaultcall function="backup_db"/>
0N/A <function name="backup_db" scope="local">
0N/A <block name="STAXCurrentFunction">
0N/A <try>
0N/A <sequence>
113N/A <script>
0N/A CurrentTestPath['suite']=STAXCurrentFunction
113N/A </script>
0N/A <call function="'testSuite_Preamble'" />
0N/A
113N/A
113N/A <!--- Test Suite information
0N/A #@TestSuiteName Backup tasks
113N/A #@TestSuitePurpose Validate the backup functionality in mode task
0N/A #@TestSuiteID backup Tests
0N/A #@TestSuiteGroup backup
0N/A #@TestGroup tasks
113N/A #@TestScript backup_db.xml
113N/A #@TestHTMLLink http://opends.dev.java.net/
0N/A -->
113N/A
0N/A <call function="'common_setup'">
113N/A {
113N/A 'quickStart' : True ,
0N/A 'startServer' : True ,
0N/A 'stopServer' : False
0N/A }
0N/A </call>
0N/A
0N/A <!--- Test Case information
113N/A #@TestMarker Backup tasks
113N/A #@TestName Schedule a recurring Backup task
0N/A #@TestPurpose Schedule a recurring Backup in task mode
0N/A #@TestPreamble
0N/A #@TestStep Create a recurring Backup in task mode
0N/A #@TestStep specify the recurringTask option with the value
0N/A #@TestStep non null to schedule a recurring execution
0N/A #@TestPostamble
0N/A #@TestResult
113N/A -->
113N/A
113N/A <testcase name="getTestCaseName('schedule recurring backup task for scheduled execution in asynchronous mode')">
0N/A <sequence>
0N/A <call function="'testCase_Preamble'"/>
0N/A
0N/A <!--- ReStart DS to clear the output of manage-tasks-->
0N/A <call function="'StopDsWithScript'">
0N/A { 'location' : STAF_REMOTE_HOSTNAME,
0N/A 'dsHost' : DIRECTORY_INSTANCE_HOST,
0N/A 'dsAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
0N/A 'dsBindDN' : DIRECTORY_INSTANCE_DN,
0N/A 'dsBindPwd' : DIRECTORY_INSTANCE_PSWD }
113N/A </call>
0N/A
113N/A <call function="'StartDsWithScript'">
113N/A { 'location' : STAF_REMOTE_HOSTNAME }
0N/A </call>
0N/A
113N/A <!--- Check that DS started -->
113N/A <call function="'isAlive'">
0N/A { 'noOfLoops' : 10 ,
0N/A 'noOfMilliSeconds' : 2000 }
0N/A </call>
0N/A
0N/A <call function="'backup'">
0N/A { 'location' : STAF_REMOTE_HOSTNAME ,
0N/A 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
0N/A 'dsInstanceAdminPort' : DIRECTORY_INSTANCE_ADMIN_PORT,
0N/A 'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
0N/A 'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
0N/A '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 * * * *"',
0N/A 'backupDir' : '%s/tasks/backup_recurring_schedule_asynchronous' % remote.temp,
0N/A 'backupID' : 'recurring-backup-1',
0N/A 'backEnd' : DIRECTORY_INSTANCE_BE}
113N/A </call>
113N/A
113N/A <!-- manage-tasks -->
113N/A <call function="'manage-tasks'">
113N/A { 'location' : STAF_REMOTE_HOSTNAME ,
113N/A 'dsInstanceHost' : DIRECTORY_INSTANCE_HOST,
'dsInstanceDn' : DIRECTORY_INSTANCE_DN,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD,
'dsQuiet' : ' '
}
</call>
<script>
returnString = STAXResult[0][1]
</script>
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'recurring-backup-1',
'expectedResult' : '1' }
</call>
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'Waiting on start time',
'expectedResult' : '1' }
</call>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 120000 }
</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="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'recurring-backup-1',
'expectedResult' : '1' }
</call>
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'Completed successfully',
'expectedResult' : '1' }
</call>
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'Waiting on start time',
'expectedResult' : '1' }
</call>
<!-- 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="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'Task recurring-backup-1 canceled',
'expectedResult' : '1' }
</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>'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>'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="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'recurring-backup-1',
'expectedResult' : '0' }
</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>
<!-- 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="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'recurring-backup-1',
'expectedResult' : '1' }
</call>
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'Waiting on start time',
'expectedResult' : '1' }
</call>
<call function="'Sleep'">
{ 'sleepForMilliSeconds' : 120000 }
</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="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'recurring-backup-1',
'expectedResult' : '1' }
</call>
<call function="'searchStringForSubstring'">
{ 'returnString' : returnString,
'testString' : 'Completed successfully',
'expectedResult' : '1' }
</call>
<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>