-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestsystem.xml
24 lines (24 loc) · 976 Bytes
/
testsystem.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Test Name="System" Type="systemtest">
<TypeAssignments>
<SystemParameterTypes>
<Field Name="SystemSize" Type="int"></Field>
<Field Name="QuorumSize" Type="int"></Field>
<Field Name="ServerIDs" Type="*[]int"></Field>
<Field Name="FailurePhaseOne" Type="int"></Field>
<Field Name="FailurePhaseTwo" Type="int"></Field>
</SystemParameterTypes>
<InputType Name="ClientRequests" Type="*[]string"></InputType>
<InputType Name="P1Failures" Type="*[]string"></InputType>
<InputType Name="P2Failures" Type="*[]string"></InputType>
<OracleType Name="ExpectedLegalResponses" Type="*[]string"></OracleType>
<OracleType Name="ExpectLeaders" Type="*[]string"></OracleType>
</TypeAssignments>
<SystemParameters>
</SystemParameters>
<TestCase ID="1">
<InputValues>
</InputValues>
<Oracles>
</Oracles>
</TestCase>
</Test>