irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | run_tests.RegisteredTestResult |
Namespaces | |
run_tests | |
Functions | |
def | run_tests.run_irodsctl_with_arg (arg) |
def | run_tests.run_devtesty () |
def | run_tests.run_fastswap_test () |
def | run_tests.optparse_callback_catch_keyboard_interrupt (*args, **kwargs) |
def | run_tests.optparse_callback_use_ssl (*args, **kwargs) |
def | run_tests.optparse_callback_use_mungefs (*args, **kwargs) |
def | run_tests.optparse_callback_topology_test (option, opt_str, value, parser) |
def | run_tests.optparse_callback_federation (option, opt_str, value, parser) |
def | run_tests.is_testfile (filename) |
def | run_tests.get_plugin_tests () |
def | run_tests.run_tests_from_names (names, buffer_test_output, xml_output) |
Variables | |
run_tests.l = logging.getLogger(__name__) | |
run_tests.parser = optparse.OptionParser() | |
run_tests.metavar | |
run_tests.action | |
run_tests.type | |
run_tests.choices | |
run_tests.callback | |
run_tests.optparse_callback_topology_test | |
run_tests.dest | |
run_tests.default | |
run_tests.nargs | |
run_tests.optparse_callback_federation | |
run_tests.options | |
run_tests._ | |
run_tests.univmss_testing = os.path.join(IrodsConfig().irods_directory, 'msiExecCmd_bin', 'univMSSInterface.sh') | |
run_tests.univmss_template = os.path.join(IrodsConfig().irods_directory, 'msiExecCmd_bin', 'univMSSInterface.sh.template') | |
run_tests.univmss_contents = f.read().replace('template-','') | |
list | run_tests.test_identifiers = [] |
def | run_tests.results = run_tests_from_names(test_identifiers, options.buffer_test_output, options.xml_output) |