]> andersk Git - moira.git/blob - clients/mrtest/test_cmds.ct
added motd command
[moira.git] / clients / mrtest / test_cmds.ct
1         command_table sms_test;
2
3         request test_noop, "Ask SMS to do nothing",
4                 noop;
5
6         request test_connect, "Connect to SMS",
7                 connect, c;
8
9         request test_disconnect, "Disconnect from SMS",
10                 disconnect, d;
11
12         request test_new, "Use new protocol",
13                 new, 2;
14
15         request test_old, "Use old protocol",
16                 old, 1;
17
18         request test_motd, "Get the Message of the Day",
19                 motd, m;
20
21         request test_query, "Make a query.",
22                 query, qy;
23
24         request test_auth, "Authenticate to SMS.",
25                 auth, a;
26
27         request test_access, "Check access to an SMS query.",
28                 access;
29
30         request test_dcm, "Trigger the DCM",
31                 dcm;
32
33         request test_script, "Read commands from a script.",
34                 script, s;
35
36         request ss_self_identify, "Identify the subsystem.",
37                 ".",
38                 (dont_list, dont_summarize);
39
40         request ss_list_requests, "List available commands.",
41                 list_requests, lr, "?";
42
43         request ss_quit, "Leave the subsystem.",
44                 quit, Q;
45
46         end;
47
This page took 0.053566 seconds and 5 git commands to generate.