1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<html>
<body>
<h2><a href="cvm.html">CVM</a></h2>
<h1>The cvm-testclient Program</h1>
<p><tt>cvm-testclient</tt> provides a method of testing CV modules
from the command line.</p>
<h2>Interface</h2>
<pre>
cvm-testclient <i>CVM</i> <i>account</i> <i>domain</i> <i>credential</i> [<i>credential ...</i>]
</pre>
<p><tt>cvm-testclient</tt> will invoke the named CV module and provide
a verbose report of the results, including details on the standard
facts reported by the module.</p>
</body>
</html>
|