Difference between revisions of "User:Strife Onizuka/Projects/TestHost/Communications"

From Second Life Wiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Coordinator to Controller =
= Chat Communications =
== Controller ==
{|{{prettytable}}
|-{{Hl2}}
!Input
!Output
|-valign="top"
|
{|
{|
{{LSL DefineRow||Configuration|}}
{{LSL DefineRow|Coordinator|TestGroupsDialogResponce|[[string]] group}}
{{LSL DefineRow||ChatProxy|}}
{{LSL DefineRow|Coordinator|TestDialogResponce|[[string]] test}}
{{LSL DefineRow|Coordinator|Configuration|[[list]] config}}
{{LSL DefineRow|Coordinator|ChatProxy|[[string]] msg}}
|}
|}
= Controller to Coordinator =
|
{|
{|
{{LSL DefineRow||TestGroupsDialog|}}
{{LSL DefineRow|Coordinator|TestGroupsDialog|[[integer]] offset}}
{{LSL DefineRow||TestDialog|}}
{{LSL DefineRow|Coordinator|TestDialog|[[string]] group, [[integer]] offset}}
{{LSL DefineRow||StartGroup|}}
{{LSL DefineRow|Coordinator|StartGroup|}}
{{LSL DefineRow||StartTest|}}
{{LSL DefineRow|Coordinator|StartTest|}}
{{LSL DefineRow||StopTests|}}
{{LSL DefineRow|Coordinator|StopTests|}}
{{LSL DefineRow||Configure|}}
{{LSL DefineRow|Coordinator|Configure|}}
|}
|}
= Coordinator to Test Unit =
|}
== Coordinator ==
{|{{prettytable}}
|-{{Hl2}}
!Input
!Output
|-valign="top"
|
{|
{{LSL DefineRow|Test Unit|Announce|[[string]] name}}
{{LSL DefineRow|Test Unit|Leave|[[string]] group}}
{{LSL DefineRow|Test Unit|Message|[[integer]] level, [[string]] message}}
{{LSL DefineRow|Test Unit|Crashed|[[string]] message}}
{{LSL DefineRow|Test Unit|Timeout|}}
{{LSL DefineRow|Controller|TestGroupsDialog|[[integer]] offset}}
{{LSL DefineRow|Controller|TestDialog|[[string]] group, [[integer]] offset}}
{{LSL DefineRow|Controller|StartGroup|[[string]] group}}
{{LSL DefineRow|Controller|StartTest|[[string]] test}}
{{LSL DefineRow|Controller|StopTests|}}
{{LSL DefineRow|Controller|Configure|[[list]] config_updates}}
|}
|
{|
{|
{{LSL DefineRow||Capture|}}
{{LSL DefineRow|Test Unit|Capture|}}
{{LSL DefineRow||StartTest|}}
{{LSL DefineRow|Test Unit|StartTest|[[list]] tests}}
{{LSL DefineRow||StopTest|}}
{{LSL DefineRow|Test Unit|StopTest|[[list]] tests}}
{{LSL DefineRow||Configure|}}
{{LSL DefineRow|Test Unit|Configure|[[list]] config_updates}}
{{LSL DefineRow|Controller|Configuration|[[list]] config}}
{{LSL DefineRow|Controller|ChatProxy|[[string]] msg}}
{{LSL DefineRow|Controller|TestGroupsDialogResponce|[[string]] group}}
{{LSL DefineRow|Controller|TestDialogResponce|[[string]] test}}
|}
|}
= Test Unit to Coordinator =
|}
 
== Test Unit ==
{|{{prettytable}}
|-{{Hl2}}
!Input
!Output
|-valign="top"
|
{|
{|
{{LSL DefineRow||Announce|}}
{{LSL DefineRow|Coordinator|Capture|}}
{{LSL DefineRow||Leave|}}
{{LSL DefineRow|Coordinator|StartTests|[[list]] tests}}
{{LSL DefineRow||Message|}}
{{LSL DefineRow|Coordinator|StopTest|[[list]] tests}}
{{LSL DefineRow||Crashed|}}
{{LSL DefineRow|Coordinator|Configure|[[list]] config_updates}}
{{LSL DefineRow||Timeout|}}
|}
{{LSL DefineRow||ChatProxy|}}
|
{|
{{LSL DefineRow|Coordinator|Announce|[[string]] name}}
{{LSL DefineRow|Coordinator|Leave|[[string]] group}}
{{LSL DefineRow|Coordinator|Message|[[integer]] level, [[string]] message}}
{{LSL DefineRow|Coordinator|Crashed|[[string]] message}}
{{LSL DefineRow|Coordinator|Timeout|}}
|}
|}
|}

Latest revision as of 05:10, 8 March 2007

Chat Communications

Controller

Input Output
• Coordinator TestGroupsDialogResponce string group
• Coordinator TestDialogResponce string test
• Coordinator Configuration list config
• Coordinator ChatProxy string msg
• Coordinator TestGroupsDialog integer offset
• Coordinator TestDialog string group, integer offset
• Coordinator StartGroup
• Coordinator StartTest
• Coordinator StopTests
• Coordinator Configure

Coordinator

Input Output
• Test Unit Announce string name
• Test Unit Leave string group
• Test Unit Message integer level, string message
• Test Unit Crashed string message
• Test Unit Timeout
• Controller TestGroupsDialog integer offset
• Controller TestDialog string group, integer offset
• Controller StartGroup string group
• Controller StartTest string test
• Controller StopTests
• Controller Configure list config_updates
• Test Unit Capture
• Test Unit StartTest list tests
• Test Unit StopTest list tests
• Test Unit Configure list config_updates
• Controller Configuration list config
• Controller ChatProxy string msg
• Controller TestGroupsDialogResponce string group
• Controller TestDialogResponce string test

Test Unit

Input Output
• Coordinator Capture
• Coordinator StartTests list tests
• Coordinator StopTest list tests
• Coordinator Configure list config_updates
• Coordinator Announce string name
• Coordinator Leave string group
• Coordinator Message integer level, string message
• Coordinator Crashed string message
• Coordinator Timeout