]> andersk Git - moira.git/blame - clients/mrtest/test_cmds.ct
*** empty log message ***
[moira.git] / clients / mrtest / test_cmds.ct
CommitLineData
aa776040 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
da971797 8 command_table moira_test;
6e6374cb 9
da971797 10 request test_noop, "Ask Moira to do nothing",
6e6374cb 11 noop;
12
da971797 13 request test_connect, "Connect to Moira server",
6e6374cb 14 connect, c;
15
da971797 16 request test_disconnect, "Disconnect from server",
a2b61c03 17 disconnect, d;
18
c22f8b3d 19 request test_host, "Identify the server host",
20 host;
21
a2b61c03 22 request test_new, "Use new protocol",
23 new, 2;
24
25 request test_old, "Use old protocol",
26 old, 1;
6e6374cb 27
093b57b1 28 request test_motd, "Get the Message of the Day",
29 motd, m;
30
6e6374cb 31 request test_query, "Make a query.",
a2b61c03 32 query, qy;
6e6374cb 33
da971797 34 request test_auth, "Authenticate to Moira.",
a2b61c03 35 auth, a;
6e6374cb 36
da971797 37 request test_access, "Check access to a Moira query.",
6e6374cb 38 access;
39
0e4ff709 40 request test_dcm, "Trigger the DCM",
41 dcm;
42
38590692 43 request test_script, "Read commands from a script.",
44 script, s;
45
aa776040 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
6e6374cb 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.",
a2b61c03 61 quit, Q;
6e6374cb 62
63 end;
64
This page took 0.126148 seconds and 5 git commands to generate.