]> andersk Git - moira.git/blob - clients/mrtest/scripts/list.sc
Initial revision
[moira.git] / clients / mrtest / scripts / list.sc
1 % lists
2 qy dlis testlist
3 qy dlis testl
4 qy dlis testlst
5
6 qy _help glin
7 % qy glin *
8 qy glin mar
9 qy glin no-such-list
10
11 qy _help exln
12 % qy exln *
13 qy exln mar
14 qy exln no-such-list
15 qy exln m*r
16
17 qy _help alis
18 qy alis testlist 1 0 0 0 0 "create unique GID" user mar desc
19 qy glin testlist
20 qy alis testlist 1 0 0 0 0 "create unique GID" user mar desc
21 qy alis testl 1 1 1 1 1 1234 list testl desc
22 qy glin testl
23 qy alis tst 0 0 0 0 0 0 bad-type mar desc
24 qy alis tst 0 0 0 0 0 0 user no-such-user desc
25 qy alis tst 0 0 0 0 0 0 list no-such-list desc
26
27 qy _help ulis
28 qy ulis testlist testlist 1 0 0 1 0 "create unique GID" user mar description
29 qy glin testlist
30 qy ulis testlist testlst 1 0 0 1 1 "create unique GID" user mar description
31 qy glin testl*
32 qy ulis no-such-list testlst 1 0 0 1 1 "create unique GID" user mar desc
33 qy ulis testlst dbadmin 1 0 0 1 1 "create unique GID" user mar description
34 qy ulis testlst tst 1 0 0 1 1 "create unique GID" bad-type mar description
35
36 qy _help dlis
37 qy dlis testlst
38 qy dlis testlst
39 qy dlis dbadmin
40 qy dlis *
41
42 qy _help amtl
43 qy amtl testl user mar
44 qy amtl testl list testl
45 qy amtl testl string "a random string (with * stars)"
46 qy amtl testl user mar
47 qy amtl testl user default
48 qy gmol testl
49 qy amtl no-such-list user mar
50 qy amtl testl user no-such-user
51 qy amtl testl list no-such-list
52
53 qy _help dmfl
54 qy dmfl testl user default
55 qy dmfl testl user default
56 qy dmfl testl user no-such-user
57 qy dmfl no-such-list user mar
58 qy dmfl testl list no-such-list
59 qy dmfl testl string foobar
60 qy gmol
61
62 qy _help gaus
63 qy gaus user mar
64 qy gaus ruser gamit
65 qy gaus user no-such-user
66 qy gaus list testl
67 qy gaus list no-such-list
68 qy gaus rlist test
69 qy gaus no-such-type mar
70
71 qy _help qgli
72 qy qgli false false false false false
73 qy qgli true true true true true
74 % qy qgli dontcare dontcare dontcare dontcare dontcare
75 qy qgli true dontcare dontcare true false
76 qy qgli dontcare dontcare dontcare dontcare no-such-bool
77 qy qgli dontcare dontcare dontcare no-such-bool dontcare
78 qy qgli dontcare dontcare no-such-bool dontcare dontcare
79 qy qgli dontcare no-such-bool dontcare dontcare dontcare
80 qy qgli no-such-bool dontcare dontcare dontcare dontcare
81
82 qy _help gmol
83 qy gmol testl
84 qy gmol no-such-list
85 qy gmol *
86
87 qy _help glom
88 qy glom user mar
89 qy glom ruser mar
90 qy glom list test
91 qy glom rlist test
92 qy glom user no-such-user
93 qy glom list no-such-list
94 qy glom string "a random string (with * stars)"
95 qy glom bad-type foo
96 qy glom user *
97
98 qy _help cmol
99 qy cmol test
100 qy cmol testl
101 qy cmol no-such-list
102 qy cmol default
103 qy cmol *
This page took 0.128206 seconds and 5 git commands to generate.