Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,14 @@
]]>
</send>

<!-- Keep the call open for a while in case the 200 is lost to be -->
<!-- able to retransmit it if we receive the BYE again. -->
<pause milliseconds="500"/>
<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,14 @@
]]>
</send>

<!-- Keep the call open for a while in case the 200 is lost to be -->
<!-- able to retransmit it if we receive the BYE again. -->
<pause milliseconds="500"/>
<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@
</send>
<recv response="200" />

<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,15 @@
</send>
<recv response="200" />

<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,14 @@
</send>
<recv response="200" />

<pause milliseconds="1000" />
<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,14 @@
</send>
<recv response="200" />

<!-- Keep the call open for a while in case the 200 is lost to be -->
<!-- able to retransmit it if we receive the BYE again. -->
<pause milliseconds="500"/>
<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,14 @@
</send>
<recv response="200" />

<!-- Keep the call open for a while in case the 200 is lost to be -->
<!-- able to retransmit it if we receive the BYE again. -->
<pause milliseconds="500"/>
<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,14 @@
</send>
<recv response="200" />

<!-- Keep the call open for a while in case the 200 is lost to be -->
<!-- able to retransmit it if we receive the BYE again. -->
<pause milliseconds="500"/>
<!--
This scenario is the 3pcc master so if it ends before the referee scenario,
the referee scenario will abort and the test will fail. The two second pause
will allow the referee scenario to end first. The the test case will kill this
scenario before the two seconds is up so no time is actually added to the overall
run time.
-->
<pause milliseconds="2000"/>

<!-- definition of the response time repartition table (unit is ms) -->
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
Expand Down