Home | History | Annotate | Download | only in common_lib

Lines Matching refs:property

113         Create a job.*dir -> job._*dir.path property accessor.
119 @returns A read-only property object that exposes a job_directory path
121 @property
327 @param namespace: The namespace that the property should be stored in.
350 @param namespace: The namespace that the property should be stored in.
377 @param namespace: The namespace that the property is stored in.
406 Create a property object for an attribute using self.get and self.set.
411 this property is exposed as.
412 @param default: A default value that should be used for this property
416 @return: A read-write property object that performs self.get calls
425 return property(getter, setter)
585 @property
603 @property global_filename: The filename to write top-level logs to.
604 @property subdir_filename: The filename to write subdir-level logs to.
690 @property autodir: The top level autotest directory.
691 @property clientdir: The autotest client directory.
692 @property serverdir: The autotest server directory. [OPTIONAL]
693 @property resultdir: The directory where results should be written out.
696 @property pkgdir: The job packages directory. [WRITABLE]
697 @property tmpdir: The job temporary directory. [WRITABLE]
698 @property testdir: The job test directory. [WRITABLE]
699 @property site_testdir: The job site test directory. [WRITABLE]
701 @property bindir: The client bin/ directory.
702 @property profdir: The client profilers/ directory.
703 @property toolsdir: The client tools/ directory.
705 @property control: A path to the control file to be executed. [OPTIONAL]
706 @property hosts: A set of all live Host objects currently in use by the
709 @property machines: A list of the machine names associated with the job.
710 @property user: The user executing the job.
711 @property tag: A tag identifying the job. Often used by the scheduler to
713 @property test_retry: The number of times to retry a test if the test did
715 @property args: A list of addtional miscellaneous command-line arguments
718 @property automatic_test_tag: A string which, if set, will be automatically
721 @property default_profile_only: A boolean indicating the default value of
723 @property drop_caches: A boolean indicating if caches should be dropped
725 @property drop_caches_between_iterations: A boolean indicating if caches
727 @property run_test_cleanup: A boolean indicating if test.cleanup should be
731 @property num_tests_run: The number of tests run during the job. [OPTIONAL]
732 @property num_tests_failed: The number of tests failed during the job.
735 @property harness: An instance of the client test harness. Only available
737 @property logging: An instance of the logging manager associated with the
739 @property profilers: An instance of the profiler manager associated with
741 @property sysinfo: An instance of the sysinfo object. Only available in
743 @property warning_manager: A class for managing which types of WARN
745 @property warning_loggers: A set of readable streams that will be monitored
747 @property max_result_size_KB: Maximum size of test results should be
796 # the use_sequence_number property
806 use_sequence_number = property(_get_use_sequence_number,
810 # server job. The property is added here for unittest