test tgs-req too

This commit is contained in:
Love Hornquist Astrand
2011-12-22 13:45:32 +01:00
parent 0d7d3e4ab5
commit a372712fd0

View File

@@ -7,6 +7,25 @@
"client" : "foo@TEST.H5L.SE",
"password" : "foo"
}
},
{
"op" : "kinit",
"client" : "foo@TEST.H5L.SE",
"password" : "foo",
"ccache" : "MEMORY:cache"
},
{
"op" : "repeat",
"num" : 3333,
"value" : {
"op" : "kgetcred",
"server" : "host/datan.test.h5l.se@TEST.H5L.SE",
"ccache" : "MEMORY:cache"
}
},
{
"op" : "kdestroy",
"ccache" : "MEMORY:cache"
}
]