Lines Matching full:run
6 out = realm.run([klist, '-c', 'KEYRING:process:abcd'], expected_code=1)
12 # Run the collection test program against each collection-enabled type.
13 realm.run(['./t_cccol', 'DIR:' + os.path.join(realm.testdir, 'cc')])
16 out = realm.run(['keyctl', 'list', anchor])
18 keyid = realm.run(['keyctl', 'search', anchor, 'keyring', name])
19 realm.run(['keyctl', 'unlink', keyid.strip(), anchor])
31 # Run test program over each subtype, cleaning up as we go. Don't
34 realm.run(['./t_cccol', 'KEYRING:' + cname])
36 realm.run(['./t_cccol', 'KEYRING:legacy:' + cname])
38 realm.run(['./t_cccol', 'KEYRING:session:' + cname])
40 realm.run(['./t_cccol', 'KEYRING:user:' + cname])
42 realm.run(['./t_cccol', 'KEYRING:process:abcd'])
43 realm.run(['./t_cccol', 'KEYRING:thread:abcd'])
75 outlines = realm.run(['./t_cccursor'] + args).splitlines()
111 realm.run(['./t_cccursor', dccname, 'CONTENT'])
112 realm.run(['./t_cccursor', fccname, 'CONTENT'])
113 realm.run(['./t_cccursor', realm.ccache, 'CONTENT'])
114 realm.run(['./t_cccursor', mfoo, 'CONTENT'], expected_code=1)
116 realm.run(['./t_cccursor', krccname, 'CONTENT'])
121 realm.run([kdestroy])
123 realm.run(['./t_cccursor', fccname, 'CONTENT'], expected_code=1)