:orphan: .. index:: pair: struct; run_item .. _doxid-structrun__item: struct run_item =============== .. toctree:: :hidden: Overview ~~~~~~~~ Unified run item :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct run_item { // fields const :ref:`test_session`* :ref:`context`; int :ref:`plan_id`; char* :ref:`name`; char* :ref:`objective`; char* :ref:`page`; :ref:`tester_handdown` :ref:`handdown`; :ref:`run_item_type` :ref:`type`; :ref:`run_item_role` :ref:`role`; :ref:`test_script` :ref:`script`; :ref:`test_session` :ref:`session`; :ref:`test_package`* :ref:`package`; union run_item::@3 :ref:`u`; test_vars_args :ref:`args`; test_var_arg_lists :ref:`lists`; unsigned int :ref:`iterate`; double :ref:`dial_coef`; unsigned int :ref:`loglevel`; unsigned int :ref:`n_args`; unsigned int :ref:`n_iters`; unsigned int :ref:`weight`; cmd_monitor_descrs :ref:`cmd_monitors`; // methods :ref:`TAILQ_ENTRY`(run_item); }; .. _details-structrun__item: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Unified run item Fields ------ .. index:: pair: variable; context .. _doxid-structrun__item_1adbc2ff9894784fe4deaf15142bdd5c22: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`test_session`* context Parent session .. index:: pair: variable; plan_id .. _doxid-structrun__item_1ad239e8b68b131de47cc411294983c86b: .. ref-code-block:: cpp :class: doxyrest-title-code-block int plan_id Plan ID .. index:: pair: variable; name .. _doxid-structrun__item_1a118d6bc70a725596d66b0026e14dc2be: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name or NULL .. index:: pair: variable; objective .. _doxid-structrun__item_1a79c4919ee6271b17862cee95b1163594: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* objective Objective, if NULL - taken from script .. index:: pair: variable; page .. _doxid-structrun__item_1a212c7261b52e117fb6ec10bb5eb84f60: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* page Page, if NULL - taken from script .. index:: pair: variable; handdown .. _doxid-structrun__item_1a725d71e649789c9c9aeeb4d380bfd390: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tester_handdown` handdown Type of executable inheritance .. index:: pair: variable; type .. _doxid-structrun__item_1ac51d969fb19ac6d3df8139536dc38255: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`run_item_type` type Type of the run item .. index:: pair: variable; role .. _doxid-structrun__item_1aebdcb657a7822f730d026a41c9306228: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`run_item_role` role Role of the run item .. index:: pair: variable; script .. _doxid-structrun__item_1aadb296c0865778e76c7248f6bd0ff0ac: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_script` script Test script .. index:: pair: variable; session .. _doxid-structrun__item_1a9113a24c060d8ae9b8506d79805b73e5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_session` session Test session .. index:: pair: variable; package .. _doxid-structrun__item_1acbb80e27c1e46358f25da3509a02a812: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`test_package`* package Test package .. index:: pair: variable; u .. _doxid-structrun__item_1aec05c0b80cca288453a1d2fd790bd460: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-union u Type specific data .. index:: pair: variable; args .. _doxid-structrun__item_1aa84657334d3e4f52d3007f3d35f8e806: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_vars_args args Arguments .. index:: pair: variable; lists .. _doxid-structrun__item_1a9e0135cddcd2316e3c3c54f9882c6c7b: .. ref-code-block:: cpp :class: doxyrest-title-code-block test_var_arg_lists lists "Lists" of variables/arguments .. index:: pair: variable; iterate .. _doxid-structrun__item_1acee414d3181c28532ff1b5af1a74dcdb: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int iterate Number of iterations .. index:: pair: variable; dial_coef .. _doxid-structrun__item_1a138d98fd2e819f71d45c13409b68d570: .. ref-code-block:: cpp :class: doxyrest-title-code-block double dial_coef Coefficient for default weight for dial option .. index:: pair: variable; loglevel .. _doxid-structrun__item_1a613db3f2d0070dab2412b683d88cdd65: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int loglevel Log level to be used by the item .. index:: pair: variable; n_args .. _doxid-structrun__item_1a8a7c64b273691cdb1ed40dc106181f87: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int n_args Total Number of arguments including inherited .. index:: pair: variable; n_iters .. _doxid-structrun__item_1afc9896763b53245e45142e4ed53a4025: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int n_iters Number of iterations .. index:: pair: variable; weight .. _doxid-structrun__item_1a0a62ea4d0a70e585ff7dbc8dfe9b2d6e: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int weight Number of children iterations in single iteration .. index:: pair: variable; cmd_monitors .. _doxid-structrun__item_1aa46e84835751ce14d50f6530817ff8e7: .. ref-code-block:: cpp :class: doxyrest-title-code-block cmd_monitor_descrs cmd_monitors Command monitors descriptions Methods ------- .. index:: pair: function; TAILQ_ENTRY .. _doxid-structrun__item_1aa2b4f5e12cc1c72f9256f0abfb0263af: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAILQ_ENTRY(run_item) List links