handle new syntax for ccache's
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user