handle new syntax for ccache's

This commit is contained in:
Love Hörnquist Åstrand
2011-11-22 17:57:49 -08:00
parent dce7b990ed
commit 2e37f67e6f

View File

@@ -1,4 +1,10 @@
[ [
{
"op" : "kinit",
"client" : "host/datan.test.h5l.se@TEST.H5L.SE",
"keytab" : "FILE:server.keytab",
"ccache" : "MEMORY:fast-cc"
},
{ {
"op" : "repeat", "op" : "repeat",
"num" : 333, "num" : 333,
@@ -6,8 +12,12 @@
"op" : "kinit", "op" : "kinit",
"client" : "foo@TEST.H5L.SE", "client" : "foo@TEST.H5L.SE",
"keytab" : "FILE:server.keytab", "keytab" : "FILE:server.keytab",
"fast-armor-princ" : "host/datan.test.h5l.se" "fast-armor-cc" : "MEMORY:fast-cc"
} }
},
{
"op" : "kdestroy",
"ccache" : "MEMORY:fast-cc"
} }
] ]