Project

General

Profile

majic_regression_testing_ctrlc3way.xml

3-way tests - Eugenie Lyzenko, 03/30/2016 08:01 AM

Download (2.1 KB)

 
1
<?xml version="1.0"?>
2
<test-plan name="majic_regression_testing_ctrlc" description="Test MAJIC with a GSO database and specific CTRL-C tests." >
3
   <project-index filename="majic.xml" />
4
   <output-directory path="results" unique="true" />
5
   <target host="localhost" port="22" prompt="host,port" />
6
   
7
   <resources>
8
      <variable name="buildPath" type="String" initial="/gc/convert/staging/" prompt="P2J build directory to test" />
9
      <variable name="runDir" type="String" initial="run/" />
10
      <variable name="instanceNum" type="int" initial="8" prompt="P2J server instance #" />
11
      <variable name="instanceRfqNum" type="int" initial="58" prompt="P2J RFQ server instance #" />
12
      <variable name="longScreenWaiting" type="int" initial="120000" />
13
      <variable name="shellPromptText" type="String" initial="lightning" prompt="Command line shell prompt text" />
14
      <variable name="gsoDbName" type="String" initial="gso_20090909_staging" prompt="GSO Database Name to use while testing" />
15
   </resources>
16

    
17
   <test-set name="gso_ctrlc_3way_tests" description="Specific GSO CTRL-C server testcases to regression test 3 way cases." threads="3" >
18
      <resources>
19
         <create-event-sem name="ctrlc10_1" />
20
         <create-event-sem name="ctrlc10_2" />
21
         <create-event-sem name="ctrlc11_1" />
22
         <create-event-sem name="ctrlc11_2" />
23
         <variable name="bogusMark" type="String" initial="bogus000001" />
24
      </resources>
25
      
26
      <!-- Test #12 -->
27
      <test filename="ctrlc_10/ctrlc_10_session1.xml" dependency="concurrent" group="ctrlc10_01" />
28
      <test filename="ctrlc_10/ctrlc_10_session3.xml" dependency="concurrent" group="ctrlc10_01" />
29
      <test filename="ctrlc_10/ctrlc_10_session4.xml" dependency="concurrent" group="ctrlc10_01" />
30

    
31
      <!-- Test #13 -->
32
      <test filename="ctrlc_11/ctrlc_11_session1.xml" dependency="concurrent" group="ctrlc11_01" />
33
      <test filename="ctrlc_11/ctrlc_11_session3.xml" dependency="concurrent" group="ctrlc11_01" />
34
      <test filename="ctrlc_11/ctrlc_11_session4.xml" dependency="concurrent" group="ctrlc11_01" />
35

    
36
   </test-set>
37
  
38
</test-plan>