:orphan: .. index:: pair: struct; test_behaviour .. _doxid-structtest__behaviour: struct test_behaviour ===================== .. toctree:: :hidden: Overview ~~~~~~~~ List of test behaviour switches. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_behaviour { // fields bool :ref:`wait_on_fail`; bool :ref:`wait_on_cleanup`; bool :ref:`log_stack`; bool :ref:`log_test_fail_state`; bool :ref:`log_all_rpc`; bool :ref:`cleanup_fd_leak_check`; bool :ref:`cleanup_fd_close_enforce_libc`; unsigned int :ref:`prologue_sleep`; bool :ref:`fail_verdict`; bool :ref:`rpc_fail_verdict`; bool :ref:`use_chk_funcs`; unsigned int :ref:`iface_toggle_delay_ms`; }; .. _details-structtest__behaviour: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ List of test behaviour switches. Fields ------ .. index:: pair: variable; wait_on_fail .. _doxid-structtest__behaviour_1a84d953cc1fe82cf930d456d6719e53e5: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool wait_on_fail Wait before going to cleanup in case of test failure .. index:: pair: variable; wait_on_cleanup .. _doxid-structtest__behaviour_1a7ebce1559756896232d9455d0ada9fb6: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool wait_on_cleanup Wait before going to cleanup regardless of the test result. If both wait_on_fail and this one are set - wait will be done just once .. index:: pair: variable; log_stack .. _doxid-structtest__behaviour_1a24a78ffb02ccfc4889c910f738b4a5b1: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool log_stack Enable log stack collection .. index:: pair: variable; log_test_fail_state .. _doxid-structtest__behaviour_1a9684bb3a7378810521b4ea0a2f11a7bd: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool log_test_fail_state Log state/substate of the test on failure .. index:: pair: variable; log_all_rpc .. _doxid-structtest__behaviour_1afc5a6be1d312806b6bdce2729c380a79: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool log_all_rpc If ``true``, all RPC calls should be logged even if **silent** or **silent_pass** is set to ``true`` for an RPC server. .. index:: pair: variable; cleanup_fd_leak_check .. _doxid-structtest__behaviour_1a7d5fdec1d33c580dfa934cbce5c9d3cc: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool cleanup_fd_leak_check After closing FD in :ref:`CLEANUP_RPC_CLOSE() `, check with :ref:`rpc_fstat() ` that FD is really closed .. index:: pair: variable; cleanup_fd_close_enforce_libc .. _doxid-structtest__behaviour_1af6512188ffe1405ad11b05655e55401e: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool cleanup_fd_close_enforce_libc If enabled, use libc-version of close() in :ref:`CLEANUP_RPC_CLOSE() ` .. index:: pair: variable; prologue_sleep .. _doxid-structtest__behaviour_1a2d7464bdbbdc159fd0340d81eef3adcc: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int prologue_sleep How many sencond to sleep in prologue .. index:: pair: variable; fail_verdict .. _doxid-structtest__behaviour_1a3f6933fcce4915260be9260a223abc98: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool fail_verdict If enabled, log error verdict from :ref:`TEST_FAIL() ` and :ref:`CLEANUP_TEST_FAIL() `, otherwise just an error .. index:: pair: variable; rpc_fail_verdict .. _doxid-structtest__behaviour_1af961714844d0606bedfd5d4ad6672cfd: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool rpc_fail_verdict If enabled, any unexpected failure of RPC call resulting in jump to cleanup will print verdict .. index:: pair: variable; use_chk_funcs .. _doxid-structtest__behaviour_1a5dd63fbcc299afdfd80927c39eb292fe: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool use_chk_funcs If ``true``, in RPC calls for read(), recv(), recvfrom(), poll(), ppoll() call their \__[function]_chk() variants on TA .. index:: pair: variable; iface_toggle_delay_ms .. _doxid-structtest__behaviour_1a41ff0cc16d690f2e2103221726b1b6fb: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int iface_toggle_delay_ms How many (msec) to wait after downing an interface before bringing it up