Command line tool to test the rpc server
version 3.4.0.0
cipux_rpc_test_client [OPTIONS] cipux_rpc_test_client --help|-h cipux_rpc_test_client --version|-V Options: --debug : prints debug messages to cipux-test.log --host <NAME> : rpc server address, examples: localhost, 127.0.0.1, ldap --maxtest <NUMBER>: executes until and including max. number of tests --no-ssl : rpc server use no SSL --port <NUMBER> : rpc server port, example: 8001 --ssl : rpc server use SSL
This is a test script for users admins or packages to test if the cipux-RPC server is working.
None.
--debug Prints debug messages to cipux-test.log. -h See --help --help Prints short usage message. --host \s-1NAME\s0 Address of the \s-1RPC\s0 server. For example localhost, 127.0.0.1, ldap or other names. --maxtest \s-1NUMBER_OF_TESTS\s0 Runs up to \s-1NUMBER_OF_TESTS\s0 tests. The script can not stop after every test, but after the next possible test. Useful for debugging. --no-ssl Access CipUX XML-RPC server only over http, not https. --port \s-1NUMBER\s0 Port number of the \s-1XML\s0 \s-1RPC\s0 server. For example 8001. --ssl Access CipUX XML-RPC server over \s-1SSL\s0 aka https.
None.
1 on failure
0 on success
other from XML-RPC server
not needet.
CipUX::RPC::Test::Client version
Not known.
Not known.
Christian Kuelker <[email protected]>
Copyright (C) 2007 - 2008 by Christian Kuelker
This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0. See the \s-1GNU\s0 General Public License for more details.
You should have received a copy of the \s-1GNU\s0 General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, \s-1MA\s0 02111-1307 \s-1USA\s0