]> andersk Git - moira.git/blob - clients/mrtest/test_cmds.ct
96a6a53b8c0b4b229f1170a5e6611f496b55ebdb
[moira.git] / clients / mrtest / test_cmds.ct
1 # $Header$
2 #
3 #       Copyright (C) 1991 by the Massachusetts Institute of Technology
4 #       For copying and distribution information, please see the file
5 #       <mit-copyright.h>.
6
7
8         command_table moira_test;
9
10         request test_noop, "Ask Moira to do nothing",
11                 noop;
12
13         request test_connect, "Connect to Moira server",
14                 connect, c;
15
16         request test_disconnect, "Disconnect from server",
17                 disconnect, d;
18
19         request test_host, "Identify the server host",
20                 host;
21
22         request test_new, "Use new protocol",
23                 new, 2;
24
25         request test_old, "Use old protocol",
26                 old, 1;
27
28         request test_motd, "Get the Message of the Day",
29                 motd, m;
30
31         request test_query, "Make a query.",
32                 query, qy;
33
34         request test_auth, "Authenticate to Moira.",
35                 auth, a;
36
37         request test_access, "Check access to a Moira query.",
38                 access;
39
40         request test_dcm, "Trigger the DCM",
41                 dcm;
42
43         request test_script, "Read commands from a script.",
44                 script, s;
45
46         request test_test, "Read commands from a test-file.",
47                 test, t;
48
49         request test_query_compare,
50                 "[Internal use only:] query and compare data.",
51                 _compare_query;
52
53         request ss_self_identify, "Identify the subsystem.",
54                 ".",
55                 (dont_list, dont_summarize);
56
57         request ss_list_requests, "List available commands.",
58                 list_requests, lr, "?";
59
60         request ss_quit, "Leave the subsystem.",
61                 quit, Q;
62
63         end;
64
This page took 0.063207 seconds and 3 git commands to generate.